Date: Sat, 31 Aug 2013 00:35:35 +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: r325752 - in head/math: GiNaC cln timbl Message-ID: <201308310035.r7V0ZZRj038347@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org> -# +# Created by: Ying-Chieh Liao <ijliao@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@FreeBSD.org> -# +# Created by: Ying-Chieh Liao <ijliao@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@tsoft.com> -# +# Created by: Yuri Victorovich <yuri@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308310035.r7V0ZZRj038347>