Index: head/devel/cpp-hocon/Makefile =================================================================== --- head/devel/cpp-hocon/Makefile (revision 449442) +++ head/devel/cpp-hocon/Makefile (revision 449443) @@ -1,26 +1,27 @@ # $FreeBSD$ PORTNAME= cpp-hocon PORTVERSION= 0.1.5 +PORTREVISION= 1 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/sysutils/facter/Makefile =================================================================== --- head/sysutils/facter/Makefile (revision 449442) +++ head/sysutils/facter/Makefile (revision 449443) @@ -1,70 +1,70 @@ # $FreeBSD$ PORTNAME= facter PORTVERSION= 3.8.0 -PORTREVISION?= 0 +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 .if !defined(PKGNAMEPREFIX) 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 USES+= compiler:c++11-lib ssl CMAKE_ARGS+= -DMAN_PATH=${MANPREFIX}/man 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} && ninja test .elif ${PKGNAMEPREFIX} == java- LIB_DEPENDS= libfacter.so:sysutils/facter ALL_TARGET= facter-jruby USE_JAVA= yes JAVA_BUILD= yes CMAKE_ARGS+= -DJAVA_HOME=${JAVA_HOME} # Ignore sysutils/facter's pkg-plist by providing a non-existent file PLIST= ${WRKDIR}/no-plist PLIST_FILES= ${PREFIX}/lib/ruby/vendor_ruby/facter.jar do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/lib/ruby/vendor_ruby cd ${WRKSRC} && ${INSTALL_DATA} lib/facter.jar ${STAGEDIR}${PREFIX}/lib/ruby/vendor_ruby .endif .include .if !defined(PKGNAMEPREFIX) && ${OPSYS} == FreeBSD && ${COMPILER_FEATURES:Mlibstdc++} BROKEN= Build with system libstdc++ is unsupported .endif .include