FreeBSD Bugzilla – Attachment 119593 Details for
Bug 162177
mail/opendkim - make dependency to Sendmail optional
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.46 KB, created by
Michele Mazzucchi
on 2011-10-30 22:20:10 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Michele Mazzucchi
Created:
2011-10-30 22:20:10 UTC
Size:
1.46 KB
patch
obsolete
>diff -ruN opendkim-orig/Makefile opendkim/Makefile >--- opendkim-orig/Makefile 2011-07-02 13:55:27.000000000 +0200 >+++ opendkim/Makefile 2011-10-30 22:11:44.000000000 +0100 >@@ -25,7 +25,6 @@ > > GNU_CONFIGURE= yes > USE_OPENSSL= yes >-USE_RC_SUBR= milter-opendkim > USE_LDCONFIG= yes > > MAN5= opendkim.conf.5 >@@ -35,8 +34,9 @@ > > SUB_FILES= pkg-message > >-OPTIONS= \ >+OPTIONS= \ > ARLIB "Asynchronous thread-safe DNS library" On \ >+ FILTER "opendkim filter, requires libmilter/Sendmail" On \ > GNUTLS "Use GnuTLS instead of OpenSSL" Off \ > LUA "Describe filter policy with lua" Off \ > MEMCACHED "Use memcached as a data set" Off \ >@@ -50,10 +50,13 @@ > > .include <bsd.port.pre.mk> > >+.if defined(WITH_FILTER) && !defined(WITHOUT_FILTER) >+USE_RC_SUBR= milter-opendkim > WITHOUT_MILTER_CFLAGS= yes > WITHOUT_MILTER_LDFLAGS= yes > .include "${PORTSDIR}/mail/sendmail/bsd.milter.mk" > CONFIGURE_ARGS+= --with-milter=${MILTERBASE} >+.endif > > .if defined(WITH_GNUTLS) > LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls >diff -ruN opendkim-orig/Makefile.features opendkim/Makefile.features >--- opendkim-orig/Makefile.features 2011-07-02 13:55:27.000000000 +0200 >+++ opendkim/Makefile.features 2011-10-30 21:52:29.000000000 +0100 >@@ -11,6 +11,10 @@ > CONFIGURE_ARGS+= --enable-adsp_lists > .endif > >+.if !defined(WITH_FILTER) && defined(WITHOUT_FILTER) >+CONFIGURE_ARGS+= --disable-filter >+.endif >+ > .if defined(WITH_ALLSYMBOLS) && !defined(WITHOUT_ALLSYMBOLS) > CONFIGURE_ARGS+= --enable-allsymbols > .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 162177
: 119593 |
119594