From owner-svn-ports-all@freebsd.org Sun Jan 1 12:56:58 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7CCB5C9ABAA; Sun, 1 Jan 2017 12:56:58 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4C4CC18D1; Sun, 1 Jan 2017 12:56:58 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v01Cuv4m090449; Sun, 1 Jan 2017 12:56:57 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v01CuvuY090448; Sun, 1 Jan 2017 12:56:57 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201701011256.v01CuvuY090448@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 1 Jan 2017 12:56:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r430250 - head/devel/boost-libs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jan 2017 12:56:58 -0000 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