From owner-svn-ports-all@FreeBSD.ORG Sun Aug 17 13:15:19 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 3A1C773D; Sun, 17 Aug 2014 13:15:19 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0C7BA2734; Sun, 17 Aug 2014 13:15:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7HDFIwR005412; Sun, 17 Aug 2014 13:15:18 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7HDFI8W005410; Sun, 17 Aug 2014 13:15:18 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201408171315.s7HDFI8W005410@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sun, 17 Aug 2014 13:15:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r365185 - head/math/cln 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.18-1 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, 17 Aug 2014 13:15:19 -0000 Author: tijl Date: Sun Aug 17 13:15:18 2014 New Revision: 365185 URL: http://svnweb.freebsd.org/changeset/ports/365185 QAT: https://qat.redports.org/buildarchive/r365185/ Log: - Convert to USES=libtool - Add INSTALL_TARGET=install-strip - Remove -fPIC - Use BROKEN_sparc64 - Remove old post-patch and pre-build targets Modified: head/math/cln/Makefile head/math/cln/pkg-plist Modified: head/math/cln/Makefile ============================================================================== --- head/math/cln/Makefile Sun Aug 17 13:12:39 2014 (r365184) +++ head/math/cln/Makefile Sun Aug 17 13:15:18 2014 (r365185) @@ -3,6 +3,7 @@ PORTNAME= cln PORTVERSION= 1.3.2 +PORTREVISION= 1 CATEGORIES= math devel MASTER_SITES= http://www.ginac.de/CLN/ \ http://www.mirrors.wiretapped.net/security/cryptography/libraries/math/cln/ \ @@ -13,32 +14,14 @@ COMMENT= Class Library for Numbers LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp -USE_AUTOTOOLS= libtool -USES= gmake pathfix pkgconfig tar:bzip2 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-gmp +CONFIGURE_ARGS= --with-gmp=${LOCALBASE} +INSTALL_TARGET= install-strip +USES= gmake libtool pathfix pkgconfig tar:bzip2 USE_LDCONFIG= yes INFO= cln -STRIP= # none +BROKEN_sparc64= Does not compile on sparc64 -CFLAGS+= -fPIC -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -.include - -.if ${ARCH} == "sparc64" -BROKEN= Does not compile on sparc64 -.endif - -post-patch: - @${REINPLACE_CMD} 's|/usr/local|${PREFIX}|' ${WRKSRC}/Makefile.in - -pre-build: -.if exists(${LOCALBASE}/lib/libcln.so.3) -BROKEN= Does not compile when older version is installed. Please pkg_delete old cln first -.endif - -.include +.include Modified: head/math/cln/pkg-plist ============================================================================== --- head/math/cln/pkg-plist Sun Aug 17 13:12:39 2014 (r365184) +++ head/math/cln/pkg-plist Sun Aug 17 13:15:18 2014 (r365185) @@ -78,9 +78,9 @@ include/cln/univpoly_rational.h include/cln/univpoly_real.h include/cln/version.h lib/libcln.a -lib/libcln.la lib/libcln.so lib/libcln.so.6 +lib/libcln.so.6.0.2 libdata/pkgconfig/cln.pc man/man1/pi.1.gz @dirrm include/cln