Index: head/math/mppp/Makefile =================================================================== --- head/math/mppp/Makefile (revision 502669) +++ head/math/mppp/Makefile (revision 502670) @@ -1,40 +1,39 @@ # $FreeBSD$ PORTNAME= mppp DISTVERSIONPREFIX= v -DISTVERSION= 0.15-3 -DISTVERSIONSUFFIX= -g53e09d1 +DISTVERSION= 0.16 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 compiler:c++14-lang USE_GITHUB= yes GH_ACCOUNT= bluescarni -TEST_ARGS= -DMPPP_BUILD_TESTS=ON -DMPPP_WITH_MPFR=ON -DMPPP_WITH_QUADMATH=OFF # there is no quad-precision floating type in FreeBSD +TEST_ARGS= -DMPPP_BUILD_TESTS=ON -DMPPP_WITH_MPFR=ON -DMPPP_WITH_QUADMATH=OFF # no quad-precision fp type on FreeBSD, requested __float128 reinstantiation, bug#238129 BENCHMARK_ARGS= -DMPPP_BUILD_BENCHMARKS=ON -DMPPP_BENCHMARK_BOOST=OFF 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 502669) +++ head/math/mppp/distinfo (revision 502670) @@ -1,3 +1,3 @@ -TIMESTAMP = 1558819999 -SHA256 (bluescarni-mppp-v0.15-3-g53e09d1_GH0.tar.gz) = 606e24dab79f87036e8850b6614a7f04c57b8270bccd51d0a2ee26ef86013e9a -SIZE (bluescarni-mppp-v0.15-3-g53e09d1_GH0.tar.gz) = 1379866 +TIMESTAMP = 1558838064 +SHA256 (bluescarni-mppp-v0.16_GH0.tar.gz) = d321ad1a502eb943d8bf5126110e3d1f80d088e7ce0eda059960795f73a79422 +SIZE (bluescarni-mppp-v0.16_GH0.tar.gz) = 1379601