Index: head/textproc/libepubgen/Makefile =================================================================== --- head/textproc/libepubgen/Makefile (revision 465496) +++ head/textproc/libepubgen/Makefile (revision 465497) @@ -1,43 +1,43 @@ # $FreeBSD$ PORTNAME= libepubgen PORTVERSION= 0.1.0 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= greg@unrelenting.technology COMMENT= Library for generating documents in ePub format LICENSE= MPL20 LIB_DEPENDS= librevenge-0.0.so:textproc/librevenge BUILD_DEPENDS= ${LOCALBASE}/include/boost/algorithm/string/classification.hpp:devel/boost-libs \ ${LOCALBASE}/include/boost/algorithm/string/join.hpp:devel/boost-libs \ ${LOCALBASE}/include/boost/algorithm/string/split.hpp:devel/boost-libs \ ${LOCALBASE}/include/boost/algorithm/string/trim.hpp:devel/boost-libs \ ${LOCALBASE}/include/boost/assign/list_of.hpp:devel/boost-libs \ ${LOCALBASE}/include/boost/cstdint.hpp:devel/boost-libs \ ${LOCALBASE}/include/boost/functional/hash.hpp:devel/boost-libs CONFIGURE_ARGS= --disable-werror CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes -USES= compiler:features libtool pathfix pkgconfig tar:xz +USES= compiler:c++11-lang libtool pathfix pkgconfig tar:xz USE_LDCONFIG= yes INSTALL_TARGET= install-strip OPTIONS_DEFINE= DOXYGEN TEST OPTIONS_DEFAULT= OPTIONS_SUB= yes TEST_TARGET= check TEST_LIB_DEPENDS= libxml2.so:textproc/libxml2 \ libcppunit.so:devel/cppunit TEST_CONFIGURE_ENABLE= tests PORTDOCS= * DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen DOXYGEN_CONFIGURE_OFF= --without-docs .include Index: head/textproc/libqxp/Makefile =================================================================== --- head/textproc/libqxp/Makefile (revision 465496) +++ head/textproc/libqxp/Makefile (revision 465497) @@ -1,44 +1,44 @@ # $FreeBSD$ PORTNAME= libqxp PORTVERSION= 0.0.0 CATEGORIES= textproc MASTER_SITES= https://dev-www.libreoffice.org/src/${PORTNAME}/ MAINTAINER= greg@unrelenting.technology COMMENT= Library for parsing QuarkXPress documents LICENSE= MPL20 LIB_DEPENDS= librevenge-0.0.so:textproc/librevenge \ libicui18n.so:devel/icu #libicui18n.so:devel/icu \ #libicuuc.so:devel/icu \ #libicudata.so:devel/icu BUILD_DEPENDS= ${LOCALBASE}/include/boost/math/constants/constants.hpp:devel/boost-libs \ ${LOCALBASE}/include/boost/optional.hpp:devel/boost-libs \ ${LOCALBASE}/include/boost/variant.hpp:devel/boost-libs \ ${LOCALBASE}/include/boost/range/adaptor/reversed.hpp:devel/boost-libs \ ${LOCALBASE}/include/boost/cstdint.hpp:devel/boost-libs CONFIGURE_ARGS= --disable-werror CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes -USES= compiler:features libtool pathfix pkgconfig tar:xz +USES= compiler:c++11-lang libtool pathfix pkgconfig tar:xz USE_LDCONFIG= yes INSTALL_TARGET= install-strip OPTIONS_DEFINE= DOXYGEN TEST OPTIONS_DEFAULT= OPTIONS_SUB= yes TEST_TARGET= check TEST_LIB_DEPENDS= libcppunit.so:devel/cppunit TEST_CONFIGURE_ENABLE= tests PORTDOCS= * DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen DOXYGEN_CONFIGURE_OFF= --without-docs .include