Date: Sat, 27 Oct 2018 01:14:43 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483084 - head/math/ntl Message-ID: <201810270114.w9R1EhQk023832@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Sat Oct 27 01:14:43 2018 New Revision: 483084 URL: https://svnweb.freebsd.org/changeset/ports/483084 Log: math/ntl: Update to 11.3.1 PR: 232592 Submitted by: Nathan <ndowens@yahoo.com> (maintainer) Modified: head/math/ntl/Makefile (contents, props changed) head/math/ntl/distinfo (contents, props changed) head/math/ntl/pkg-descr (contents, props changed) head/math/ntl/pkg-plist (contents, props changed) Modified: head/math/ntl/Makefile ============================================================================== --- head/math/ntl/Makefile Sat Oct 27 01:10:05 2018 (r483083) +++ head/math/ntl/Makefile Sat Oct 27 01:14:43 2018 (r483084) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ntl -PORTVERSION= 11.3.0 +PORTVERSION= 11.3.1 CATEGORIES= math MASTER_SITES= http://www.shoup.net/ntl/ @@ -15,23 +15,22 @@ LICENSE_FILE= ${WRKSRC}/../doc/copying.txt USES= compiler:c11 libtool perl5 USE_LDCONFIG= yes USE_PERL5= build + HAS_CONFIGURE= yes -CONFIGURE_ARGS+= AR="${AR}" \ - CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" \ - DEF_PREFIX="${LOCALBASE}" \ - LDFLAGS="${LDFLAGS}" PREFIX="${PREFIX}" \ - RANLIB="${RANLIB}" SHARED=on +CONFIGURE_ARGS+=AR="${AR}" CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" \ + DEF_PREFIX="${LOCALBASE}" LDFLAGS="${LDFLAGS}" \ + PREFIX="${PREFIX}" RANLIB="${RANLIB}" SHARED=on CFLAGS+= -fPIC WRKSRC= ${WRKDIR}/${DISTNAME}/src MAKEFILE= makefile -OPTIONS_DEFINE= DOCS GMP +OPTIONS_DEFINE= DOCS GMP OPTIONS_DEFAULT= GMP GMP_DESC= Arbitrary precision arithmetic(Faster) -GMP_CONFIGURE_OFF= NTL_GMP_LIP=off GMP_LIB_DEPENDS= libgmp.so:math/gmp +GMP_CONFIGURE_OFF= NTL_GMP_LIP=off NTLDOCSDIR= share/doc/NTL PLIST_SUB= NTLDOCS=${NTLDOCSDIR} @@ -39,6 +38,9 @@ PLIST_SUB= NTLDOCS=${NTLDOCSDIR} do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/../doc/* ${STAGEDIR}${DOCSDIR} + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libntl.so.* test: build @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} \ Modified: head/math/ntl/distinfo ============================================================================== --- head/math/ntl/distinfo Sat Oct 27 01:10:05 2018 (r483083) +++ head/math/ntl/distinfo Sat Oct 27 01:14:43 2018 (r483084) @@ -1,3 +1,3 @@ -TIMESTAMP = 1534652335 -SHA256 (ntl-11.3.0.tar.gz) = 3ae0d3647e5d52bc0907e1f4cb4a958460ee8e5b3c9862c1a4b8e9f0f75891dd -SIZE (ntl-11.3.0.tar.gz) = 2364356 +TIMESTAMP = 1540341212 +SHA256 (ntl-11.3.1.tar.gz) = fa1f10a4b4dc50ba142a1e9ef662425cf888989cbd1c77a99171042d45da4121 +SIZE (ntl-11.3.1.tar.gz) = 2364444 Modified: head/math/ntl/pkg-descr ============================================================================== --- head/math/ntl/pkg-descr Sat Oct 27 01:10:05 2018 (r483083) +++ head/math/ntl/pkg-descr Sat Oct 27 01:14:43 2018 (r483084) @@ -11,6 +11,3 @@ by Victor Shoup. It provides objects and methods for Unless you define WITHOUT_GMP, NTL requires libgmp4. WWW: http://www.shoup.net/ - -Matthias Bauer -matthiasb@acm.org Modified: head/math/ntl/pkg-plist ============================================================================== --- head/math/ntl/pkg-plist Sat Oct 27 01:10:05 2018 (r483083) +++ head/math/ntl/pkg-plist Sat Oct 27 01:14:43 2018 (r483084) @@ -116,7 +116,7 @@ include/NTL/xdouble.h lib/libntl.a lib/libntl.so lib/libntl.so.39 -lib/libntl.so.39.0.0 +lib/libntl.so.39.0.1 %%NTLDOCS%%/BasicThreadPool.cpp.html %%NTLDOCS%%/BasicThreadPool.txt %%NTLDOCS%%/GF2.cpp.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810270114.w9R1EhQk023832>