From owner-svn-ports-head@FreeBSD.ORG Sat Aug 31 00:35:36 2013 Return-Path: Delivered-To: svn-ports-head@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 ESMTP id 365F4175; Sat, 31 Aug 2013 00:35:36 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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 0A4752A4A; Sat, 31 Aug 2013 00:35:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7V0ZZQU038367; Sat, 31 Aug 2013 00:35:35 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7V0ZZRj038347; Sat, 31 Aug 2013 00:35:35 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201308310035.r7V0ZZRj038347@svn.freebsd.org> From: Baptiste Daroussin Date: Sat, 31 Aug 2013 00:35:35 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Aug 2013 00:35:36 -0000 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 -# +# Created by: Ying-Chieh Liao # $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 -# +# Created by: Ying-Chieh Liao # $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 -# +# Created by: Yuri Victorovich # $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: