summaryrefslogtreecommitdiff
path: root/mail/postfix-current/patches/patch-ba
diff options
context:
space:
mode:
authoritojun <itojun@pkgsrc.org>2000-08-14 04:39:59 +0000
committeritojun <itojun@pkgsrc.org>2000-08-14 04:39:59 +0000
commit2faa74b9fc13d2dc3f82b4605f3ea94d7cce6bf8 (patch)
treefefd2c9ec3204bc2beed9599ad024ea8e4cfeca6 /mail/postfix-current/patches/patch-ba
parent5367f664f72ad180ccdd50603569f6da482446a5 (diff)
downloadpkgsrc-2faa74b9fc13d2dc3f82b4605f3ea94d7cce6bf8.tar.gz
postfix 20000531 + IPv6 patch (not sure if it works right - please test).
uses postfix Makefiles, not patches/*. experimental.
Diffstat (limited to 'mail/postfix-current/patches/patch-ba')
-rw-r--r--mail/postfix-current/patches/patch-ba17
1 files changed, 0 insertions, 17 deletions
diff --git a/mail/postfix-current/patches/patch-ba b/mail/postfix-current/patches/patch-ba
deleted file mode 100644
index ae917c6c69a..00000000000
--- a/mail/postfix-current/patches/patch-ba
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-ba,v 1.1.1.1 2000/08/14 04:33:24 itojun Exp $
-
---- postlog/Makefile.orig Wed Apr 26 20:25:55 2000
-+++ postlog/Makefile Wed Apr 26 20:39:30 2000
-@@ -0,0 +1,12 @@
-+# $NetBSD: patch-ba,v 1.1.1.1 2000/08/14 04:33:24 itojun Exp $
-+.include "../conf/main.cf"
-+PROG= postlog
-+BINDIR=${command_directory}
-+
-+DPADD+= ${LIBPGLOBAL} ${LIBPUTIL}
-+LDADD+= ${LIBPGLOBAL} ${LIBPUTIL} ${AUXLIBS}
-+
-+# XXX
-+NOMAN=1
-+
-+.include <bsd.prog.mk>