From a5263e6786d6ec677d39fd19354ba490e3bcb368 Mon Sep 17 00:00:00 2001 From: ume Date: Mon, 6 Dec 2004 15:59:17 +0000 Subject: Add PASS8BITHACK option to pass 8bit in subject. Cyrus doesn't accept this hack, and I really don't like it. Requested by: many --- mail/cyrus-imapd24/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'mail/cyrus-imapd24/Makefile') 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 @@ -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 -- cgit