diff options
author | simonb <simonb> | 1999-09-14 01:54:22 +0000 |
---|---|---|
committer | simonb <simonb> | 1999-09-14 01:54:22 +0000 |
commit | 6e6b764d5311393b1a5e6af2388a6c621bf93241 (patch) | |
tree | ece798c759b200b04269bb53d2a5ac905a7e0224 /mail/postfix/patches | |
parent | 346087feb44651ed32a34851abb44ce66992b474 (diff) | |
download | pkgsrc-6e6b764d5311393b1a5e6af2388a6c621bf93241.tar.gz |
Add "error" transport program - fixes PR pkg/8403 from Andreas Wrede.
Also sort PLIST and add the man manpages (only the cat pages were there).
Diffstat (limited to 'mail/postfix/patches')
-rw-r--r-- | mail/postfix/patches/patch-aa | 6 | ||||
-rw-r--r-- | mail/postfix/patches/patch-br | 17 |
2 files changed, 20 insertions, 3 deletions
diff --git a/mail/postfix/patches/patch-aa b/mail/postfix/patches/patch-aa index 79810e50b8f..f03c21f0b3d 100644 --- a/mail/postfix/patches/patch-aa +++ b/mail/postfix/patches/patch-aa @@ -1,12 +1,12 @@ -$NetBSD: patch-aa,v 1.3 1999/08/26 13:05:08 mrg Exp $ +$NetBSD: patch-aa,v 1.4 1999/09/14 01:54:22 simonb Exp $ --- Makefile.orig Tue May 18 23:37:51 1999 +++ Makefile Sun May 30 18:49:12 1999 @@ -1,3 +1,17 @@ -+# $NetBSD: patch-aa,v 1.3 1999/08/26 13:05:08 mrg Exp $ ++# $NetBSD: patch-aa,v 1.4 1999/09/14 01:54:22 simonb Exp $ + +# NOTE THAT THE BELOW DOES NOT CONTAIN `etc'! -+SUBDIR= util global dns master masterlib postfix sendmail \ ++SUBDIR= util global dns master masterlib postfix sendmail error \ + pickup cleanup smtpd local trivial-rewrite qmgr smtp bounce pipe \ + showq postalias postcat postconf postdrop postkick postlock postlog \ + postmap postsuper postfix-script conf diff --git a/mail/postfix/patches/patch-br b/mail/postfix/patches/patch-br new file mode 100644 index 00000000000..ba6a5ce1032 --- /dev/null +++ b/mail/postfix/patches/patch-br @@ -0,0 +1,17 @@ +$NetBSD: patch-br,v 1.1 1999/09/14 01:54:22 simonb Exp $ + +--- error/Makefile.orig Tue Sep 14 11:37:39 1999 ++++ error/Makefile Tue Sep 14 11:36:25 1999 +@@ -0,0 +1,12 @@ ++# $NetBSD: patch-br,v 1.1 1999/09/14 01:54:22 simonb Exp $ ++.include "../conf/main.cf" ++PROG= error ++BINDIR=${daemon_directory} ++ ++DPADD+= ${LIBPMASTER} ${LIBPGLOBAL} ${LIBPUTIL} ++LDADD+= ${LIBPMASTER} ${LIBPGLOBAL} ${LIBPUTIL} ++ ++# XXX ++NOMAN=1 ++ ++.include <bsd.prog.mk> |