From owner-svn-ports-head@freebsd.org Sat Oct 27 01:14:44 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA66710CFC84; Sat, 27 Oct 2018 01:14:44 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 616D873DD4; Sat, 27 Oct 2018 01:14:44 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 427F3E00; Sat, 27 Oct 2018 01:14:44 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9R1Eilj023836; Sat, 27 Oct 2018 01:14:44 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9R1EhQk023832; Sat, 27 Oct 2018 01:14:43 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201810270114.w9R1EhQk023832@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 27 Oct 2018 01:14:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483084 - head/math/ntl X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/math/ntl X-SVN-Commit-Revision: 483084 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Oct 2018 01:14:44 -0000 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 (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