Date: Wed, 23 Nov 2016 12:43:13 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> 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 Message-ID: <201611231243.uANChDki026699@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611231243.uANChDki026699>