FreeBSD Bugzilla – Attachment 110603 Details for
Bug 151797
[PATCH] mail/postgrey: respect PGY_DIR and PREFIX
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
postgrey.patch
postgrey.patch (text/plain), 1.04 KB, created by
Mel Pilgrim
on 2010-10-29 13:20:19 UTC
(
hide
)
Description:
postgrey.patch
Filename:
MIME Type:
Creator:
Mel Pilgrim
Created:
2010-10-29 13:20:19 UTC
Size:
1.04 KB
patch
obsolete
>--- Makefile.orig 2010-08-22 19:23:18.000000000 -0700 >+++ Makefile 2010-10-29 04:48:27.000000000 -0700 >@@ -7,6 +7,7 @@ > > PORTNAME= postgrey > PORTVERSION= 1.33 >+PORTREVISION= 1 > CATEGORIES= mail > MASTER_SITES= http://postgrey.schweikert.ch/pub/ \ > http://postgrey.schweikert.ch/pub/old/ >@@ -21,7 +22,7 @@ > ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS > > USE_PERL5_RUN= yes >-USE_RC_SUBR= postgrey >+USE_RC_SUBR= ${PORTNAME} > NO_BUILD= yes > POD2MAN?= pod2man > PORTDOCS= README Changes README.exim >@@ -38,9 +39,8 @@ > MAN1= ${PORTNAME}.1 policy-test.1 postgreyreport.1 > > post-patch: >- @${REINPLACE_CMD} -e "s#/etc/#${PREFIX}/etc/#" ${WRKSRC}/postgrey >- @${REINPLACE_CMD} -e '/^my.*DEFAULT_DBDIR/s|/var/spool/postfix/postgrey|${PGY_DIR}|' \ >- ${WRKSRC}/postgrey >+ @${REINPLACE_CMD} -e 's#/etc/postfix#${PREFIX}&#' ${WRKSRC}/postgrey ${WRKSRC}/postgrey_whitelist_* >+ @${REINPLACE_CMD} -e 's#/var/spool/postfix/postgrey#${PGY_DIR}#' ${WRKSRC}/postgrey ${WRKSRC}/contrib/postgreyreport > > pre-install: > @${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
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 151797
:
110601
|
110602
| 110603