Index: head/math/z3/Makefile =================================================================== --- head/math/z3/Makefile (revision 535094) +++ head/math/z3/Makefile (revision 535095) @@ -1,47 +1,47 @@ # $FreeBSD$ PORTNAME= z3 DISTVERSIONPREFIX= z3- -DISTVERSION= 4.8.7 +DISTVERSION= 4.8.8 CATEGORIES= math MAINTAINER= arrowd@FreeBSD.org COMMENT= Z3 Theorem Prover LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= compiler:c++11-lang python:2.7,build +USES= compiler:c++11-lang python:build USE_GITHUB= yes GH_ACCOUNT= Z3Prover HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} USE_LDCONFIG= yes OPTIONS_DEFINE= DEBUG STATIC GMP OPTIONS_DEFAULT= STATIC OPTIONS_SUB= yes DEBUG_CONFIGURE_ON= --debug STATIC_DESC= Build static z3 library STATIC_CONFIGURE_ON= --staticlib GMP_DESC= Use GMP library for AP arithmetic GMP_CONFIGURE_ON= --gmp GMP_USES= localbase:ldflags GMP_LIB_DEPENDS= libgmp.so:math/gmp CXXFLAGS_powerpc= -fPIC LDFLAGS_i386= -Wl,-znotext BUILD_WRKSRC= ${WRKSRC}/build INSTALL_WRKSRC= ${WRKSRC}/build post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/z3 ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libz3.so ${LN} -s libz3.so ${STAGEDIR}${PREFIX}/lib/libz3.so.0 .include Index: head/math/z3/distinfo =================================================================== --- head/math/z3/distinfo (revision 535094) +++ head/math/z3/distinfo (revision 535095) @@ -1,3 +1,3 @@ -TIMESTAMP = 1574523658 -SHA256 (Z3Prover-z3-z3-4.8.7_GH0.tar.gz) = 8c1c49a1eccf5d8b952dadadba3552b0eac67482b8a29eaad62aa7343a0732c3 -SIZE (Z3Prover-z3-z3-4.8.7_GH0.tar.gz) = 4343720 +TIMESTAMP = 1589357329 +SHA256 (Z3Prover-z3-z3-4.8.8_GH0.tar.gz) = 6962facdcdea287c5eeb1583debe33ee23043144d0e5308344e6a8ee4503bcff +SIZE (Z3Prover-z3-z3-4.8.8_GH0.tar.gz) = 4520119 Index: head/math/z3/files/patch-src_util_mpz.cpp =================================================================== --- head/math/z3/files/patch-src_util_mpz.cpp (revision 535094) +++ head/math/z3/files/patch-src_util_mpz.cpp (nonexistent) @@ -1,11 +0,0 @@ ---- src/util/mpz.cpp.orig 2019-11-19 20:58:44 UTC -+++ src/util/mpz.cpp -@@ -72,6 +72,8 @@ inline uint64_t _trailing_zeros64(uint64_t x) { - - #if defined(_WINDOWS) && !defined(_M_ARM) && !defined(_M_ARM64) - // _trailing_zeros32 already defined using intrinsics -+#elif defined(__GNUC__) -+// _trailing_zeros32 already defined using intrinsics - #else - inline uint32_t _trailing_zeros32(uint32_t x) { - uint32_t r = 0; Property changes on: head/math/z3/files/patch-src_util_mpz.cpp ___________________________________________________________________ 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