svn commit: r325752 - in head/math: GiNaC cln timbl
Baptiste Daroussin
bapt at FreeBSD.org
Sat Aug 31 00:35:36 UTC 2013
Author: bapt
Date: Sat Aug 31 00:35:35 2013
New Revision: 325752
URL: http://svnweb.freebsd.org/changeset/ports/325752
Log:
Convert USE_GNOME=pkgconfig to USES=pkgconfig
Convert USE_GNOME=gnomehack to USES=pathfix
Convert USE_GMAKE to USES=gmake
Modified:
head/math/GiNaC/Makefile
head/math/cln/Makefile
head/math/timbl/Makefile
Modified: head/math/GiNaC/Makefile
==============================================================================
--- head/math/GiNaC/Makefile Sat Aug 31 00:32:33 2013 (r325751)
+++ head/math/GiNaC/Makefile Sat Aug 31 00:35:35 2013 (r325752)
@@ -1,10 +1,5 @@
-# ex:ts=8
-# New ports collection makefile for: GiNaC
-# Date created: Mar 7, 2001
-# Whom: Ying-Chieh Liao <ijliao at FreeBSD.org>
-#
+# Created by: Ying-Chieh Liao <ijliao at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= GiNaC
PORTVERSION= 1.6.2
@@ -19,8 +14,7 @@ COMMENT= A C++ library for symbolic math
LIB_DEPENDS= cln.6:${PORTSDIR}/math/cln
USE_BZIP2= yes
-USE_GNOME= gnomehack pkgconfig
-USE_GMAKE= yes
+USES= pkgconfig pathfix gmake
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
Modified: head/math/cln/Makefile
==============================================================================
--- head/math/cln/Makefile Sat Aug 31 00:32:33 2013 (r325751)
+++ head/math/cln/Makefile Sat Aug 31 00:35:35 2013 (r325752)
@@ -1,10 +1,5 @@
-# ex:ts=8
-# New ports collection makefile for: cln
-# Date created: Fab 11, 2001
-# Whom: Ying-Chieh Liao <ijliao at FreeBSD.org>
-#
+# Created by: Ying-Chieh Liao <ijliao at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= cln
PORTVERSION= 1.3.2
@@ -20,8 +15,7 @@ LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp
USE_AUTOTOOLS= libtool
USE_BZIP2= yes
-USE_GNOME= gnomehack pkgconfig
-USE_GMAKE= yes
+USES= gmake pathfix pkgconfig
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-gmp
USE_LDCONFIG= yes
Modified: head/math/timbl/Makefile
==============================================================================
--- head/math/timbl/Makefile Sat Aug 31 00:32:33 2013 (r325751)
+++ head/math/timbl/Makefile Sat Aug 31 00:35:35 2013 (r325752)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: timbl
-# Date created: 13 March 2008
-# Whom: Yuri Victorovich <yuri at tsoft.com>
-#
+# Created by: Yuri Victorovich <yuri at tsoft.com>
# $FreeBSD$
-#
PORTNAME= timbl
PORTVERSION= 6.4.2
@@ -18,10 +14,9 @@ LIB_DEPENDS= xml2:${PORTSDIR}/textproc/l
MAN1= timbl.1
GNU_CONFIGURE= yes
-USE_GMAKE= yes
+USES= gmake pathfix pkgconfig
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-USE_GNOME= gnomehack pkgconfig
USE_LDCONFIG= yes
post-patch:
More information about the svn-ports-head
mailing list