svn commit: r325421 - in head/mail: qmail qmail-spamcontrol
Bryan Drewery
bdrewery at FreeBSD.org
Mon Aug 26 23:30:42 UTC 2013
Author: bdrewery
Date: Mon Aug 26 23:30:41 2013
New Revision: 325421
URL: http://svnweb.freebsd.org/changeset/ports/325421
Log:
- Fix build with clang and on head
Reported by: bapt
Modified:
head/mail/qmail-spamcontrol/Makefile
head/mail/qmail/Makefile
Modified: head/mail/qmail-spamcontrol/Makefile
==============================================================================
--- head/mail/qmail-spamcontrol/Makefile Mon Aug 26 23:30:21 2013 (r325420)
+++ head/mail/qmail-spamcontrol/Makefile Mon Aug 26 23:30:41 2013 (r325421)
@@ -19,8 +19,6 @@ EXTRA_PATCHES+= ${MASTERDIR}/files/patch
${MASTERDIR}/files/patch-Makefile \
${MASTERDIR}/files/patch-auto_uids-c-dist
-USE_GCC= any
-
# Distfiles
QMAIL_DIST= ${PORTNAME}-${QMAIL_VERSION}${EXTRACT_SUFX}
SPAMCONTROL_DIST= spamcontrol-${SPAMCONTROL_VERSION}_tgz.bin
Modified: head/mail/qmail/Makefile
==============================================================================
--- head/mail/qmail/Makefile Mon Aug 26 23:30:21 2013 (r325420)
+++ head/mail/qmail/Makefile Mon Aug 26 23:30:41 2013 (r325421)
@@ -703,6 +703,7 @@ post-patch:
@cd ${WRKSRC} && ./install_spamcontrol.sh
@${PATCH} -d ${WRKSRC} < ${FILESDIR}/extra-patch-spamcontrol-qmail-smtpd.c
@${PATCH} -d ${WRKSRC} < ${FILESDIR}/extra-patch-spamcontrol-qmail-remote.c
+ @${PATCH} -d ${WRKSRC} < ${FILESDIR}/extra-patch-spamcontrol-tls_remote.c
. if ${PORT_OPTIONS:MSPF_PATCH} && defined(SPF_SPAMCONTROL_PATCH)
@${PATCH} -d ${WRKSRC} < ${DISTDIR}/${DIST_SUBDIR}/${SPF_SPAMCONTROL_PATCH}
. if ${PORT_OPTIONS:MEXTTODO_PATCH} && defined(EXTTODO_PATCH)
More information about the svn-ports-head
mailing list