Date: Wed, 30 Dec 2020 18:08:29 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r559678 - head/devel/boost_build Message-ID: <202012301808.0BUI8TRT013486@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Wed Dec 30 18:08:28 2020 New Revision: 559678 URL: https://svnweb.freebsd.org/changeset/ports/559678 Log: devel/boost_build: Update to the latest revision because it includes runtime fixes needed on FreeBSD Modified: head/devel/boost_build/Makefile head/devel/boost_build/distinfo head/devel/boost_build/pkg-plist Modified: head/devel/boost_build/Makefile ============================================================================== --- head/devel/boost_build/Makefile Wed Dec 30 17:54:19 2020 (r559677) +++ head/devel/boost_build/Makefile Wed Dec 30 18:08:28 2020 (r559678) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= boost_build -DISTVERSION= 4.3.0 +DISTVERSION= 4.3.0.20201229 CATEGORIES= devel MAINTAINER= ports@FreeBSD.org @@ -13,12 +13,15 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${LOCALBASE}/bin/bjam:devel/boost-jam -USES= tar:bzip2 +USES= python:test shebangfix tar:bzip2 USE_GITHUB= yes GH_ACCOUNT= boostorg GH_PROJECT= build +GH_TAGNAME= 29baa79 +SHEBANG_GLOB= *.py + SUB_FILES= pkg-message do-build: @@ -26,5 +29,8 @@ do-build: do-install: cd ${WRKSRC} && ./b2 toolset=clang install --prefix=${STAGEDIR}${PREFIX} + +do-test: # test target fails: https://github.com/boostorg/build/issues/698 + cd ${WRKSRC} && ./b2 toolset=clang test --prefix=${STAGEDIR}${PREFIX} .include <bsd.port.mk> Modified: head/devel/boost_build/distinfo ============================================================================== --- head/devel/boost_build/distinfo Wed Dec 30 17:54:19 2020 (r559677) +++ head/devel/boost_build/distinfo Wed Dec 30 18:08:28 2020 (r559678) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603558994 -SHA256 (boostorg-build-4.3.0_GH0.tar.gz) = 97eb98343da636c314edccb08173e25cea13b155233ebb4d74e065d55f791364 -SIZE (boostorg-build-4.3.0_GH0.tar.gz) = 1119238 +TIMESTAMP = 1609351082 +SHA256 (boostorg-build-4.3.0.20201229-29baa79_GH0.tar.gz) = 88d8cc22bc1fc8ce5e777e08a0635a75e7ba2c6cc54bd795a20751096b931fcd +SIZE (boostorg-build-4.3.0.20201229-29baa79_GH0.tar.gz) = 1125544 Modified: head/devel/boost_build/pkg-plist ============================================================================== --- head/devel/boost_build/pkg-plist Wed Dec 30 17:54:19 2020 (r559677) +++ head/devel/boost_build/pkg-plist Wed Dec 30 18:08:28 2020 (r559678) @@ -69,6 +69,7 @@ share/boost-build/src/tools/features/archiveflags-feat share/boost-build/src/tools/features/asmflags-feature.jam share/boost-build/src/tools/features/build-feature.jam share/boost-build/src/tools/features/cflags-feature.jam +share/boost-build/src/tools/features/compileflags-feature.jam share/boost-build/src/tools/features/conditional-feature.jam share/boost-build/src/tools/features/coverage-feature.jam share/boost-build/src/tools/features/cxx-template-depth-feature.jam @@ -100,6 +101,7 @@ share/boost-build/src/tools/features/objcflags-feature share/boost-build/src/tools/features/optimization-feature.jam share/boost-build/src/tools/features/os-feature.jam share/boost-build/src/tools/features/relevant-feature.jam +share/boost-build/src/tools/features/response-file-feature.jam share/boost-build/src/tools/features/rtti-feature.jam share/boost-build/src/tools/features/runtime-feature.jam share/boost-build/src/tools/features/sanitizers-feature.jam
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012301808.0BUI8TRT013486>