FreeBSD Bugzilla – Attachment 117295 Details for
Bug 159365
[patch] mail/p5-Mail-SpamAssassin: fix WITH_AWL option, add option WITHOUT_FREEMAIL
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.22 KB, created by
Jason Helfman
on 2011-08-01 22:20:09 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Jason Helfman
Created:
2011-08-01 22:20:09 UTC
Size:
1.22 KB
patch
obsolete
>Index: p5-Mail-SpamAssassin/Makefile >=================================================================== >RCS file: /home/jhelfman/ncvs/ports/mail/p5-Mail-SpamAssassin/Makefile,v >retrieving revision 1.140 >diff -u -r1.140 Makefile >--- p5-Mail-SpamAssassin/Makefile 12 Jul 2011 02:10:30 -0000 1.140 >+++ p5-Mail-SpamAssassin/Makefile 1 Aug 2011 21:06:33 -0000 >@@ -7,6 +7,7 @@ > > PORTNAME= Mail-SpamAssassin > PORTVERSION= 3.3.2 >+PORTREVISION= 1 > CATEGORIES= mail perl5 > MASTER_SITES= ${MASTER_SITE_APACHE:S/$/:apache/} ${MASTER_SITE_PERL_CPAN:S/$/:cpan/} > MASTER_SITE_SUBDIR= spamassassin/source/:apache Mail/:cpan >@@ -261,12 +262,15 @@ > .if defined(WITH_DCC) > ${REINPLACE_CMD} -e '/DCC/s/^#loadplugin/loadplugin/' ${WRKSRC}/rules/v310.pre > .endif >-.if !defined(WITH_AWL) >- ${REINPLACE_CMD} -e '/AWL/s/^loadplugin/#loadplugin/' ${WRKSRC}/rules/v310.pre >+.if defined(WITH_AWL) >+ ${REINPLACE_CMD} -e '/AWL/s/^#loadplugin/loadplugin/' ${WRKSRC}/rules/v310.pre > .endif > .if defined(WITH_SACOMPILE) > ${REINPLACE_CMD} -e '/Rule2XSBody/s/^# loadplugin/loadplugin/' ${WRKSRC}/rules/v320.pre > .endif >+.if defined(WITHOUT_FREEMAIL) >+ ${REINPLACE_CMD} -e '/FreeMail/s/^loadplugin/#loadplugin/' ${WRKSRC}/rules/v330.pre >+.endif > > pre-install: > @${MKDIR} ${DATADIR}
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 159365
: 117295