FreeBSD Bugzilla – Attachment 72764 Details for
Bug 105692
mail/p5-Mail-SpamAssassin: GnuPG dependency should be optional
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
p5-Mail-SpamAssassin.diff
p5-Mail-SpamAssassin.diff (text/plain), 1.26 KB, created by
Shaun Amott
on 2006-11-20 14:40:11 UTC
(
hide
)
Description:
p5-Mail-SpamAssassin.diff
Filename:
MIME Type:
Creator:
Shaun Amott
Created:
2006-11-20 14:40:11 UTC
Size:
1.26 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/pcvs/ports/mail/p5-Mail-SpamAssassin/Makefile,v >retrieving revision 1.99 >diff -u -r1.99 Makefile >--- Makefile 7 Nov 2006 03:34:43 -0000 1.99 >+++ Makefile 20 Nov 2006 14:30:23 -0000 >@@ -22,8 +22,7 @@ > ${SITE_PERL}/Mail/Internet.pm:${PORTSDIR}/mail/p5-Mail-Tools > RUN_DEPENDS= ${BUILD_DEPENDS} \ > ${SITE_PERL}/Bundle/LWP.pm:${PORTSDIR}/www/p5-libwww \ >- ${SITE_PERL}/Archive/Tar.pm:${PORTSDIR}/archivers/p5-Archive-Tar \ >- gpg:${PORTSDIR}/security/gnupg >+ ${SITE_PERL}/Archive/Tar.pm:${PORTSDIR}/archivers/p5-Archive-Tar > > PERL_CONFIGURE= yes > CONFIGURE_ARGS= SYSCONFDIR="${PREFIX}/etc" \ >@@ -36,6 +35,7 @@ > OPTIONS= AS_ROOT "Run spamd as root (recommended)" on \ > DOMAINKEYS "DomainKeys support" off \ > SSL "Build with SSL support for spamd/spamc" on \ >+ GNUPG "Install GnuPG (for sa-update)" on \ > MYSQL "Add MySQL support" off \ > PGSQL "Add PostreSQL support" off \ > RAZOR "Add Vipul's Razor support" on \ >@@ -60,6 +60,10 @@ > CONFIGURE_ARGS+= ENABLE_SSL=no > .endif > >+.if !defined(WITHOUT_GNUPG) >+RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg >+.endif >+ > .if defined(WITH_MYSQL) > RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql > .endif
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 105692
: 72764
Working