svn commit: r389873 - head/mail/qsheff
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Jun 16 23:02:32 UTC 2015
Author: amdmi3
Date: Tue Jun 16 23:02:31 2015
New Revision: 389873
URL: https://svnweb.freebsd.org/changeset/ports/389873
Log:
- Mark BROKEN on < 10.x:
/usr/local/include/clamav.h:167: error: expected identifier or '(' before '/' token
/usr/local/include/clamav.h:167: error: stray '#' in program
MFH: 2015Q2
Modified:
head/mail/qsheff/Makefile
Modified: head/mail/qsheff/Makefile
==============================================================================
--- head/mail/qsheff/Makefile Tue Jun 16 23:02:07 2015 (r389872)
+++ head/mail/qsheff/Makefile Tue Jun 16 23:02:31 2015 (r389873)
@@ -17,6 +17,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${LOCALBASE}/bin/ripmime:${PORTSDIR}/mail/ripmime
RUN_DEPENDS:= ${BUILD_DEPENDS}
+BROKEN_FreeBSD_8= does not build on FreeBSD < 10.x
+BROKEN_FreeBSD_9= does not build on FreeBSD < 10.x
+
GNU_CONFIGURE= yes
USES= qmail
More information about the svn-ports-all
mailing list