diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-03-28 03:28:30 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-03-28 03:28:30 +0000 |
commit | 1e5f12f776f18f64b73fa7b72b979e38239746a0 (patch) | |
tree | bb96e15bdbdb742febe5467ec9a1dffea805d91b /textproc | |
parent | 6f6e8eaa3a8af5e8893c5525a24287352db655e8 (diff) | |
download | freebsd-ports-1e5f12f776f18f64b73fa7b72b979e38239746a0.zip |
Mechanically convert unmaintained ports which use "gnomehack" to use "pathfix" instead.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/gdome2/Makefile | 7 | ||||
-rw-r--r-- | textproc/gmetadom/Makefile | 10 | ||||
-rw-r--r-- | textproc/gnome-translate/Makefile | 9 | ||||
-rw-r--r-- | textproc/gxmlviewer/Makefile | 10 | ||||
-rw-r--r-- | textproc/liblrdf/Makefile | 3 | ||||
-rw-r--r-- | textproc/libtranslate/Makefile | 3 | ||||
-rw-r--r-- | textproc/sagasu/Makefile | 3 | ||||
-rw-r--r-- | textproc/sary/Makefile | 7 |
8 files changed, 19 insertions, 33 deletions
diff --git a/textproc/gdome2/Makefile b/textproc/gdome2/Makefile index d06fa7ba4970..0f6c67321615 100644 --- a/textproc/gdome2/Makefile +++ b/textproc/gdome2/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gdome2 -# Date created: 7 July 2001 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# +# Created by: Akinori MUSHA aka knu <knu@idaemons.org> # $FreeBSD$ -# PORTNAME= gdome2 PORTVERSION= 0.8.1 @@ -17,6 +13,7 @@ COMMENT= Gnome DOM Engine LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 USE_AUTOTOOLS= libtool +USES= pathfix USE_GNOME= glib20 gnomehack GNU_CONFIGURE= yes CONFIGURE_ENV= GLIB_CONFIG="${LOCALBASE}/bin/pkg-config glib-2.0" diff --git a/textproc/gmetadom/Makefile b/textproc/gmetadom/Makefile index faea81cf4136..4fac0408191d 100644 --- a/textproc/gmetadom/Makefile +++ b/textproc/gmetadom/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: gmetadom -# Date created: Jul 10, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= gmetadom PORTVERSION= 0.2.6 @@ -17,7 +12,8 @@ COMMENT= A Collection of DOM Implementations LIB_DEPENDS= gdome:${PORTSDIR}/textproc/gdome2 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_GNOME= glib20 gnomehack libxml2 +USES= pathfix +USE_GNOME= glib20 libxml2 USE_GMAKE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/textproc/gnome-translate/Makefile b/textproc/gnome-translate/Makefile index a6309754d8cd..4f6878af0708 100644 --- a/textproc/gnome-translate/Makefile +++ b/textproc/gnome-translate/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gnome-translate -# Date created: 28 Jan 2005 -# Whom: Jean-Yves Lefort <jylefort@brutele.be> -# +# Created by: Jean-Yves Lefort <jylefort@brutele.be> # $FreeBSD$ -# PORTNAME= gnome-translate PORTVERSION= 0.99 @@ -20,7 +16,8 @@ LIB_DEPENDS= translate:${PORTSDIR}/textproc/libtranslate INSTALLS_OMF= yes INSTALLS_ICONS= yes GCONF_SCHEMAS= gnome-translate.schemas -USE_GNOME= gnomehack gnomeprefix eel2 intlhack libgnomeui +USES= pathfix +USE_GNOME= gnomeprefix eel2 intlhack libgnomeui USE_GMAKE= yes USE_PKGCONFIG= build GNU_CONFIGURE= yes diff --git a/textproc/gxmlviewer/Makefile b/textproc/gxmlviewer/Makefile index ba462077e34e..cb695578d4c1 100644 --- a/textproc/gxmlviewer/Makefile +++ b/textproc/gxmlviewer/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: gxmlviewer -# Date created: Nov 8, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= gxmlviewer PORTVERSION= 1.3.3 @@ -15,7 +10,8 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}-0 MAINTAINER= ports@FreeBSD.org COMMENT= An xmlviewer with a netscape plugin, and now a bonobo control as well -USE_GNOME= bonobo gnomehack gnomelibs gnomeprefix libxml2 +USES= pathfix +USE_GNOME= bonobo gnomelibs gnomeprefix libxml2 USE_GETTEXT= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libiconv-prefix="${LOCALBASE}" diff --git a/textproc/liblrdf/Makefile b/textproc/liblrdf/Makefile index 1495e00e78ff..7dfa5542b95a 100644 --- a/textproc/liblrdf/Makefile +++ b/textproc/liblrdf/Makefile @@ -22,7 +22,8 @@ AUTOMAKE_ARGS= --add-missing GNU_CONFIGURE= yes USE_PKGCONFIG= build USE_ICONV= yes -USE_GNOME= gnomehack libxml2 libxslt +USES= pathfix +USE_GNOME= libxml2 libxslt GNOME_MAKEFILEIN= Makefile.am USE_LDCONFIG= yes USE_OPENSSL= yes diff --git a/textproc/libtranslate/Makefile b/textproc/libtranslate/Makefile index acd42cbdaa94..ca0da8562c2b 100644 --- a/textproc/libtranslate/Makefile +++ b/textproc/libtranslate/Makefile @@ -17,7 +17,8 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= ports@FreeBSD.org COMMENT= A natural language translation library -USE_GNOME= glib20 gnomehack intlhack +USES= pathfix +USE_GNOME= glib20 intlhack GNU_CONFIGURE= yes USE_GMAKE= yes USE_LDCONFIG= yes diff --git a/textproc/sagasu/Makefile b/textproc/sagasu/Makefile index ddbb36d7b0aa..a9f9fcc12a47 100644 --- a/textproc/sagasu/Makefile +++ b/textproc/sagasu/Makefile @@ -11,7 +11,8 @@ COMMENT= A GNOME tool to find strings in a set of files LICENSE= GPLv2 # (or later) -USE_GNOME= gnomehack gnomehier libgnomeui +USES= pathfix +USE_GNOME= gnomehier libgnomeui USE_GETTEXT= yes USE_PKGCONFIG= build USE_GMAKE= yes diff --git a/textproc/sary/Makefile b/textproc/sary/Makefile index 7a8a70ac7900..c496153063c6 100644 --- a/textproc/sary/Makefile +++ b/textproc/sary/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Sary -# Date created: 8 October 2002 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# +# Created by: Akinori MUSHA aka knu <knu@idaemons.org> # $FreeBSD$ -# PORTNAME= sary PORTVERSION= 1.2.0 @@ -14,6 +10,7 @@ MASTER_SITES= http://sary.sourceforge.net/ MAINTAINER= ports@FreeBSD.org COMMENT= A suffix array library and tools, which provide fast full-text search +USES= pathfix USE_GNOME= glib20 gnomehack USE_PKGCONFIG= build USE_AUTOTOOLS= libtool |