diff options
author | ume <ume@FreeBSD.org> | 2004-12-06 23:59:17 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2004-12-06 23:59:17 +0800 |
commit | a5263e6786d6ec677d39fd19354ba490e3bcb368 (patch) | |
tree | 9ac8f7cd0b6a5d9bc4a951d6de4ba7293f54edbd /mail/cyrus-imapd24/Makefile | |
parent | 74ade6d0e2bc7f50c7d98f471126c8c1d38b515a (diff) | |
download | freebsd-ports-gnome-a5263e6786d6ec677d39fd19354ba490e3bcb368.tar.gz freebsd-ports-gnome-a5263e6786d6ec677d39fd19354ba490e3bcb368.tar.zst freebsd-ports-gnome-a5263e6786d6ec677d39fd19354ba490e3bcb368.zip |
Add PASS8BITHACK option to pass 8bit in subject.
Cyrus doesn't accept this hack, and I really don't like it.
Requested by: many
Diffstat (limited to 'mail/cyrus-imapd24/Makefile')
-rw-r--r-- | mail/cyrus-imapd24/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mail/cyrus-imapd24/Makefile b/mail/cyrus-imapd24/Makefile index e00fd1b227ce..e5ab4303e832 100644 --- a/mail/cyrus-imapd24/Makefile +++ b/mail/cyrus-imapd24/Makefile @@ -78,6 +78,7 @@ OPTIONS+= NETSCAPEHACK "Enable X-NETSCAPE extensions" off OPTIONS+= NNTP "Enable NNTP support" off OPTIONS+= SNMP_4 "Enable SNMP support using net-snmp v4" off \ SNMP_5 "Enable SNMP support using net-snmp v5" off +OPTIONS+= PASS8BITHACK "Add pass8bit option (not recommended)" off .include <bsd.port.pre.mk> @@ -198,6 +199,10 @@ CONFIGURE_ARGS+=--with-auth=unix PLIST_SUB+= LDAP_PTLOADER="@comment " .endif +.if defined(WITH_PASS8BITHACK) +EXTRA_PATCHES+= ${FILESDIR}/pass8bit.diff +.endif + CYRUS_USER?= cyrus CYRUS_GROUP?= cyrus |