Index: head/devel/cpp-hocon/Makefile =================================================================== --- head/devel/cpp-hocon/Makefile (revision 461701) +++ head/devel/cpp-hocon/Makefile (revision 461702) @@ -1,27 +1,27 @@ # $FreeBSD$ PORTNAME= cpp-hocon PORTVERSION= 0.1.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MAINTAINER= puppet@FreeBSD.org COMMENT= C++ configuration library LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libleatherman_util.so:devel/leatherman USE_GITHUB= yes GH_ACCOUNT= puppetlabs PLIST_SUB+= PORTVERSION="${PORTVERSION}" CMAKE_ARGS+= -DBUILD_SHARED_LIBS=SHARED TEST_TARGET= test USES= cmake USE_LDCONFIG= yes .include Index: head/devel/leatherman/Makefile =================================================================== --- head/devel/leatherman/Makefile (revision 461701) +++ head/devel/leatherman/Makefile (revision 461702) @@ -1,29 +1,28 @@ # $FreeBSD$ PORTNAME= leatherman -PORTVERSION= 1.3.0 -PORTREVISION= 4 +PORTVERSION= 1.4.0 CATEGORIES= devel MAINTAINER= puppet@FreeBSD.org COMMENT= Leatherman C++ Tool library LICENSE= APACHE20 LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libcurl.so:ftp/curl BROKEN_powerpc64= fails to compile: cc1plus: error: unrecognized command line option "-std=c++11" USE_GITHUB= yes GH_ACCOUNT= puppetlabs USES= cmake:outsource gettext USE_RUBY= yes CMAKE_ARGS= -DLEATHERMAN_SHARED:BOOL=ON USE_LDCONFIG= yes TEST_TARGET= test PLIST_SUB= PORTVERSION=${PORTVERSION} .include Index: head/devel/leatherman/distinfo =================================================================== --- head/devel/leatherman/distinfo (revision 461701) +++ head/devel/leatherman/distinfo (revision 461702) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505892582 -SHA256 (puppetlabs-leatherman-1.3.0_GH0.tar.gz) = 282bc54ca28e8269a392bbda423b940177a5925246ab961c7a5c338046b51ba0 -SIZE (puppetlabs-leatherman-1.3.0_GH0.tar.gz) = 434229 +TIMESTAMP = 1518523478 +SHA256 (puppetlabs-leatherman-1.4.0_GH0.tar.gz) = 34e638458d7353fb6887d976f60acde436c760e081d7478dbf5643e0b7657d57 +SIZE (puppetlabs-leatherman-1.4.0_GH0.tar.gz) = 805151 Index: head/devel/leatherman/files/patch-json__container_tests_json__container__test.cc =================================================================== --- head/devel/leatherman/files/patch-json__container_tests_json__container__test.cc (revision 461701) +++ head/devel/leatherman/files/patch-json__container_tests_json__container__test.cc (nonexistent) @@ -1,13 +0,0 @@ -This is a workaround for this bug: -https://github.com/philsquared/Catch/blob/master/docs/limitations.md#clangg----skipping-leaf-sections-after-an-exception ---- json_container/tests/json_container_test.cc.orig 2017-08-25 18:32:21 UTC -+++ json_container/tests/json_container_test.cc -@@ -80,7 +80,7 @@ TEST_CASE("JsonContainer::JsonContainer - json_value = "null"; - } - -- REQUIRE_NOTHROW(JsonContainer { json_value }); -+ REQUIRE_NOTHROW(if (json_value != "") { JsonContainer { json_value };}); - } - - SECTION("it should throw a data_parse_error in case of empty string") { Property changes on: head/devel/leatherman/files/patch-json__container_tests_json__container__test.cc ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sysutils/facter/Makefile =================================================================== --- head/sysutils/facter/Makefile (revision 461701) +++ head/sysutils/facter/Makefile (revision 461702) @@ -1,59 +1,60 @@ # $FreeBSD$ PORTNAME= facter PORTVERSION= 3.9.4 +PORTREVISION= 1 CATEGORIES?= sysutils MASTER_SITES= http://downloads.puppetlabs.com/facter/ MAINTAINER= puppet@FreeBSD.org COMMENT= Cross-platform library for retrieving facts from OS LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= cmake:noninja compiler:c++11-lib ssl BROKEN_DragonFly= DragonFly is not supported upstream BROKEN_powerpc64= fails to compile: collection.cc: 'stoi' was not declared in this scope CONFLICTS_INSTALL= rubygem-facter-2* LIB_DEPENDS= libboost_system.so:devel/boost-libs \ liblibcpp-hocon.so:devel/cpp-hocon \ libleatherman_locale.so:devel/leatherman \ libyaml-cpp.so:devel/yaml-cpp PLIST_SUB= PORTVERSION="${PORTVERSION}" USE_LDCONFIG= yes USE_RUBY= yes CMAKE_ARGS+= -DMAN_PATH=${MANPREFIX}/man OPTIONS_DEFINE= FACTER_JAVA FACTER_JAVA_DESC= Build with Java bindings for puppetserver FACTER_JAVA_USE= java=yes FACTER_JAVA_VARS= JAVA_BUILD=yes FACTER_JAVA_CMAKE_ON= -DJAVA_HOME=${JAVA_HOME} OPTIONS_DEFAULT= FACTER_JAVA OPTIONS_SUB= yes .include post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ ${WRKSRC}/lib/src/facts/posix/collection.cc \ ${WRKSRC}/lib/src/util/config/posix/config.cc test: build cd ${WRKSRC}/lib && bundle install --path vendor cd ${WRKSRC} && ${MAKE_CMD} test .include .if ${OPSYS} == FreeBSD && ${COMPILER_FEATURES:Mlibstdc++} BROKEN= Build with system libstdc++ is unsupported .endif .include