diff options
author | simonb <simonb> | 1999-09-14 01:54:22 +0000 |
---|---|---|
committer | simonb <simonb> | 1999-09-14 01:54:22 +0000 |
commit | 5432b18b6f5f6d54ac97fff4d249358e4547efed (patch) | |
tree | ece798c759b200b04269bb53d2a5ac905a7e0224 /mail/postfix | |
parent | 759fbfbed590563f90eeea9bbc9f02d1db1e84ab (diff) | |
download | pkgsrc-5432b18b6f5f6d54ac97fff4d249358e4547efed.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')
-rw-r--r-- | mail/postfix/patches/patch-aa | 6 | ||||
-rw-r--r-- | mail/postfix/patches/patch-br | 17 | ||||
-rw-r--r-- | mail/postfix/pkg/PLIST | 110 |
3 files changed, 89 insertions, 44 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> diff --git a/mail/postfix/pkg/PLIST b/mail/postfix/pkg/PLIST index 5a93779f06c..57242baefd6 100644 --- a/mail/postfix/pkg/PLIST +++ b/mail/postfix/pkg/PLIST @@ -1,31 +1,83 @@ -@comment $NetBSD: PLIST,v 1.4 1999/06/27 00:11:04 christos Exp $ +@comment $NetBSD: PLIST,v 1.5 1999/09/14 01:54:23 simonb Exp $ etc/mailer.conf.postfix -libexec/postfix/master -sbin/postfix -sbin/postdrop -libexec/postfix/sendmail -libexec/postfix/pickup -libexec/postfix/cleanup libexec/postfix/bounce -libexec/postfix/smtpd +libexec/postfix/cleanup +libexec/postfix/error libexec/postfix/local -libexec/postfix/trivial-rewrite -libexec/postfix/qmgr -libexec/postfix/smtp +libexec/postfix/master +libexec/postfix/pickup libexec/postfix/pipe +libexec/postfix/qmgr +libexec/postfix/sendmail libexec/postfix/showq +libexec/postfix/smtp +libexec/postfix/smtpd +libexec/postfix/trivial-rewrite +man/cat1/postalias.0 +man/cat1/postcat.0 +man/cat1/postconf.0 +man/cat1/postdrop.0 +man/cat1/postfix.0 +man/cat1/postkick.0 +man/cat1/postlock.0 +man/cat1/postlog.0 +man/cat1/postmap.0 +man/cat1/postsuper.0 +man/cat5/access.0 +man/cat5/canonical.0 +man/cat5/relocated.0 +man/cat5/transport.0 +man/cat5/virtual.0 +man/cat8/bounce.0 +man/cat8/cleanup.0 +man/cat8/defer.0 +man/cat8/local.0 +man/cat8/master.0 +man/cat8/pickup.0 +man/cat8/pipe.0 +man/cat8/qmgr.0 +man/cat8/showq.0 +man/cat8/smtp.0 +man/cat8/smtpd.0 +man/cat8/trivial-rewrite.0 +man/man1/postalias.1 +man/man1/postcat.1 +man/man1/postconf.1 +man/man1/postdrop.1 +man/man1/postfix.1 +man/man1/postkick.1 +man/man1/postlock.1 +man/man1/postlog.1 +man/man1/postmap.1 +man/man1/postsuper.1 +man/man5/access.5 +man/man5/canonical.5 +man/man5/relocated.5 +man/man5/transport.5 +man/man5/virtual.5 +man/man8/bounce.8 +man/man8/cleanup.8 +man/man8/defer.8 +man/man8/local.8 +man/man8/master.8 +man/man8/pickup.8 +man/man8/pipe.8 +man/man8/qmgr.8 +man/man8/showq.8 +man/man8/smtp.8 +man/man8/smtpd.8 +man/man8/trivial-rewrite.8 sbin/postalias sbin/postcat sbin/postconf +sbin/postdrop +sbin/postfix sbin/postkick sbin/postlock sbin/postlog sbin/postmap sbin/postsuper share/doc/postfix/LICENSE -share/postfix/postfix-script -share/postfix/postfix-script-sgid -share/postfix/postfix-script-nosgid share/postfix/LICENSE share/postfix/Makefile share/postfix/access @@ -33,6 +85,9 @@ share/postfix/aliases share/postfix/canonical share/postfix/main.cf share/postfix/master.cf +share/postfix/postfix-script +share/postfix/postfix-script-nosgid +share/postfix/postfix-script-sgid share/postfix/relocated share/postfix/sample-aliases.cf share/postfix/sample-canonical.cf @@ -51,33 +106,6 @@ share/postfix/sample-transport.cf share/postfix/sample-virtual.cf share/postfix/transport share/postfix/virtual -man/cat1/postcat.0 -man/cat1/postfix.0 -man/cat1/postlog.0 -man/cat1/postconf.0 -man/cat1/postkick.0 -man/cat1/postmap.0 -man/cat1/postalias.0 -man/cat1/postdrop.0 -man/cat1/postlock.0 -man/cat1/postsuper.0 -man/cat5/access.0 -man/cat5/canonical.0 -man/cat5/relocated.0 -man/cat5/transport.0 -man/cat5/virtual.0 -man/cat8/bounce.0 -man/cat8/defer.0 -man/cat8/local.0 -man/cat8/pipe.0 -man/cat8/smtp.0 -man/cat8/cleanup.0 -man/cat8/master.0 -man/cat8/qmgr.0 -man/cat8/smtpd.0 -man/cat8/pickup.0 -man/cat8/showq.0 -man/cat8/trivial-rewrite.0 @dirrm share/postfix @dirrm share/doc/postfix @dirrm libexec/postfix |