From owner-svn-ports-all@freebsd.org Wed Nov 23 12:43:14 2016 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 B114FC4F64B; Wed, 23 Nov 2016 12:43:14 +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 5FDF91992; Wed, 23 Nov 2016 12:43:14 +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 uANChDLC026702; Wed, 23 Nov 2016 12:43:13 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANChDki026699; Wed, 23 Nov 2016 12:43:13 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611231243.uANChDki026699@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 23 Nov 2016 12:43:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426903 - in head/devel: boost-all boost-libs 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-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: Wed, 23 Nov 2016 12:43:14 -0000 Author: jbeich Date: Wed Nov 23 12:43:13 2016 New Revision: 426903 URL: https://svnweb.freebsd.org/changeset/ports/426903 Log: devel/boost-libs: always verbose build after r421635 PR: 199601 Approved by: portmgr blanket Modified: head/devel/boost-all/compiled.mk head/devel/boost-libs/Makefile (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 Wed Nov 23 12:39:53 2016 (r426902) +++ head/devel/boost-all/compiled.mk Wed Nov 23 12:43:13 2016 (r426903) @@ -10,6 +10,7 @@ PKG_MESSAGE_FILE_PYTHON= ${PORTSDIR}/dev BJAM_ARGS= --layout=system \ --prefix=${PREFIX} \ + -d2 # 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 @@ -21,8 +22,6 @@ BOOST_TOOLSET= ${CHOSEN_COMPILER_TYPE} BJAM_ARGS+= --toolset=${BOOST_TOOLSET} \ ${_MAKE_JOBS} -VERBOSE_BUILD_VARS= BJAM_ARGS+=-d2 - DEBUG_VARS= BJAM_ARGS+=debug DEBUG_VARS_OFF= BJAM_ARGS+=release Modified: head/devel/boost-libs/Makefile ============================================================================== --- head/devel/boost-libs/Makefile Wed Nov 23 12:39:53 2016 (r426902) +++ head/devel/boost-libs/Makefile Wed Nov 23 12:43:13 2016 (r426903) @@ -8,11 +8,10 @@ COMMENT= Free portable C++ libraries (wi BUILD_DEPENDS+= bjam:devel/boost-jam -OPTIONS_DEFINE= VERBOSE_BUILD DEBUG OPTIMIZED_CFLAGS +OPTIONS_DEFINE= DEBUG OPTIMIZED_CFLAGS OPTIONS_MULTI= LOCALE OPTIONS_MULTI_LOCALE= ICONV ICU OPTIONS_DEFAULT= ICONV ICU -VERBOSE_BUILD_DESC= Show compiler messages ICONV_DESC= Boost.Locale with iconv encoding support ICU_DESC= Boost.Regex/Locale with ICU unicode support Modified: head/devel/boost-python-libs/Makefile ============================================================================== --- head/devel/boost-python-libs/Makefile Wed Nov 23 12:39:53 2016 (r426902) +++ head/devel/boost-python-libs/Makefile Wed Nov 23 12:43:13 2016 (r426903) @@ -6,8 +6,7 @@ COMMENT= Framework for interfacing Pytho USES+= python -OPTIONS_DEFINE= VERBOSE_BUILD DEBUG OPTIMIZED_CFLAGS -VERBOSE_BUILD_DESC= Show compiler messages +OPTIONS_DEFINE= DEBUG OPTIMIZED_CFLAGS .include "${.CURDIR}/../boost-all/common.mk"