From owner-svn-ports-all@freebsd.org Wed Feb 10 16:13:26 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 71C4EAA448B; Wed, 10 Feb 2016 16:13:26 +0000 (UTC) (envelope-from kwm@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 mx1.freebsd.org (Postfix) with ESMTPS id 29CEB1A10; Wed, 10 Feb 2016 16:13:26 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1AGDPvn003802; Wed, 10 Feb 2016 16:13:25 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1AGDOQ1003798; Wed, 10 Feb 2016 16:13:24 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201602101613.u1AGDOQ1003798@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Wed, 10 Feb 2016 16:13:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408635 - in head/math: gmp mpfr X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 16:13:26 -0000 Author: kwm Date: Wed Feb 10 16:13:24 2016 New Revision: 408635 URL: https://svnweb.freebsd.org/changeset/ports/408635 Log: Drop :keepla from USES:libtool. PR: 202029 Submitted by: Ting-Wei Lan Exp-run by: antoine@ Approved by: maintainer timeout (6 months) Modified: head/math/gmp/Makefile head/math/gmp/pkg-plist head/math/mpfr/Makefile head/math/mpfr/pkg-plist Modified: head/math/gmp/Makefile ============================================================================== --- head/math/gmp/Makefile Wed Feb 10 15:54:26 2016 (r408634) +++ head/math/gmp/Makefile Wed Feb 10 16:13:24 2016 (r408635) @@ -3,7 +3,7 @@ PORTNAME= gmp PORTVERSION= 5.1.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math devel MASTER_SITES= GNU @@ -15,7 +15,7 @@ LICENSE= LGPL3 OPTIONS_DEFINE= CPU_OPTS CPU_OPTS_DESC= Enable assembly optimizations for your CPU -USES= libtool:keepla makeinfo tar:xz +USES= libtool makeinfo tar:xz GNU_CONFIGURE= yes CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" CONFIGURE_ARGS= --prefix=${PREFIX} \ Modified: head/math/gmp/pkg-plist ============================================================================== --- head/math/gmp/pkg-plist Wed Feb 10 15:54:26 2016 (r408634) +++ head/math/gmp/pkg-plist Wed Feb 10 16:13:24 2016 (r408635) @@ -1,12 +1,10 @@ include/gmp.h include/gmpxx.h lib/libgmp.a -lib/libgmp.la lib/libgmp.so lib/libgmp.so.10 lib/libgmp.so.10.1.3 lib/libgmpxx.a -lib/libgmpxx.la lib/libgmpxx.so lib/libgmpxx.so.4 lib/libgmpxx.so.4.3.3 Modified: head/math/mpfr/Makefile ============================================================================== --- head/math/mpfr/Makefile Wed Feb 10 15:54:26 2016 (r408634) +++ head/math/mpfr/Makefile Wed Feb 10 16:13:24 2016 (r408635) @@ -3,6 +3,7 @@ PORTNAME= mpfr PORTVERSION= 3.1.3 +PORTREVISION= 1 CATEGORIES= math devel MASTER_SITES= http://www.mpfr.org/mpfr-current/ DIST_SUBDIR= ${DISTNAME} @@ -22,7 +23,7 @@ LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/ #PATCHFILES!= /usr/bin/jot -s " " -w patch%02d ${PATCHLEVEL} 1 ${PATCHLEVEL} #PATCH= ${LOCALBASE}/bin/gpatch -USES= libtool:keepla tar:xz +USES= libtool tar:xz GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gmp=${LOCALBASE} Modified: head/math/mpfr/pkg-plist ============================================================================== --- head/math/mpfr/pkg-plist Wed Feb 10 15:54:26 2016 (r408634) +++ head/math/mpfr/pkg-plist Wed Feb 10 16:13:24 2016 (r408635) @@ -1,7 +1,6 @@ include/mpfr.h include/mpf2mpfr.h lib/libmpfr.a -lib/libmpfr.la lib/libmpfr.so lib/libmpfr.so.4 lib/libmpfr.so.4.1.3