summaryrefslogtreecommitdiff
path: root/news/pan2/files
diff options
context:
space:
mode:
Diffstat (limited to 'news/pan2/files')
-rw-r--r--news/pan2/files/patch-pan::filters::filter-phrase.h14
-rw-r--r--news/pan2/files/patch-po::Makefile.in.in14
2 files changed, 0 insertions, 28 deletions
diff --git a/news/pan2/files/patch-pan::filters::filter-phrase.h b/news/pan2/files/patch-pan::filters::filter-phrase.h
deleted file mode 100644
index 2073c8cc19f3..000000000000
--- a/news/pan2/files/patch-pan::filters::filter-phrase.h
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- pan/filters/filter-phrase.h 2001/08/21 15:06:27 1.1
-+++ pan/filters/filter-phrase.h 2001/08/21 15:06:43
-@@ -24,7 +24,7 @@
- #ifndef __FILTER_PHRASE_H__
- #define __FILTER_PHRASE_H__
-
--#include <regex.h>
-+#include <gnuregex.h>
-
- #include <pan/filters/filter.h>
-
diff --git a/news/pan2/files/patch-po::Makefile.in.in b/news/pan2/files/patch-po::Makefile.in.in
deleted file mode 100644
index 216e106f2297..000000000000
--- a/news/pan2/files/patch-po::Makefile.in.in
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- po/Makefile.in.in 2001/09/11 16:16:39 1.1
-+++ po/Makefile.in.in 2001/09/11 16:16:49
-@@ -106,7 +106,7 @@
- @catalogs='$(CATALOGS)'; \
- for cat in $$catalogs; do \
- cat=`basename $$cat`; \
-- lang=`echo $$cat | sed 's/\.gmo$$//'`; \
-+ lang=`echo $$cat | sed 's/\.mo$$//'`; \
- dir=$(localedir)/$$lang/LC_MESSAGES; \
- $(mkinstalldirs) $(DESTDIR)$$dir; \
- if test -r $$cat; then \