svn commit: r350046 - head/devel/armv6-freebsd10.0-xdev
Baptiste Daroussin
bapt at FreeBSD.org
Thu Apr 3 21:06:47 UTC 2014
Author: bapt
Date: Thu Apr 3 21:06:46 2014
New Revision: 350046
URL: http://svnweb.freebsd.org/changeset/ports/350046
QAT: https://qat.redports.org/buildarchive/r350046/
Log:
Automatic cross building is only supported on FreeBSD 10+
Modified:
head/devel/armv6-freebsd10.0-xdev/Makefile
Modified: head/devel/armv6-freebsd10.0-xdev/Makefile
==============================================================================
--- head/devel/armv6-freebsd10.0-xdev/Makefile Thu Apr 3 21:06:04 2014 (r350045)
+++ head/devel/armv6-freebsd10.0-xdev/Makefile Thu Apr 3 21:06:46 2014 (r350046)
@@ -5,6 +5,16 @@ X_TARGET_ARCH= armv6
.include "${.CURDIR}/Makefile.shared"
+.include <bsd.port.options.mk>
+
+.if ${OPSYS} != FreeBSD
+IGNORE= Only supported on FreeBSD
+.endif
+
+.if ${OSVERSION} < 1000510
+IGNORE= Only supported on FreeBSD 10+
+.endif
+
.include <bsd.port.mk>
MAKE_ENV:= ${MAKE_ENV:N*FLAGS=*}
More information about the svn-ports-all
mailing list