diff options
author | eadler <eadler@FreeBSD.org> | 2013-03-19 21:04:30 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-03-19 21:04:30 +0800 |
commit | cdabc54ad469c80d08327c0d32dfa55c640cff2a (patch) | |
tree | eba3c1f7e94497327507881e3b0eb623013d377e /textproc | |
parent | 3e5b766396a89930130c8530a30308b48d239d4b (diff) | |
download | freebsd-ports-gnome-cdabc54ad469c80d08327c0d32dfa55c640cff2a.tar.gz freebsd-ports-gnome-cdabc54ad469c80d08327c0d32dfa55c640cff2a.tar.zst freebsd-ports-gnome-cdabc54ad469c80d08327c0d32dfa55c640cff2a.zip |
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/aiksaurus/Makefile | 2 | ||||
-rw-r--r-- | textproc/hunspell/Makefile | 2 | ||||
-rw-r--r-- | textproc/hyphen/Makefile | 2 | ||||
-rw-r--r-- | textproc/libexttextcat/Makefile | 2 | ||||
-rw-r--r-- | textproc/libmrss/Makefile | 2 | ||||
-rw-r--r-- | textproc/libvisio/Makefile | 2 | ||||
-rw-r--r-- | textproc/libyaml/Makefile | 2 | ||||
-rw-r--r-- | textproc/mxml/Makefile | 2 | ||||
-rw-r--r-- | textproc/mythes/Makefile | 2 | ||||
-rw-r--r-- | textproc/xerces-c3/Makefile | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/textproc/aiksaurus/Makefile b/textproc/aiksaurus/Makefile index 433ae245faa7..cfd311147b6e 100644 --- a/textproc/aiksaurus/Makefile +++ b/textproc/aiksaurus/Makefile @@ -13,7 +13,7 @@ COMMENT?= A set of libraries and applications which provide a thesaurus USE_AUTOTOOLS= libtool USE_GMAKE= yes USE_CSTD= gnu89 -USE_GNOME?= gnomehack +USE_GNOME?= pathfix USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS?=--without-gtk diff --git a/textproc/hunspell/Makefile b/textproc/hunspell/Makefile index dcc380733eaf..c4fef8fd6c77 100644 --- a/textproc/hunspell/Makefile +++ b/textproc/hunspell/Makefile @@ -17,7 +17,7 @@ LICENSE_COMB= dual CONFIGURE_ARGS= --disable-nls --with-libiconv-prefix=${LOCALBASE} --with-readline --with-ui GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes -USE_GNOME= gnomehack +USES= pathfix USE_ICONV= yes USE_LDCONFIG= yes USE_NCURSES= yes diff --git a/textproc/hyphen/Makefile b/textproc/hyphen/Makefile index 0dda411c85ca..6ba95cddffbb 100644 --- a/textproc/hyphen/Makefile +++ b/textproc/hyphen/Makefile @@ -17,7 +17,7 @@ COMMENT= Library for high quality hyphenation and justification BUILD_DEPENDS= gawk:${PORTSDIR}/lang/gawk GNU_CONFIGURE= yes -USE_GNOME= gnomehack +USES= pathfix USE_LDCONFIG= yes USE_PERL5_BUILD= yes diff --git a/textproc/libexttextcat/Makefile b/textproc/libexttextcat/Makefile index a73544eea15f..b2f3a0339537 100644 --- a/textproc/libexttextcat/Makefile +++ b/textproc/libexttextcat/Makefile @@ -13,7 +13,7 @@ LICENSE= BSD USE_XZ= yes GNU_CONFIGURE= yes USE_GMAKE= yes -USE_GNOME= gnomehack +USES= pathfix USE_LDCONFIG= yes PORTDOCS= README README.libtextcat TODO diff --git a/textproc/libmrss/Makefile b/textproc/libmrss/Makefile index 3253e95f9421..116fb8603ad2 100644 --- a/textproc/libmrss/Makefile +++ b/textproc/libmrss/Makefile @@ -19,6 +19,6 @@ LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes USE_PKGCONFIG= yes -USE_GNOME= gnomehack +USES= pathfix .include <bsd.port.mk> diff --git a/textproc/libvisio/Makefile b/textproc/libvisio/Makefile index b00596a275db..73d2b284522c 100644 --- a/textproc/libvisio/Makefile +++ b/textproc/libvisio/Makefile @@ -21,7 +21,7 @@ CONFIGURE_ARGS= --disable-werror CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes USE_GMAKE= yes -USE_GNOME= gnomehack +USES= pathfix USE_LDCONFIG= yes USE_PKGCONFIG= build diff --git a/textproc/libyaml/Makefile b/textproc/libyaml/Makefile index 29ca31c1cded..6c9bdc2b2a70 100644 --- a/textproc/libyaml/Makefile +++ b/textproc/libyaml/Makefile @@ -18,7 +18,7 @@ MAINTAINER= jpaetzel@FreeBSD.org COMMENT= A YAML 1.1 parser and emitter written in C GNU_CONFIGURE= yes -USE_GNOME= gnomehack +USES= pathfix USE_LDCONFIG= yes .include <bsd.port.mk> diff --git a/textproc/mxml/Makefile b/textproc/mxml/Makefile index 7cbe4e84016e..e97055b64738 100644 --- a/textproc/mxml/Makefile +++ b/textproc/mxml/Makefile @@ -18,7 +18,7 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept GNU_CONFIGURE= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool -USE_GNOME= gnomehack +USES= pathfix CONFIGURE_ARGS= --with-docdir=no MAKE_JOBS_SAFE= yes USE_LDCONFIG= yes diff --git a/textproc/mythes/Makefile b/textproc/mythes/Makefile index 056faa9955f2..db90cdc41e96 100644 --- a/textproc/mythes/Makefile +++ b/textproc/mythes/Makefile @@ -16,7 +16,7 @@ COMMENT= Simple thesaurus library LIB_DEPENDS= hunspell-1.3:${PORTSDIR}/textproc/hunspell -USE_GNOME= gnomehack +USES= pathfix USE_PKGCONFIG= build USE_LDCONFIG= yes diff --git a/textproc/xerces-c3/Makefile b/textproc/xerces-c3/Makefile index 016df363ba17..1338f0ecf279 100644 --- a/textproc/xerces-c3/Makefile +++ b/textproc/xerces-c3/Makefile @@ -19,7 +19,7 @@ COMMENT= Validating XML parser from the Apache XML Project CONFLICTS= xerces_c-[0-9]* xerces-c2-[0-9]* USE_GMAKE= yes -USE_GNOME= gnomehack +USES= pathfix USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig \ |