Date: Sun, 2 Mar 2014 22:29:23 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346825 - head/math/gmp Message-ID: <201403022229.s22MTN9B004322@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sun Mar 2 22:29:23 2014 New Revision: 346825 URL: http://svnweb.freebsd.org/changeset/ports/346825 QAT: https://qat.redports.org/buildarchive/r346825/ Log: Convert to USES=libtool Modified: head/math/gmp/Makefile head/math/gmp/pkg-plist Modified: head/math/gmp/Makefile ============================================================================== --- head/math/gmp/Makefile Sun Mar 2 22:24:04 2014 (r346824) +++ head/math/gmp/Makefile Sun Mar 2 22:29:23 2014 (r346825) @@ -3,6 +3,7 @@ PORTNAME= gmp PORTVERSION= 5.1.3 +PORTREVISION= 1 CATEGORIES= math devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= gmp @@ -16,10 +17,8 @@ OPTIONS_DEFINE= CPU_OPTS CPU_OPTS_DESC= Enable assembly optimizations for your CPU USE_XZ= yes -HAS_CONFIGURE= yes -GNU_CONFIGURE= no # needed, since the following line would add it -USE_AUTOTOOLS= libtool -USE_GNOME= ltverhack +USES= libtool +GNU_CONFIGURE= yes CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" CONFIGURE_ARGS= --prefix=${PREFIX} \ --infodir=${PREFIX}/info \ Modified: head/math/gmp/pkg-plist ============================================================================== --- head/math/gmp/pkg-plist Sun Mar 2 22:24:04 2014 (r346824) +++ head/math/gmp/pkg-plist Sun Mar 2 22:29:23 2014 (r346825) @@ -4,7 +4,9 @@ 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403022229.s22MTN9B004322>