From owner-svn-ports-head@freebsd.org Sun Sep 27 21:58:18 2015 Return-Path: Delivered-To: svn-ports-head@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 D9AE49D0386; Sun, 27 Sep 2015 21:58:18 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 CA607E27; Sun, 27 Sep 2015 21:58:18 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8RLwI27002018; Sun, 27 Sep 2015 21:58:18 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8RLwIjn002014; Sun, 27 Sep 2015 21:58:18 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201509272158.t8RLwIjn002014@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 27 Sep 2015 21:58:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398059 - in head/devel: boost-all boost-python-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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Sep 2015 21:58:19 -0000 Author: jbeich Date: Sun Sep 27 21:58:17 2015 New Revision: 398059 URL: https://svnweb.freebsd.org/changeset/ports/398059 Log: devel/boost-*: remove nop ARCH-specific *FLAGS regressed by r317845 Approved by: office (truckman, bapt) (maintainer) Differential Revision: https://reviews.freebsd.org/D3739 Modified: head/devel/boost-all/compiled.mk (contents, props changed) head/devel/boost-python-libs/Makefile (contents, props changed) Modified: head/devel/boost-all/compiled.mk ============================================================================== --- head/devel/boost-all/compiled.mk Sun Sep 27 21:39:00 2015 (r398058) +++ head/devel/boost-all/compiled.mk Sun Sep 27 21:58:17 2015 (r398059) @@ -13,10 +13,6 @@ PKG_MESSAGE_FILE_PYTHON= ${PORTSDIR}/dev BJAM_ARGS= --layout=system \ --prefix=${PREFIX} \ -.if ${ARCH} == amd64 -BJAM_ARGS+= cxxflags=-fPIC -.endif - # Our compiler-flags will be added AFTER those set by bjam. We remove # the optimization level, because Boost sets it itself (to -O3 in case # of gcc/g++): Modified: head/devel/boost-python-libs/Makefile ============================================================================== --- head/devel/boost-python-libs/Makefile Sun Sep 27 21:39:00 2015 (r398058) +++ head/devel/boost-python-libs/Makefile Sun Sep 27 21:58:17 2015 (r398059) @@ -13,10 +13,6 @@ VERBOSE_BUILD_DESC= Show compiler messag .include "${.CURDIR}/../boost-all/compiled.mk" -.if ${ARCH} == "sparc64" -CXXFLAGS= -O0 -.endif - MAKE_ENV+= PYTHON_ROOT="${LOCALBASE}"\ PYTHON_VERSION="${PYTHON_VERSION}"\ PYTHON_INCLUDES="${PYTHON_INCLUDEDIR}"\