svn commit: r430250 - head/devel/boost-libs
Jan Beich
jbeich at FreeBSD.org
Sun Jan 1 12:56:58 UTC 2017
Author: jbeich
Date: Sun Jan 1 12:56:57 2017
New Revision: 430250
URL: https://svnweb.freebsd.org/changeset/ports/430250
Log:
devel/boost-libs: oops, don't use NOT_FOR_ARCHS here
NOT_FOR_ARCHS only works if _REASON can be applied to all affected
architectures. If any other architecture doesn't share it one'd have to
add BROKEN_${ARCH}, anyway.
Modified:
head/devel/boost-libs/Makefile (contents, props changed)
Modified: head/devel/boost-libs/Makefile
==============================================================================
--- head/devel/boost-libs/Makefile Sun Jan 1 12:42:53 2017 (r430249)
+++ head/devel/boost-libs/Makefile Sun Jan 1 12:56:57 2017 (r430250)
@@ -6,8 +6,7 @@ PORTREVISION= 1
COMMENT= Free portable C++ libraries (without Boost.Python)
-NOT_FOR_ARCHS= sparc64
-NOT_FOR_ARCHS_REASON= https://github.com/boostorg/context/commit/f2ef6326b6ed
+BROKEN_sparc64= https://github.com/boostorg/context/commit/f2ef6326b6ed
BUILD_DEPENDS+= bjam:devel/boost-jam
More information about the svn-ports-all
mailing list