FreeBSD Bugzilla – Attachment 45481 Details for
Bug 70112
[PATCH] mail/dspam-devel: Makefile fixes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
dspam-devel-3.1.0.patch
dspam-devel-3.1.0.patch (text/plain), 1.91 KB, created by
Palle Girgensohn
on 2004-08-07 12:50:24 UTC
(
hide
)
Description:
dspam-devel-3.1.0.patch
Filename:
MIME Type:
Creator:
Palle Girgensohn
Created:
2004-08-07 12:50:24 UTC
Size:
1.91 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/mail/dspam-devel/Makefile,v >retrieving revision 1.21 >diff -u -u -r1.21 Makefile >--- Makefile 5 Aug 2004 20:39:41 -0000 1.21 >+++ Makefile 7 Aug 2004 11:48:02 -0000 >@@ -332,7 +332,7 @@ > .if defined(WITH_CYRUS22_LDA) > RUN_DEPENDS+= ${LOCALBASE}/cyrus/bin/deliver:${PORTSDIR}/mail/cyrus-imapd22 > CONFIGURE_ARGS+=\ >---with-delivery-agent='${LOCALBASE}/cyrus/bin/deliver -e -r $${sender} -m $${extension} $${user} $$u" >+--with-delivery-agent='${LOCALBASE}/cyrus/bin/deliver -e -r $${sender} -m $${extension} $${user} $$u' > .endif > > .if defined(WITH_SENDMAIL) >@@ -399,7 +399,8 @@ > #SED_FILES= ${LS} ${WRKSRC}/cgi/*.pl > #SED_FILES+= ${LS} $PWRKSRC}/cgi/*.cgi > .else >-PLIT_SUB+= CGI="@comment " >+PLIST_SUB+= CGI="@comment " >+SED_SCRIPT+= -e '/%%CGI%%/D' > .endif > > MAN1= dspam.1 dspam_clean.1 dspam_corpus.1 dspam_dump.1 dspam_merge.1 \ >@@ -439,12 +440,12 @@ > @${ECHO_CMD} "You can only use one local delivery agent at once." > @${FALSE} > .endif >-.if defined(WITH_NEURAL_NET) && !(defined(WITH_MYSQL) || defined(WITH_POSTGRESQL)) >+.if defined(WITH_NEURAL_NET) && !(defined(WITH_MYSQL) || defined(WITH_POSTGRESQL73) || defined(WITH_POSTGRESQL74)) > @${ECHO_CMD} "You need MySQL or POSTGRESQL to use neural networking." > @${FALSE} > .endif > .if defined(WITH_VIRT_USERS) && !(defined(WITH_MYSQL) || \ >- defined(WITH_POSTGRESQL) || defined(WITH_ORACLE)) >+ defined(WITH_POSTGRESQL73) || defined(WITH_POSTGRESQL74) || defined(WITH_ORACLE)) > @${ECHO_CMD} "You need MySQL, POSTGRESQL or ORACLE for virtual users." > @${FALSE} > .endif >@@ -459,7 +460,7 @@ > .endif > .if defined(WITH_POSTGRESQL73) || defined(WITH_POSTGRESQL74) > @${MKDIR} ${EXAMPLESDIR}/pgsql >- cd @${WRKSRC}/tools.pgsql_drv && \ >+ @cd ${WRKSRC}/tools.pgsql_drv && \ > ${INSTALL_DATA} README *.sql ${EXAMPLESDIR}/pgsql > ${INSTALL_DATA} ${FILESDIR}/pgsql.data ${EXAMPLESDIR}/pgsql > .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 70112
: 45481