svn commit: r378273 - head/sysutils/scprotect
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sun Feb 1 20:33:49 UTC 2015
Author: amdmi3
Date: Sun Feb 1 20:33:48 2015
New Revision: 378273
URL: https://svnweb.freebsd.org/changeset/ports/378273
QAT: https://qat.redports.org/buildarchive/r378273/
Log:
Mark broken on 11.x
Modified:
head/sysutils/scprotect/Makefile
Modified: head/sysutils/scprotect/Makefile
==============================================================================
--- head/sysutils/scprotect/Makefile Sun Feb 1 20:25:43 2015 (r378272)
+++ head/sysutils/scprotect/Makefile Sun Feb 1 20:33:48 2015 (r378273)
@@ -15,7 +15,13 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
CFLAGS+= -DWITH_SCPROTECT_LIST
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 1100000
+BROKEN= does not build on 11.x
+.endif
+
post-extract:
@cd ${WRKSRC}/kmod && ${RM} -f machine
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
More information about the svn-ports-all
mailing list