Index: head/math/mppp/Makefile =================================================================== --- head/math/mppp/Makefile (revision 499156) +++ head/math/mppp/Makefile (revision 499157) @@ -1,42 +1,40 @@ # $FreeBSD$ PORTNAME= mppp DISTVERSIONPREFIX= v -DISTVERSION= 0.13 +DISTVERSION= 0.14 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org COMMENT= Multiprecision for modern C++ LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/COPYING # build only checks that the headers exist, and then they are included in the run time BUILD_DEPENDS= ${LOCALBASE}/include/gmp.h:math/gmp \ ${LOCALBASE}/include/mpfr.h:math/mpfr RUN_DEPENDS= ${LOCALBASE}/include/gmp.h:math/gmp \ ${LOCALBASE}/include/mpfr.h:math/mpfr USES= cmake USE_GITHUB= yes GH_ACCOUNT= bluescarni -NO_BUILD= yes -NO_ARCH= yes TEST_USES= compiler:c++14-lang TEST_ARGS= -DMPPP_BUILD_TESTS=ON -DMPPP_WITH_MPFR=ON #-DMPPP_WITH_QUADMATH=ON (quadmath requires __float128, only available in clang6) BENCHMARK_ARGS= -DMPPP_BUILD_BENCHMARKS=ON -DMPPP_BENCHMARK_BOOST=ON do-test: @cd ${BUILD_WRKSRC} && \ ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} ${TEST_ARGS} ${CMAKE_SOURCE_PATH} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} test benchmarks: build # additionally depends on boost-libs @cd ${BUILD_WRKSRC} && \ ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} ${BENCHMARK_ARGS} ${CMAKE_SOURCE_PATH} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} benchmark .include Index: head/math/mppp/distinfo =================================================================== --- head/math/mppp/distinfo (revision 499156) +++ head/math/mppp/distinfo (revision 499157) @@ -1,3 +1,3 @@ -TIMESTAMP = 1552541366 -SHA256 (bluescarni-mppp-v0.13_GH0.tar.gz) = d92dd9efc7f8cd5f550c90a4f4922678c4b79993e56dac1f01c3b4ad60086ad6 -SIZE (bluescarni-mppp-v0.13_GH0.tar.gz) = 1353019 +TIMESTAMP = 1555486892 +SHA256 (bluescarni-mppp-v0.14_GH0.tar.gz) = 6fa13db3525aac332b6629ec515af16243b10fda90573e36e746ec3f39b06916 +SIZE (bluescarni-mppp-v0.14_GH0.tar.gz) = 1366397 Index: head/math/mppp/pkg-plist =================================================================== --- head/math/mppp/pkg-plist (revision 499156) +++ head/math/mppp/pkg-plist (revision 499157) @@ -1,22 +1,27 @@ include/mp++/concepts.hpp include/mp++/config.hpp -include/mp++/detail/demangle.hpp include/mp++/detail/fwd_decl.hpp include/mp++/detail/gmp.hpp include/mp++/detail/mpfr.hpp include/mp++/detail/quadmath.hpp include/mp++/detail/type_traits.hpp include/mp++/detail/utils.hpp +include/mp++/detail/visibility.hpp include/mp++/exceptions.hpp include/mp++/extra/pybind11.hpp include/mp++/integer.hpp include/mp++/mp++.hpp include/mp++/rational.hpp include/mp++/real.hpp include/mp++/real128.hpp +include/mp++/type_name.hpp lib/cmake/mp++/FindGMP.cmake lib/cmake/mp++/FindMPFR.cmake lib/cmake/mp++/FindQuadmath.cmake lib/cmake/mp++/mp++-config-version.cmake lib/cmake/mp++/mp++-config.cmake +lib/cmake/mp++/mp++_export-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/mp++/mp++_export.cmake +lib/libmp++.so +lib/libmp++.so.0 +lib/libmp++.so.0.14