From owner-svn-ports-all@FreeBSD.ORG Sun Mar 2 22:29:23 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C1B0E133; Sun, 2 Mar 2014 22:29:23 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AE5C9108B; Sun, 2 Mar 2014 22:29:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s22MTNjG004324; Sun, 2 Mar 2014 22:29:23 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s22MTN9B004322; Sun, 2 Mar 2014 22:29:23 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201403022229.s22MTN9B004322@svn.freebsd.org> From: Baptiste Daroussin Date: Sun, 2 Mar 2014 22:29:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346825 - head/math/gmp 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.17 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: Sun, 02 Mar 2014 22:29:23 -0000 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