Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jun 2014 15:10:44 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r359860 - head/math/libtommath
Message-ID:  <201406301510.s5UFAikn045481@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Mon Jun 30 15:10:44 2014
New Revision: 359860
URL: http://svnweb.freebsd.org/changeset/ports/359860
QAT: https://qat.redports.org/buildarchive/r359860/

Log:
  - Convert to USES=tar:bz2 libtool:keepla

Modified:
  head/math/libtommath/Makefile

Modified: head/math/libtommath/Makefile
==============================================================================
--- head/math/libtommath/Makefile	Mon Jun 30 15:08:56 2014	(r359859)
+++ head/math/libtommath/Makefile	Mon Jun 30 15:10:44 2014	(r359860)
@@ -13,8 +13,7 @@ OPTIONS_DEFINE=	DOCS SHARED
 SHARED_DESC=	Build shared library
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
-USES=		gmake
-USE_BZIP2=	yes
+USES=		gmake tar:bzip2
 ALL_TARGET=	default
 CFLAGS+=	-fPIC
 PORTDOCS=	*
@@ -30,6 +29,7 @@ post-patch:
 
 .if ${PORT_OPTIONS:MSHARED}
 BUILD_DEPENDS=	libtool:${PORTSDIR}/devel/libtool
+USES+=		libtool:keepla
 USE_LDCONFIG=	yes
 PLIST_FILES+=	lib/libtommath.la lib/libtommath.so.0 lib/libtommath.so
 MAKEFILE=	makefile.shared



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406301510.s5UFAikn045481>