FreeBSD Bugzilla – Attachment 144777 Details for
Bug 191950
re-add srs_alt support to mail/exim
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to re-add srs_alt
exim-srsalt.diff (text/plain), 1.49 KB, created by
Kurt Jaeger
on 2014-07-18 12:05:09 UTC
(
hide
)
Description:
patch to re-add srs_alt
Filename:
MIME Type:
Creator:
Kurt Jaeger
Created:
2014-07-18 12:05:09 UTC
Size:
1.49 KB
patch
obsolete
>diff -r -u -N mail/exim/Makefile /usr/home/pi/myp/mail/exim/Makefile >--- mail/exim/Makefile 2014-07-14 22:24:45.000000000 +0200 >+++ /usr/home/pi/myp/mail/exim/Makefile 2014-07-18 13:59:06.000000000 +0200 >@@ -3,7 +3,7 @@ > > PORTNAME= exim > PORTVERSION?= ${EXIM_VERSION} >-PORTREVISION= 6 >+PORTREVISION= 7 > CATEGORIES= mail ipv6 > MASTER_SITES= ${MASTER_SITE_EXIM:S/$/:exim/} > MASTER_SITE_SUBDIR= exim4/:exim >@@ -427,6 +427,10 @@ > LIB_DEPENDS+= libsrs2.so:${PORTSDIR}/mail/libsrs2 > SEDLIST+= -e 's,XX_SRS_FLAGS_XX,-DSRS,' \ > -e 's,XX_SRS_LIBS_XX,-L${LOCALBASE}/lib -lsrs2,' >+.elif ${PORT_OPTIONS:MSRS_ALT} >+LIB_DEPENDS+= libsrs_alt.so:${PORTSDIR}/mail/libsrs_alt >+SEDLIST+= -e 's,XX_SRS_FLAGS_XX,-DEXPERIMENTAL_SRS,' \ >+ -e 's,XX_SRS_LIBS_XX,-L${LOCALBASE}/lib -lsrs_alt,' > .else > SEDLIST+= -e 's,XX_SRS_FLAGS_XX,,' \ > -e 's,XX_SRS_LIBS_XX,,' >diff -r -u -N mail/exim/options /usr/home/pi/myp/mail/exim/options >--- mail/exim/options 2014-07-15 19:50:58.000000000 +0200 >+++ /usr/home/pi/myp/mail/exim/options 2014-07-18 14:00:42.000000000 +0200 >@@ -18,6 +18,7 @@ > READLINE \ > SPF \ > SRS \ >+ SRS_ALT \ > SUID \ > TCP_WRAPPERS \ > WISHLIST \ >@@ -104,6 +105,7 @@ > SPF_DESC= Enable Sender Policy Framework checking > SQLITE_DESC= Enable SQLite lookups > SRS_DESC= Enable Sender Rewriting Scheme >+SRS_ALT_DESC= Enable alternative Sender Rewriting Scheme > SUID_DESC= Install the exim binary suid root > TCP_WRAPPERS_DESC= Enable /etc/hosts.allow access control > GNUTLS_DESC= Use GnuTLS instead of OpenSSL for TLS
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 191950
: 144777