From owner-svn-ports-head@FreeBSD.ORG Fri Aug 30 23:52:26 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CB22C127; Fri, 30 Aug 2013 23:52:26 +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 B7B6B2833; Fri, 30 Aug 2013 23:52:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7UNqQoL012257; Fri, 30 Aug 2013 23:52:26 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7UNqOsd012218; Fri, 30 Aug 2013 23:52:24 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201308302352.r7UNqOsd012218@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 30 Aug 2013 23:52:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325739 - in head/textproc: apertium artha google-ctemplate ibus-table libxml++ libxml++26 lttoolbox m17n-im-config rubygem-augeas 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: Fri, 30 Aug 2013 23:52:26 -0000 Author: bapt Date: Fri Aug 30 23:52:24 2013 New Revision: 325739 URL: http://svnweb.freebsd.org/changeset/ports/325739 Log: Eradicate USE_GNOME=pkgconfig from textproc While here: - Trim headers - Convert USE_GMAKE to USES=gmake - Convert USE_GNOME=gnomehack to USES=pathfix Modified: head/textproc/apertium/Makefile head/textproc/artha/Makefile head/textproc/google-ctemplate/Makefile head/textproc/ibus-table/Makefile head/textproc/libxml++/Makefile head/textproc/libxml++26/Makefile head/textproc/lttoolbox/Makefile head/textproc/m17n-im-config/Makefile head/textproc/rubygem-augeas/Makefile Modified: head/textproc/apertium/Makefile ============================================================================== --- head/textproc/apertium/Makefile Fri Aug 30 23:48:01 2013 (r325738) +++ head/textproc/apertium/Makefile Fri Aug 30 23:52:24 2013 (r325739) @@ -1,9 +1,5 @@ -# New ports collection makefile for: apertium -# Date created: 14 April 2009 -# Whom: Mykola Dzham -# +# Created by: Mykola Dzham # $FreeBSD$ -# PORTNAME= apertium PORTVERSION= ${APVER}.${APREV} @@ -29,7 +25,7 @@ MAKE_JOBS_UNSAFE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -USE_GNOME= gnomehack pkgconfig +USES= pathfix pkgconfig USE_LDCONFIG= yes PLIST_SUB+= APVER="${APVER}" Modified: head/textproc/artha/Makefile ============================================================================== --- head/textproc/artha/Makefile Fri Aug 30 23:48:01 2013 (r325738) +++ head/textproc/artha/Makefile Fri Aug 30 23:52:24 2013 (r325739) @@ -18,8 +18,8 @@ MAN1= artha.1 USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GNOME= gtk20 intltool pkgconfig +USE_GNOME= gtk20 intltool +USES= gmake pkgconfig CONFIGURE_ARGS= --enable-static=no --x-includes=${LOCALBASE}/include \ --x-libraries=${LOCALBASE}/lib Modified: head/textproc/google-ctemplate/Makefile ============================================================================== --- head/textproc/google-ctemplate/Makefile Fri Aug 30 23:48:01 2013 (r325738) +++ head/textproc/google-ctemplate/Makefile Fri Aug 30 23:52:24 2013 (r325739) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: google-ctemplate -# Date created: Apr 26, 2006 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= google-ctemplate PORTVERSION= 2.2 @@ -18,7 +13,7 @@ COMMENT= A simple but powerful template GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_GNOME= pkgconfig +USES= pkgconfig .if !defined(NOPORTDOCS) PORTDOCS= * Modified: head/textproc/ibus-table/Makefile ============================================================================== --- head/textproc/ibus-table/Makefile Fri Aug 30 23:48:01 2013 (r325738) +++ head/textproc/ibus-table/Makefile Fri Aug 30 23:52:24 2013 (r325739) @@ -16,10 +16,10 @@ LIB_DEPENDS= ibus-1.0:${PORTSDIR}/textpr RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 USE_PYTHON= yes -USE_GNOME= pkgconfig pygtk2 +USE_GNOME= pygtk2 +USES= gmake pkgconfig GNU_CONFIGURE= yes -USE_GMAKE= yes PROJECTHOST= ibus Modified: head/textproc/libxml++/Makefile ============================================================================== --- head/textproc/libxml++/Makefile Fri Aug 30 23:48:01 2013 (r325738) +++ head/textproc/libxml++/Makefile Fri Aug 30 23:52:24 2013 (r325739) @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: libxml++ -# Date created: Feb 26, 2001 -# Whom: Ying-Chieh Liao -# +# Created by: Ying-Chieh Liao # $FreeBSD$ -# PORTNAME= libxml++ PORTVERSION= 1.0.5 @@ -16,7 +11,8 @@ MAINTAINER= bland@FreeBSD.org COMMENT= XML API for C++ USE_AUTOTOOLS= libtool -USE_GNOME= gnomehack libxml2 pkgconfig +USES= pathfix pkgconfig +USE_GNOME= libxml2 GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/textproc/libxml++26/Makefile ============================================================================== --- head/textproc/libxml++26/Makefile Fri Aug 30 23:48:01 2013 (r325738) +++ head/textproc/libxml++26/Makefile Fri Aug 30 23:52:24 2013 (r325739) @@ -1,11 +1,6 @@ -# ex:ts=8 -# New ports collection makefile for: libxml++ -# Date created: Feb 26, 2001 -# Whom: Ying-Chieh Liao -# +# Created by: Ying-Chieh Liao # $FreeBSD$ # $MCom: ports/textproc/libxml++26/Makefile,v 1.43 2011/04/18 19:58:29 kwm Exp $ -# PORTNAME= libxml++ PORTVERSION= 2.34.2 @@ -27,8 +22,8 @@ LATEST_LINK= libxml++26 LIB_DEPENDS= glibmm-2.4.1:${PORTSDIR}/devel/glibmm BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 -USE_GMAKE= yes -USE_GNOME= gnomehack libxml2 pkgconfig +USES= gmake pathfix pkgconfig +USE_GNOME= libxml2 GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-static --disable-documentation Modified: head/textproc/lttoolbox/Makefile ============================================================================== --- head/textproc/lttoolbox/Makefile Fri Aug 30 23:48:01 2013 (r325738) +++ head/textproc/lttoolbox/Makefile Fri Aug 30 23:52:24 2013 (r325739) @@ -1,9 +1,5 @@ -# New ports collection makefile for: lttoolbox -# Date created: 14 April 2009 -# Whom: Mykola Dzham -# +# Created by: Mykola Dzham # $FreeBSD$ -# PORTNAME= lttoolbox PORTVERSION= ${APVER}.${APREV} @@ -21,7 +17,7 @@ APREV= 0 GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_GNOME= gnomehack pkgconfig +USES= pathfix pkgconfig PLIST_SUB+= APVER="${APVER}" MAN1= lt-comp.1 lt-expand.1 lt-proc.1 lt-tmxcomp.1 lt-tmxproc.1 Modified: head/textproc/m17n-im-config/Makefile ============================================================================== --- head/textproc/m17n-im-config/Makefile Fri Aug 30 23:48:01 2013 (r325738) +++ head/textproc/m17n-im-config/Makefile Fri Aug 30 23:52:24 2013 (r325739) @@ -16,8 +16,8 @@ LIB_DEPENDS= m17n.4:${PORTSDIR}/devel/m1 MAKE_JOBS_UNSAFE= yes USE_AUTOTOOLS= libtool -USE_GNOME= gtk20 intltool intlhack pkgconfig glib20 -USES= gettext +USE_GNOME= gtk20 intltool intlhack glib20 +USES= gettext pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes Modified: head/textproc/rubygem-augeas/Makefile ============================================================================== --- head/textproc/rubygem-augeas/Makefile Fri Aug 30 23:48:01 2013 (r325738) +++ head/textproc/rubygem-augeas/Makefile Fri Aug 30 23:52:24 2013 (r325739) @@ -13,7 +13,8 @@ LIB_DEPENDS= augeas:${PORTSDIR}/textproc USE_RUBY= yes USE_RUBYGEMS= yes -USE_GNOME= pkgconfig libxml2 +USES= pkgconfig +USE_GNOME= libxml2 RUBYGEM_AUTOPLIST= yes CONFIGURE_ARGS+= --with-opt-include="${LOCALBASE}/include/libxml2"