FreeBSD Bugzilla – Attachment 171016 Details for
Bug 210028
[patch] mail/spamd: use USE_OPENSSL to link against correct libcrypto
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
USE_OPENSSL for spamd
spamd-ssl.patch (text/plain), 1.82 KB, created by
Adam Weinberger
on 2016-06-04 17:03:50 UTC
(
hide
)
Description:
USE_OPENSSL for spamd
Filename:
MIME Type:
Creator:
Adam Weinberger
Created:
2016-06-04 17:03:50 UTC
Size:
1.82 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 416367) >+++ Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= spamd > PORTVERSION= 4.9.1 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= mail > MASTER_SITES= SF/freebsdspamd/spamd > >@@ -17,6 +17,8 @@ > USERS= _spamd > GROUPS= _spamd > >+USE_OPENSSL= yes >+ > PORTDOCS= ipfw-spamd.txt spamdb.txt > > PLIST_FILES= %%ETCDIR%%/spamd.conf.sample \ >@@ -29,7 +31,7 @@ > man/man8/spamdb.8.gz \ > man/man8/spamlogd.8.gz > >-PLIST_SUB= SPAMDUSER=${USERS} \ >+SUB_LIST= SPAMDUSER=${USERS} \ > SPAMDGROUP=${GROUPS} > > # If you are a CPANEL user the this option is for you! >@@ -39,22 +41,22 @@ > # be adjusted. Man page and pid file will not be renamed! > .if !defined(CPANEL) > PLIST_FILES+= libexec/spamd >-PLIST_SUB+= SPAMDBIN=spamd >+SUB_LIST+= SPAMDBIN=spamd > .else > PLIST_FILES+= libexec/obspamd >-PLIST_SUB+= SPAMDBIN=obspamd >+SUB_LIST+= SPAMDBIN=obspamd > .endif > > SUB_FILES= pkg-install \ > pkg-message > >-SUB_LIST= PREFIX=${PREFIX} \ >- ${PLIST_SUB} >- > OPTIONS_DEFINE= DOCS > >-.include <bsd.port.options.mk> >+.include <bsd.port.pre.mk> > >+CFLAGS+= -I${OPENSSLINC} >+LDFLAGS+= -L${OPENSSLLIB} >+ > do-install: > .if !defined(CPANEL) > ${INSTALL_PROGRAM} ${WRKSRC}/spamd/spamd ${STAGEDIR}${PREFIX}/libexec >@@ -69,10 +71,10 @@ > ${INSTALL_MAN} ${WRKSRC}/spamd-setup/spamd-setup.8 ${STAGEDIR}${PREFIX}/man/man8 > ${INSTALL_MAN} ${WRKSRC}/spamdb/spamdb.8 ${STAGEDIR}${PREFIX}/man/man8 > ${INSTALL_MAN} ${WRKSRC}/spamlogd/spamlogd.8 ${STAGEDIR}${PREFIX}/man/man8 >- ${INSTALL} -d ${STAGEDIR}${ETCDIR} >+ @${MKDIR} ${STAGEDIR}${ETCDIR} > ${INSTALL_DATA} ${WRKSRC}/etc/spamd.conf ${STAGEDIR}${ETCDIR}/spamd.conf.sample > > @${MKDIR} ${STAGEDIR}${DOCSDIR} > ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/doc/|} ${STAGEDIR}${DOCSDIR}/ > >-.include <bsd.port.mk> >+.include <bsd.port.post.mk>
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 210028
: 171016