Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Aug 2013 23:52:24 +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: r325739 - in head/textproc: apertium artha google-ctemplate ibus-table libxml++ libxml++26 lttoolbox m17n-im-config rubygem-augeas
Message-ID:  <201308302352.r7UNqOsd012218@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <freebsd@levsha.org.ua>
-#
+# Created by: Mykola Dzham <freebsd@levsha.org.ua>
 # $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 <ijliao@FreeBSD.org>
-#
+# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
 # $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 <ijliao@FreeBSD.org>
-#
+# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
 # $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 <freebsd@levsha.org.ua>
-#
+# Created by: Mykola Dzham <freebsd@levsha.org.ua>
 # $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"
 



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