svn commit: r350011 - head/Mk

Baptiste Daroussin bapt at FreeBSD.org
Thu Apr 3 13:37:41 UTC 2014


Author: bapt
Date: Thu Apr  3 13:37:41 2014
New Revision: 350011
URL: http://svnweb.freebsd.org/changeset/ports/350011
QAT: https://qat.redports.org/buildarchive/r350011/

Log:
  Cross building is only supported for staged ports

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Thu Apr  3 13:35:51 2014	(r350010)
+++ head/Mk/bsd.port.mk	Thu Apr  3 13:37:41 2014	(r350011)
@@ -1133,6 +1133,9 @@ NOTPHONY?=
 .include "${PORTSDIR}/Mk/bsd.commands.mk"
 
 .if defined(X_BUILD_FOR)
+.if defined(NO_STAGE)
+IGNORE=	Cross building is only compatible with stagified ports
+.endif
 BUILD_DEPENDS=	${X_BUILD_FOR}-cc:${PORTSDIR}/devel/${X_BUILD_FOR}-xdev
 # Do not define CPP on purpose
 CC=		${X_BUILD_FOR}-cc


More information about the svn-ports-head mailing list