summaryrefslogtreecommitdiff
path: root/mail/postfix-current/patches/patch-au
diff options
context:
space:
mode:
authoritojun <itojun>2000-08-14 04:39:59 +0000
committeritojun <itojun>2000-08-14 04:39:59 +0000
commit146fb6016862acbc27d706c4011d991af058824a (patch)
treefefd2c9ec3204bc2beed9599ad024ea8e4cfeca6 /mail/postfix-current/patches/patch-au
parentd58216745627d5d45cd6cb3053f259eccb57c45f (diff)
downloadpkgsrc-146fb6016862acbc27d706c4011d991af058824a.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-au')
-rw-r--r--mail/postfix-current/patches/patch-au33
1 files changed, 0 insertions, 33 deletions
diff --git a/mail/postfix-current/patches/patch-au b/mail/postfix-current/patches/patch-au
deleted file mode 100644
index adec775ad7c..00000000000
--- a/mail/postfix-current/patches/patch-au
+++ /dev/null
@@ -1,33 +0,0 @@
-$NetBSD: patch-au,v 1.1.1.1 2000/08/14 04:33:24 itojun Exp $
-
---- postconf/Makefile.orig Wed Apr 26 20:25:55 2000
-+++ postconf/Makefile Wed Apr 26 20:39:03 2000
-@@ -0,0 +1,28 @@
-+# $NetBSD: patch-au,v 1.1.1.1 2000/08/14 04:33:24 itojun Exp $
-+.include "../conf/main.cf"
-+PROG= postconf
-+BINDIR=${command_directory}
-+
-+PSRCS= postconf.c
-+GENSRCS=bool_table.h bool_vars.h int_table.h int_vars.h str_table.h \
-+ str_vars.h
-+SRCS= ${PSRCS} ${GENSRCS}
-+
-+CLEANFILES+= ${GENSRCS}
-+
-+CPPFLAGS+= -I${.OBJDIR}
-+
-+DPADD+= ${LIBPGLOBAL} ${LIBPUTIL}
-+LDADD+= ${LIBPGLOBAL} ${LIBPUTIL} ${AUXLIBS}
-+
-+# XXX
-+NOMAN=1
-+
-+AWK?= awk
-+${GENSRCS}: ${.CURDIR}/../global/mail_params.h
-+ $(AWK) -f $(.CURDIR)/extract.awk $(.CURDIR)/../*/*.c
-+
-+# XXX
-+${PSRCS}: ${GENSRCS}
-+
-+.include <bsd.prog.mk>