diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 23:52:24 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 23:52:24 +0000 |
commit | b84c92eea5c4b05717aee905a3e33821e923595d (patch) | |
tree | d4682745ce2c510191f7e8dfcc9fb66a415878b4 | |
parent | 8490dfbde20ae3b50bd15716771f00faee9cbbcb (diff) | |
download | ports-b84c92eea5c4b05717aee905a3e33821e923595d.tar.gz ports-b84c92eea5c4b05717aee905a3e33821e923595d.zip |
Eradicate USE_GNOME=pkgconfig from textproc
While here:
- Trim headers
- Convert USE_GMAKE to USES=gmake
- Convert USE_GNOME=gnomehack to USES=pathfix
Notes
Notes:
svn path=/head/; revision=325739
-rw-r--r-- | textproc/apertium/Makefile | 8 | ||||
-rw-r--r-- | textproc/artha/Makefile | 4 | ||||
-rw-r--r-- | textproc/google-ctemplate/Makefile | 9 | ||||
-rw-r--r-- | textproc/ibus-table/Makefile | 4 | ||||
-rw-r--r-- | textproc/libxml++/Makefile | 10 | ||||
-rw-r--r-- | textproc/libxml++26/Makefile | 11 | ||||
-rw-r--r-- | textproc/lttoolbox/Makefile | 8 | ||||
-rw-r--r-- | textproc/m17n-im-config/Makefile | 4 | ||||
-rw-r--r-- | textproc/rubygem-augeas/Makefile | 3 |
9 files changed, 20 insertions, 41 deletions
diff --git a/textproc/apertium/Makefile b/textproc/apertium/Makefile index 2d1d306245a1..ec965036332b 100644 --- a/textproc/apertium/Makefile +++ b/textproc/apertium/Makefile @@ -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}" diff --git a/textproc/artha/Makefile b/textproc/artha/Makefile index 781f2a72558c..7fd9b57ed670 100644 --- a/textproc/artha/Makefile +++ b/textproc/artha/Makefile @@ -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 diff --git a/textproc/google-ctemplate/Makefile b/textproc/google-ctemplate/Makefile index 4ba27fae1eb6..07f148648144 100644 --- a/textproc/google-ctemplate/Makefile +++ b/textproc/google-ctemplate/Makefile @@ -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 language for C++ GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_GNOME= pkgconfig +USES= pkgconfig .if !defined(NOPORTDOCS) PORTDOCS= * diff --git a/textproc/ibus-table/Makefile b/textproc/ibus-table/Makefile index 1d6c4e8e7fdc..8f95bcf5f620 100644 --- a/textproc/ibus-table/Makefile +++ b/textproc/ibus-table/Makefile @@ -16,10 +16,10 @@ LIB_DEPENDS= ibus-1.0:${PORTSDIR}/textproc/ibus 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 diff --git a/textproc/libxml++/Makefile b/textproc/libxml++/Makefile index a2dc9b54010b..d6f9034255d0 100644 --- a/textproc/libxml++/Makefile +++ b/textproc/libxml++/Makefile @@ -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 diff --git a/textproc/libxml++26/Makefile b/textproc/libxml++26/Makefile index 8c6daeb60a71..6bfc9b19209e 100644 --- a/textproc/libxml++26/Makefile +++ b/textproc/libxml++26/Makefile @@ -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 diff --git a/textproc/lttoolbox/Makefile b/textproc/lttoolbox/Makefile index d86bab0df7a2..502f03289e47 100644 --- a/textproc/lttoolbox/Makefile +++ b/textproc/lttoolbox/Makefile @@ -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 diff --git a/textproc/m17n-im-config/Makefile b/textproc/m17n-im-config/Makefile index eac7d1732493..15b7cbc7d810 100644 --- a/textproc/m17n-im-config/Makefile +++ b/textproc/m17n-im-config/Makefile @@ -16,8 +16,8 @@ LIB_DEPENDS= m17n.4:${PORTSDIR}/devel/m17n-lib 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 diff --git a/textproc/rubygem-augeas/Makefile b/textproc/rubygem-augeas/Makefile index e2648012f2cb..04fc1a1abfda 100644 --- a/textproc/rubygem-augeas/Makefile +++ b/textproc/rubygem-augeas/Makefile @@ -13,7 +13,8 @@ LIB_DEPENDS= augeas:${PORTSDIR}/textproc/augeas 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" |