summaryrefslogtreecommitdiff
path: root/mail/bogofilter/patches
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-02-09 00:59:06 +0000
committersnj <snj@pkgsrc.org>2004-02-09 00:59:06 +0000
commitdb1484fd1b7eab96d0148a1bbcb68ac8b54997a9 (patch)
treea444518d75352a978198c5b635412fc5486bf9b3 /mail/bogofilter/patches
parent0873b78eb59a25f168c666a63c0253e0707b37b9 (diff)
downloadpkgsrc-db1484fd1b7eab96d0148a1bbcb68ac8b54997a9.tar.gz
Update to bogofilter-0.16.4, bl3ify, tidy up DESCR. Okayed by jmmv and wiz.
Changes since 0.15.7: * Perl 5.6 fixes in bogoupgrade * Install bogotune and bogotune man page * The -q and -F flags (both unused) were removed * Alpha/SH(3?) portability fixes * Gobs and gobs of bugfixes * The Graham and Robinson algorithms were removed * Support for old style (separate good/bad) wordlists was removed * Support for ignore lists was removed
Diffstat (limited to 'mail/bogofilter/patches')
-rw-r--r--mail/bogofilter/patches/patch-aa20
1 files changed, 10 insertions, 10 deletions
diff --git a/mail/bogofilter/patches/patch-aa b/mail/bogofilter/patches/patch-aa
index 8ed5d0aaecd..0c2d538d350 100644
--- a/mail/bogofilter/patches/patch-aa
+++ b/mail/bogofilter/patches/patch-aa
@@ -1,28 +1,28 @@
-$NetBSD: patch-aa,v 1.1 2003/09/30 07:11:48 xtraeme Exp $
+$NetBSD: patch-aa,v 1.2 2004/02/09 00:59:06 snj Exp $
---- Makefile.in.orig 2003-09-30 08:55:28.000000000 +0200
-+++ Makefile.in 2003-09-30 08:56:15.000000000 +0200
-@@ -148,6 +148,7 @@
+--- Makefile.in.orig 2004-01-23 14:35:06.000000000 -0800
++++ Makefile.in 2004-01-24 00:50:28.000000000 -0800
+@@ -204,6 +204,7 @@
# what to build
sysconf_DATA = bogofilter.cf.example
+egdir = $(prefix)/share/examples/bogofilter
- # what to build that from
-
-@@ -205,14 +206,8 @@
+ # what to distribute
+ EXTRA_DIST = autogen.sh gsl config.rpath \
+@@ -257,14 +258,8 @@
+ cd $(top_builddir) && $(SHELL) ./config.status $@
uninstall-info-am:
- sysconfDATA_INSTALL = $(INSTALL_DATA)
install-sysconfDATA: $(sysconf_DATA)
- @$(NORMAL_INSTALL)
-- $(mkinstalldirs) $(DESTDIR)$(sysconfdir)
+- $(mkdir_p) $(DESTDIR)$(sysconfdir)
- @list='$(sysconf_DATA)'; for p in $$list; do \
- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- f="`echo $$p | sed -e 's|^.*/||'`"; \
- echo " $(sysconfDATA_INSTALL) $$d$$p $(DESTDIR)$(sysconfdir)/$$f"; \
- $(sysconfDATA_INSTALL) $$d$$p $(DESTDIR)$(sysconfdir)/$$f; \
- done
-+ $(mkinstalldirs) $(egdir)
++ $(mkdir_p) $(egdir)
+ $(INSTALL_DATA) $(sysconf_DATA) $(egdir)/bogofilter.cf
uninstall-sysconfDATA: