FreeBSD Bugzilla – Attachment 142971 Details for
Bug 190082
[stage] mail/postgrey stage support
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
postgrey.patch
postgrey.patch (text/plain), 2.06 KB, created by
freebsd
on 2014-05-21 19:40:00 UTC
(
hide
)
Description:
postgrey.patch
Filename:
MIME Type:
Creator:
freebsd
Created:
2014-05-21 19:40:00 UTC
Size:
2.06 KB
patch
obsolete
>diff -Naur postgrey.orig/Makefile postgrey/Makefile >--- postgrey.orig/Makefile 2014-02-21 14:37:56.000000000 +0100 >+++ postgrey/Makefile 2014-05-21 20:19:52.000000000 +0200 >@@ -39,8 +39,6 @@ > USES= shebangfix perl5 > SHEBANG_FILES= ${WRKSRC}/postgrey > >-NO_STAGE= yes >- > OPTIONS_DEFINE= DOCS > > .include <bsd.port.options.mk> >@@ -58,19 +56,20 @@ > @${POD2MAN} ${WRKSRC}/${PORTNAME} ${WRKSRC}/${PORTNAME}.1 > @${POD2MAN} ${WRKSRC}/policy-test ${WRKSRC}/policy-test.1 > @${POD2MAN} ${WRKSRC}/contrib/postgreyreport ${WRKSRC}/postgreyreport.1 >- @${INSTALL_SCRIPT} ${WRKSRC}/postgrey ${PREFIX}/sbin >- @${INSTALL_SCRIPT} ${WRKSRC}/policy-test ${PREFIX}/sbin >- @${INSTALL_SCRIPT} ${WRKSRC}/contrib/postgreyreport ${PREFIX}/sbin >- @${INSTALL} -d ${PREFIX}/etc/postfix >+ @${INSTALL_SCRIPT} ${WRKSRC}/postgrey ${STAGEDIR}${PREFIX}/sbin >+ @${INSTALL_SCRIPT} ${WRKSRC}/policy-test ${STAGEDIR}${PREFIX}/sbin >+ @${INSTALL_SCRIPT} ${WRKSRC}/contrib/postgreyreport ${STAGEDIR}${PREFIX}/sbin >+ @${INSTALL} -d ${STAGEDIR}${PREFIX}/etc/postfix >+ @${INSTALL} -d ${STAGEDIR}/var/db/${PORTNAME} > .for i in ${ETCFILES} >- ${INSTALL_DATA} ${WRKSRC}/postgrey_${i} ${PREFIX}/etc/postfix/dist-postgrey_${i} >+ ${INSTALL_DATA} ${WRKSRC}/postgrey_${i} ${STAGEDIR}${PREFIX}/etc/postfix/dist-postgrey_${i} > .endfor > > .if ${PORT_OPTIONS:MDOCS} >- @${INSTALL} -d ${DOCSDIR} >- @cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} >+ @${INSTALL} -d ${STAGEDIR}${DOCSDIR} >+ @cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} > .endif >- @cd ${WRKSRC} && ${INSTALL_MAN} ${MAN1} ${MANPREFIX}/man/man1 >+ @cd ${WRKSRC} && ${INSTALL_MAN} ${MAN1} ${STAGEDIR}${MANPREFIX}/man/man1 > > post-install: > @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL >diff -Naur postgrey.orig/pkg-plist postgrey/pkg-plist >--- postgrey.orig/pkg-plist 2014-01-22 16:16:56.000000000 +0100 >+++ postgrey/pkg-plist 2014-05-21 20:23:17.000000000 +0200 >@@ -7,3 +7,6 @@ > etc/postfix/dist-postgrey_whitelist_clients > @dirrmtry etc/postfix > @unexec rmdir /var/db/postgrey 2>/dev/null || true >+man/man1/policy-test.1.gz >+man/man1/postgrey.1.gz >+man/man1/postgreyreport.1.gz
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 190082
: 142971