ports/177081: [exp-run] change the trivial gnomehack cases to pathfix

Eitan Adler lists at eitanadler.com
Mon Mar 18 18:00:02 UTC 2013


>Number:         177081
>Category:       ports
>Synopsis:       [exp-run] change the trivial gnomehack cases to pathfix
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 18 18:00:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Eitan Adler
>Release:        
>Organization:
FreeBSD
>Environment:
>Description:
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.

If a port used other USE_GNOME items it was untouched with two exceptions

./cad/brlcad/Makefile

This was fixed by hand

./deskutils/google-gadgets/Makefile

This is broken now and should be removed as its dead upstream.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: archivers/libcomprex/Makefile
===================================================================
--- archivers/libcomprex/Makefile	(revision 314585)
+++ archivers/libcomprex/Makefile	(working copy)
@@ -23,7 +23,7 @@ USE_PKGCONFIG=	yes
 OPTIONS_DEFINE=	NLS
 
 USE_AUTOTOOLS=	libtool
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_LDCONFIG=	yes
 MAKE_JOBS_SAFE=	yes
 
Index: archivers/libdynamite/Makefile
===================================================================
--- archivers/libdynamite/Makefile	(revision 314585)
+++ archivers/libdynamite/Makefile	(working copy)
@@ -17,7 +17,7 @@ MAKE_JOBS_SAFE=	yes
 
 USE_AUTOTOOLS=	libtool
 GNU_CONFIGURE=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_LDCONFIG=	yes
 
 MAN1=		dynamite.1
Index: archivers/liborange/Makefile
===================================================================
--- archivers/liborange/Makefile	(revision 314585)
+++ archivers/liborange/Makefile	(working copy)
@@ -25,7 +25,7 @@ MAKE_JOBS_SAFE=	yes
 
 USE_AUTOTOOLS=	libtool
 GNU_CONFIGURE=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_PKGCONFIG=	build
 USE_ICONV=	yes
 CFLAGS+=	-I${LOCALBASE}/include
Index: archivers/lrzip/Makefile
===================================================================
--- archivers/lrzip/Makefile	(revision 314585)
+++ archivers/lrzip/Makefile	(working copy)
@@ -25,7 +25,7 @@ GNU_CONFIGURE=	yes
 LDFLAGS+=	-L${LOCALBASE}/lib
 USE_BZIP2=	yes
 USE_GMAKE=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_PERL5_BUILD=	yes
 USE_LDCONFIG=	yes
 
Index: archivers/unshield/Makefile
===================================================================
--- archivers/unshield/Makefile	(revision 314585)
+++ archivers/unshield/Makefile	(working copy)
@@ -16,7 +16,7 @@ COMMENT=	Extract data from InstallShield CAB files
 
 USE_AUTOTOOLS=	libtool
 GNU_CONFIGURE=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_LDCONFIG=	yes
 
 MAN1=		${PORTNAME}.1
Index: archivers/xz/Makefile
===================================================================
--- archivers/xz/Makefile	(revision 314585)
+++ archivers/xz/Makefile	(working copy)
@@ -19,7 +19,7 @@ CONFLICTS=	lzma-[0-9]* lzmautils-[0-9]* lzmalib-[0
 MAKE_JOBS_SAFE=	yes
 USE_BZIP2=	yes
 USE_LDCONFIG=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 GNU_CONFIGURE=	yes
 
 # As we want to use xz for extraction of port distfiles,
Index: astro/jday/Makefile
===================================================================
--- astro/jday/Makefile	(revision 314585)
+++ astro/jday/Makefile	(working copy)
@@ -9,7 +9,7 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Astronomical Julian date calculator
 
 USE_AUTOTOOLS=	libtool
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 
Index: audio/aubio/Makefile
===================================================================
--- audio/aubio/Makefile	(revision 314585)
+++ audio/aubio/Makefile	(working copy)
@@ -25,7 +25,7 @@ GNU_CONFIGURE=	yes
 # --disable-complex: does not compile due to missing carg(3) et al.
 CONFIGURE_ARGS=	--disable-complex
 USE_GMAKE=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_LDCONFIG=	yes
 USE_PKGCONFIG=	build
 
Index: audio/ccaudio2/Makefile
===================================================================
--- audio/ccaudio2/Makefile	(revision 314585)
+++ audio/ccaudio2/Makefile	(working copy)
@@ -18,7 +18,7 @@ LIB_DEPENDS=	ccgnu2:${PORTSDIR}/devel/commoncpp \
 CONFLICTS=	ccaudio-[0-9]*
 
 USE_PKGCONFIG=	build
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_CMAKE=	yes
 CMAKE_OUTSOURCE=yes
 USE_LDCONFIG=	yes
Index: audio/celt/Makefile
===================================================================
--- audio/celt/Makefile	(revision 314585)
+++ audio/celt/Makefile	(working copy)
@@ -23,6 +23,6 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-ogg=${LOCALBASE}
 USE_GMAKE=	yes
 USE_LDCONFIG=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 
 .include <bsd.port.mk>
Index: audio/dssi/Makefile
===================================================================
--- audio/dssi/Makefile	(revision 314585)
+++ audio/dssi/Makefile	(working copy)
@@ -26,7 +26,7 @@ RUN_DEPENDS=	${LOCALBASE}/include/ladspa.h:${PORTS
 
 OPTIONS_DEFINE=	QT4
 
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_GMAKE=	yes
 USE_PKGCONFIG=	build
 GNU_CONFIGURE=	yes
Index: audio/esound/Makefile
===================================================================
--- audio/esound/Makefile	(revision 314585)
+++ audio/esound/Makefile	(working copy)
@@ -16,7 +16,7 @@ LIB_DEPENDS=	audiofile.0:${PORTSDIR}/audio/libaudi
 
 USE_AUTOTOOLS=	libtool
 USE_BZIP2=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_PKGCONFIG=	build
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=  yes
Index: audio/ksmp3play/Makefile
===================================================================
--- audio/ksmp3play/Makefile	(revision 314585)
+++ audio/ksmp3play/Makefile	(working copy)
@@ -13,7 +13,7 @@ COMMENT=	Curses-based MP3 player
 LIB_DEPENDS=	smpeg:${PORTSDIR}/multimedia/smpeg
 
 GNU_CONFIGURE=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_SDL=	sdl
 NO_WRKSUBDIR=	yes
 
Index: audio/libaudiofile/Makefile
===================================================================
--- audio/libaudiofile/Makefile	(revision 314585)
+++ audio/libaudiofile/Makefile	(working copy)
@@ -13,7 +13,7 @@ MAINTAINER=	gnome at FreeBSD.org
 COMMENT=	A sound library for SGI audio file
 
 USE_AUTOTOOLS=	libtool
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 
Index: audio/libcddb/Makefile
===================================================================
--- audio/libcddb/Makefile	(revision 314585)
+++ audio/libcddb/Makefile	(working copy)
@@ -12,7 +12,7 @@ COMMENT=	A library to access data on a CDDB server
 
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_PKGCONFIG=	build
 USE_ICONV=	yes
 USE_LDCONFIG=	yes
Index: audio/libgig/Makefile
===================================================================
--- audio/libgig/Makefile	(revision 314585)
+++ audio/libgig/Makefile	(working copy)
@@ -22,7 +22,7 @@ LIB_DEPENDS=	FLAC.10:${PORTSDIR}/audio/flac \
 		uuid.1:${PORTSDIR}/misc/e2fsprogs-libuuid
 
 USE_BZIP2=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
Index: audio/liblo/Makefile
===================================================================
--- audio/liblo/Makefile	(revision 314585)
+++ audio/liblo/Makefile	(working copy)
@@ -16,6 +16,6 @@ COMMENT=	Lightweight Open Sound Control implementa
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
 USE_LDCONFIG=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 
 .include <bsd.port.mk>
Index: audio/liblscp/Makefile
===================================================================
--- audio/liblscp/Makefile	(revision 314585)
+++ audio/liblscp/Makefile	(working copy)
@@ -16,7 +16,7 @@ COMMENT=	Wrapper around the LSCP network protocol
 
 LICENSE=	LGPL21
 
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
Index: audio/libmtp/Makefile
===================================================================
--- audio/libmtp/Makefile	(revision 314585)
+++ audio/libmtp/Makefile	(working copy)
@@ -15,7 +15,7 @@ OPTIONS_DEFINE=	MTPZ
 OPTIONS_DEFAULT=	MTPZ
 MTPZ_DESC=	Enable functionality to connect to MTPZ devices
 
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_ICONV=	yes
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
Index: audio/libnjb/Makefile
===================================================================
--- audio/libnjb/Makefile	(revision 314585)
+++ audio/libnjb/Makefile	(working copy)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 OPTIONS_DEFINE=	DOCS
 
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes
 MAKE_JOBS_SAFE=	yes
Index: audio/libofa/Makefile
===================================================================
--- audio/libofa/Makefile	(revision 314585)
+++ audio/libofa/Makefile	(working copy)
@@ -28,7 +28,7 @@ LIB_DEPENDS=	fftw3:${PORTSDIR}/math/fftw3 \
 PROJECTHOST=	musicip-libofa
 USE_DOS2UNIX=	yes
 USE_AUTOTOOLS=	libtool
-USE_GNOME=	gnomehack
+USES=	pathfix
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
Index: audio/libogg/Makefile
===================================================================
--- audio/libogg/Makefile	(revision 314585)
+++ audio/libogg/Makefile	(working copy)
@@ -12,7 +12,7 @@ COMMENT=	Ogg bitstream library
 
 USE_AUTOTOOLS=	libtool
 GNU_CONFIGURE=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_LDCONFIG=	yes
 MAKE_JOBS_SAFE=	yes
 
Index: audio/libsamplerate/Makefile
===================================================================
--- audio/libsamplerate/Makefile	(revision 314585)
+++ audio/libsamplerate/Makefile	(working copy)
@@ -13,7 +13,7 @@ COMMENT=	Secret Rabbit Code: a Sample Rate Convert
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_PKGCONFIG=	build
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes
Index: audio/libsidplay2/Makefile
===================================================================
--- audio/libsidplay2/Makefile	(revision 314585)
+++ audio/libsidplay2/Makefile	(working copy)
@@ -15,7 +15,7 @@ DISTNAME=	sidplay-libs-${PORTVERSION}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Library to play Commodore 64 SID-tunes cycle accurate
 
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_GMAKE=	yes
 USE_AUTOTOOLS=	libtool
 USE_PKGCONFIG=	yes
Index: audio/libvorbis/Makefile
===================================================================
--- audio/libvorbis/Makefile	(revision 314585)
+++ audio/libvorbis/Makefile	(working copy)
@@ -14,7 +14,7 @@ COMMENT=	Audio compression codec library
 LIB_DEPENDS=	ogg:${PORTSDIR}/audio/libogg
 
 USE_AUTOTOOLS=	libtool
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_LDCONFIG=	yes
 USE_XZ=		yes
 
Index: audio/linuxsampler/Makefile
===================================================================
--- audio/linuxsampler/Makefile	(revision 314585)
+++ audio/linuxsampler/Makefile	(working copy)
@@ -23,7 +23,7 @@ DSSI_DESC=	Enable DSSI support
 LV2CORE_DESC=	Enable LV2 support
 
 USE_BZIP2=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_SQLITE=	3
 USE_PKGCONFIG=	build
 USE_GMAKE=	yes
Index: audio/opencore-amr/Makefile
===================================================================
--- audio/opencore-amr/Makefile	(revision 314585)
+++ audio/opencore-amr/Makefile	(working copy)
@@ -17,7 +17,7 @@ LICENSE=	AL2
 
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_LDCONFIG=	yes
 
 .include <bsd.port.mk>
Index: audio/opus/Makefile
===================================================================
--- audio/opus/Makefile	(revision 314585)
+++ audio/opus/Makefile	(working copy)
@@ -11,7 +11,7 @@ MAINTAINER=	naddy at FreeBSD.org
 COMMENT=	IETF audio codec
 
 USE_AUTOTOOLS=	libtool
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes
Index: audio/paman/Makefile
===================================================================
--- audio/paman/Makefile	(revision 314585)
+++ audio/paman/Makefile	(working copy)
@@ -19,7 +19,7 @@ LIB_DEPENDS=	glademm-2.4.1:${PORTSDIR}/devel/libgl
 
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 
 CONFIGURE_ARGS=	--disable-lynx
 
Index: audio/sdl_mixer/Makefile
===================================================================
--- audio/sdl_mixer/Makefile	(revision 314585)
+++ audio/sdl_mixer/Makefile	(working copy)
@@ -16,7 +16,7 @@ LICENSE=	ZLIB
 USE_AUTOTOOLS=	libtool
 USE_SDL=	sdl
 USE_PKGCONFIG=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 LDFLAGS+=	-L${LOCALBASE}/lib
Index: audio/taglib-sharp/Makefile
===================================================================
--- audio/taglib-sharp/Makefile	(revision 314585)
+++ audio/taglib-sharp/Makefile	(working copy)
@@ -21,7 +21,7 @@ RUN_DEPENDS+=	${LIB_PC_DEPENDS:C|^|${LOCALBASE}/li
 
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_PKGCONFIG=	build
 
 PLIST_SUB+=	PORTVERSION="${PORTVERSION}" \
Index: cad/brlcad/Makefile
===================================================================
--- cad/brlcad/Makefile	(revision 314585)
+++ cad/brlcad/Makefile	(working copy)
@@ -26,14 +26,13 @@ USE_GL=		gl glu
 USE_XORG=	ice inputproto sm x11 xau xdamage xdmcp xext xfixes xft xi \
 		xproto xrender xscrnsaver xt xxf86vm
 USE_GMAKE=	yes
-USES=		bison
+USES=		bison pathfix
 USE_TCL=	85
 USE_TK=		85
 USE_LDCONFIG=	yes
 
 PREFIX?=	${LOCALBASE}/${PORTNAME}
 NO_MTREE=	yes
-USE_GNOME=	gnomehack
 USE_CMAKE=	yes
 MAKE_JOBS_SAFE=	yes
 
Index: converters/fribidi/Makefile
===================================================================
--- converters/fribidi/Makefile	(revision 314585)
+++ converters/fribidi/Makefile	(working copy)
@@ -11,7 +11,7 @@ MAINTAINER=	gnome at FreeBSD.org
 COMMENT=	A Free Implementation of the Unicode Bidirectional Algorithm
 
 USE_GMAKE=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--without-glib
Index: databases/dbh/Makefile
===================================================================
--- databases/dbh/Makefile	(revision 314585)
+++ databases/dbh/Makefile	(working copy)
@@ -12,7 +12,7 @@ COMMENT=	Disk Based Hashtables
 
 CONFLICTS=	dbh-[0-3]*
 
-USE_GNOME=	gnomehack
+USES=	pathfix
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 USE_PKGCONFIG=	build
Index: databases/dbh10/Makefile
===================================================================
--- databases/dbh10/Makefile	(revision 314585)
+++ databases/dbh10/Makefile	(working copy)
@@ -18,7 +18,7 @@ COMMENT=	Disk Based Hashtables
 CONFLICTS=	dbh-[2-9]*
 
 USE_AUTOTOOLS=	libtool
-USE_GNOME=	gnomehack
+USES=	pathfix
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 USE_PKGCONFIG=	yes
Index: databases/libzdb/Makefile
===================================================================
--- databases/libzdb/Makefile	(revision 314585)
+++ databases/libzdb/Makefile	(working copy)
@@ -24,7 +24,7 @@ OPTIONS_DEFAULT=MYSQL SQLITE PGSQL
 
 .include <bsd.port.options.mk>
 
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_GMAKE=	yes
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes
Index: databases/mysqlcppapi/Makefile
===================================================================
--- databases/mysqlcppapi/Makefile	(revision 314585)
+++ databases/mysqlcppapi/Makefile	(working copy)
@@ -16,7 +16,7 @@ COMMENT=	A fork of mysql++ C++ API for MySQL
 
 USE_AUTOTOOLS=	libtool
 USE_MYSQL=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_PKGCONFIG=	yes
 GNU_CONFIGURE=	yes
 
Index: databases/sqlcipher/Makefile
===================================================================
--- databases/sqlcipher/Makefile	(revision 314585)
+++ databases/sqlcipher/Makefile	(working copy)
@@ -12,7 +12,7 @@ LICENSE=	BSD
 USE_LDCONFIG=	yes
 USE_TCL_BUILD=	85
 USE_GITHUB=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 GH_ACCOUNT=	sqlcipher
 GH_TAGNAME=	v${PORTVERSION}
 GH_COMMIT=	ee2ce3e
Index: deskutils/google-gadgets/Makefile
===================================================================
--- deskutils/google-gadgets/Makefile	(revision 314585)
+++ deskutils/google-gadgets/Makefile	(working copy)
@@ -43,7 +43,7 @@ CFLAGS+=	-I${LOCALBASE}/include -Wno-deprecated-de
 CONFIGURE_ARGS=	--disable-werror --enable-ltdl-install=no --with-browser-plugins-dir=${LOCALBASE}/lib/browser_plugins
 USE_AUTOTOOLS=	libtool:env autoconf:env automake:env aclocal:env libltdl
 WANT_GNOME=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 INSTALLS_ICONS=	yes
 
 OPTIONS=	DEBUGGING	"Enable debug output on runtime"	on\
@@ -97,7 +97,7 @@ CONFIGURE_ARGS+=	--disable-gtk-host \
 			--disable-gtkwebkit-browser-element \
 			--disable-soup-xml-http-request
 .elif defined(WITH_GTK)
-USE_GNOME=	gtk20
+USES=	gtk20
 PLIST_SUB+=	GTK=""
 CONFIGURE_ARGS+=	--enable-gtk-host
 BUILD_DEPENDS+=	${LOCALBASE}/libdata/pkgconfig/libsoup-2.4.pc:${PORTSDIR}/devel/libsoup
Index: devel/atlas/Makefile
===================================================================
--- devel/atlas/Makefile	(revision 314585)
+++ devel/atlas/Makefile	(working copy)
@@ -18,7 +18,7 @@ COMMENT=	A C++ reference implementation of the Atl
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	YES
 USE_BZIP2=	YES
-USE_GNOME=	gnomehack
+USES=	pathfix
 
 post-patch:
 	@${REINPLACE_CMD} -e 's| install-docDATA | |g'	${WRKSRC}/Makefile.in
Index: devel/atlas-devel/Makefile
===================================================================
--- devel/atlas-devel/Makefile	(revision 314585)
+++ devel/atlas-devel/Makefile	(working copy)
@@ -17,7 +17,7 @@ COMMENT=	A C++ reference implementation of the Atl
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	YES
 USE_BZIP2=	YES
-USE_GNOME=	gnomehack
+USES=	pathfix
 NO_LATEST_LINK=	YES
 
 CONFIGURE_ARGS+=--program-transform-name=
Index: devel/boehm-gc/Makefile
===================================================================
--- devel/boehm-gc/Makefile	(revision 314585)
+++ devel/boehm-gc/Makefile	(working copy)
@@ -16,7 +16,7 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Garbage collection and memory leak detection for C and C++
 
 GNU_CONFIGURE=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--enable-cplusplus --disable-static --disable-threads
 MAKE_JOBS_UNSAFE=	yes
Index: devel/bufferpool/Makefile
===================================================================
--- devel/bufferpool/Makefile	(revision 314585)
+++ devel/bufferpool/Makefile	(working copy)
@@ -18,6 +18,6 @@ USE_GMAKE=	yes
 USE_BZIP2=	yes
 USE_LDCONFIG=	yes
 USE_PKGCONFIG=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 
 .include <bsd.port.mk>
Index: devel/clanlib/Makefile
===================================================================
--- devel/clanlib/Makefile	(revision 314585)
+++ devel/clanlib/Makefile	(working copy)
@@ -26,7 +26,7 @@ LIB_DEPENDS=	jpeg:${PORTSDIR}/graphics/jpeg \
 USE_GMAKE=	yes
 USE_GCC=	4.6+
 USE_XORG=	x11
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_LDCONFIG=	yes
 USE_GL=		yes
 USE_PKGCONFIG=	yes
Index: devel/clanlib1/Makefile
===================================================================
--- devel/clanlib1/Makefile	(revision 314585)
+++ devel/clanlib1/Makefile	(working copy)
@@ -24,7 +24,7 @@ LATEST_LINK=	${PORTNAME}1
 USE_GMAKE=	yes
 USE_AUTOTOOLS=	libtool
 USE_XORG=	x11 xi
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_LDCONFIG=	yes
 USE_SDL=	gfx
 USE_GL=		yes
Index: devel/clanlib22/Makefile
===================================================================
--- devel/clanlib22/Makefile	(revision 314585)
+++ devel/clanlib22/Makefile	(working copy)
@@ -26,7 +26,7 @@ LATEST_LINK=	${PORTNAME}22
 
 USE_GMAKE=	yes
 USE_XORG=	x11
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_LDCONFIG=	yes
 USE_GL=		yes
 USE_PKGCONFIG=	yes
Index: devel/cmph/Makefile
===================================================================
--- devel/cmph/Makefile	(revision 314585)
+++ devel/cmph/Makefile	(working copy)
@@ -13,7 +13,7 @@ MAINTAINER=	jessekempf at gmail.com
 COMMENT=	Minimal perfect hashes for C
 
 GNU_CONFIGURE=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_LDCONFIG=	yes
 
 MAN1=		cmph.1
Index: devel/commoncpp/Makefile
===================================================================
--- devel/commoncpp/Makefile	(revision 314585)
+++ devel/commoncpp/Makefile	(working copy)
@@ -16,7 +16,7 @@ MAINTAINER=	acm at FreeBSD.org
 COMMENT=	GNU project portable class framework for C++
 
 USE_LDCONFIG=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	ac_cv_path_DOXYGEN=no
Index: devel/dbus-sharp/Makefile
===================================================================
--- devel/dbus-sharp/Makefile	(revision 314585)
+++ devel/dbus-sharp/Makefile	(working copy)
@@ -19,7 +19,7 @@ RUN_DEPENDS=	mono:${PORTSDIR}/lang/mono
 
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_PKGCONFIG=	build
 
 .include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
Index: devel/directfb/Makefile
===================================================================
--- devel/directfb/Makefile	(revision 314585)
+++ devel/directfb/Makefile	(working copy)
@@ -31,7 +31,7 @@ CPPFLAGS+=	-I${LOCALBASE}/include -I${LOCALBASE}/i
 USE_AUTOTOOLS=	libtool
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_LDCONFIG=	yes
 USE_PERL5_BUILD=yes
 USE_NCURSES=	yes
Index: devel/dotconf/Makefile
===================================================================
--- devel/dotconf/Makefile	(revision 314585)
+++ devel/dotconf/Makefile	(working copy)
@@ -16,7 +16,7 @@ COMMENT=	A simple, powerful configuration-file par
 
 LICENSE=	LGPL21
 
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_PKGCONFIG=	yes
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes
Index: devel/eris/Makefile
===================================================================
--- devel/eris/Makefile	(revision 314585)
+++ devel/eris/Makefile	(working copy)
@@ -18,7 +18,7 @@ LIB_DEPENDS=	Atlas-0.6.1:${PORTSDIR}/devel/atlas-d
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 USE_PKGCONFIG=	build
-USE_GNOME=	gnomehack
+USES=	pathfix
 
 CXXFLAGS+=	-include wchar.h
 CONFIGURE_ARGS+="CXXFLAGS=${CXXFLAGS}"
Index: devel/gearmand/Makefile
===================================================================
--- devel/gearmand/Makefile	(revision 314585)
+++ devel/gearmand/Makefile	(working copy)
@@ -37,7 +37,7 @@ FETCH_ARGS=	-pRr
 USE_PERL5_BUILD=yes
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_LDCONFIG=	yes
 USE_PYTHON_BUILD=yes
 USE_RC_SUBR=	gearmand
Index: devel/gflags/Makefile
===================================================================
--- devel/gflags/Makefile	(revision 314585)
+++ devel/gflags/Makefile	(working copy)
@@ -15,7 +15,7 @@ OPTIONS_DEFINE=	DOCS
 
 GNU_CONFIGURE=	yes
 USE_AUTOTOOLS=	libtool
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_LDCONFIG=	yes
 
 PORTDOCS=	AUTHORS COPYING ChangeLog INSTALL NEWS README README_windows.txt \
Index: devel/glog/Makefile
===================================================================
--- devel/glog/Makefile	(revision 314585)
+++ devel/glog/Makefile	(working copy)
@@ -13,7 +13,7 @@ LIB_DEPENDS=	execinfo:${PORTSDIR}/devel/libexecinf
 		gflags:${PORTSDIR}/devel/gflags
 
 GNU_CONFIGURE=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_LDCONFIG=	yes
 USE_GCC=	4.2+
 PROJECTHOST=	google-glog
Index: devel/google-perftools/Makefile
===================================================================
--- devel/google-perftools/Makefile	(revision 314585)
+++ devel/google-perftools/Makefile	(working copy)
@@ -22,7 +22,7 @@ MAN1=		pprof.1
 LICENSE=	BSD
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USE_GNOME=	gnomehack
+USES=	pathfix
 
 post-patch:
 .if defined(NOPORTDOCS)
Index: devel/gsoap/Makefile
===================================================================
--- devel/gsoap/Makefile	(revision 314585)
+++ devel/gsoap/Makefile	(working copy)
@@ -19,7 +19,7 @@ OPTIONS=	OPENSSL  "Enable SSL/TLS (OpenSSL from ba
 
 USE_ZIP=	yes
 GNU_CONFIGURE=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 MAKE_JOBS_UNSAFE=	yes
 CFLAGS+=	-DWSDL_TYPEMAP_FILE=\\\"${DATADIR}/WS/typemap.dat\\\" \
 		-DSOAPCPP2_IMPORT_PATH=\\\"${DATADIR}/import\\\"
Index: devel/guichan/Makefile
===================================================================
--- devel/guichan/Makefile	(revision 314585)
+++ devel/guichan/Makefile	(working copy)
@@ -18,7 +18,7 @@ USE_AUTOTOOLS=	libtool
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
Index: devel/jclassinfo/Makefile
===================================================================
--- devel/jclassinfo/Makefile	(revision 314585)
+++ devel/jclassinfo/Makefile	(working copy)
@@ -15,7 +15,7 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Shows information about Java class, dependencies, and more
 
 USE_AUTOTOOLS=	libtool
-USE_GNOME=	gnomehack
+USES=	pathfix
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
 USE_LDCONFIG=	yes
Index: devel/libYGP/Makefile
===================================================================
--- devel/libYGP/Makefile	(revision 314585)
+++ devel/libYGP/Makefile	(working copy)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	gmp.10:${PORTSDIR}/math/gmp \
 USE_BZIP2=	yes
 USE_GCC=	4.6+
 GNU_CONFIGURE=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_LDCONFIG=	yes
 USE_PKGCONFIG=	yes
 USE_GETTEXT=	yes
Index: devel/libassa/Makefile
===================================================================
--- devel/libassa/Makefile	(revision 314585)
+++ devel/libassa/Makefile	(working copy)
@@ -12,7 +12,7 @@ MAINTAINER=	rodrigo at bebik.net
 COMMENT=	An C++ networking library and application framework
 
 GNU_CONFIGURE=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_LDCONFIG=	yes
 USE_PKGCONFIG=	yes
 PLIST_SUB=	ASSA_VERSION=${PORTVERSION:R:R}
Index: devel/libast/Makefile
===================================================================
--- devel/libast/Makefile	(revision 314585)
+++ devel/libast/Makefile	(working copy)
@@ -14,7 +14,7 @@ COMMENT=	A library of assorted spiffy things
 LIB_DEPENDS=	pcre.3:${PORTSDIR}/devel/pcre
 
 USE_AUTOTOOLS=	libtool
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_EFL=	imlib2
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
Index: devel/libatomic_ops/Makefile
===================================================================
--- devel/libatomic_ops/Makefile	(revision 314585)
+++ devel/libatomic_ops/Makefile	(working copy)
@@ -14,7 +14,7 @@ LICENSE_COMB=	multi
 
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 
 OPTIONS_DEFINE=	DOCS
 
Index: devel/libconfig/Makefile
===================================================================
--- devel/libconfig/Makefile	(revision 314585)
+++ devel/libconfig/Makefile	(working copy)
@@ -11,7 +11,7 @@ COMMENT=	Simple library for manipulating structure
 
 CONFLICTS=	wand-libconfig-[0-9]*
 
-USE_GNOME=	gnomehack
+USES=	pathfix
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 USE_GMAKE=	yes
Index: devel/libcwd/Makefile
===================================================================
--- devel/libcwd/Makefile	(revision 314585)
+++ devel/libcwd/Makefile	(working copy)
@@ -14,7 +14,7 @@ MASTER_SITES=	SF
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	The C++ Debugging Support Library
 
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_GMAKE=	yes
 USE_PKGCONFIG=	yes
 USE_AUTOTOOLS=	libtool
Index: devel/libdap/Makefile
===================================================================
--- devel/libdap/Makefile	(revision 314585)
+++ devel/libdap/Makefile	(working copy)
@@ -19,7 +19,7 @@ CPPFLAGS+=	-I${LOCALBASE}/include
 GNU_CONFIGURE=	yes
 LDFLAGS+=	-L${LOCALBASE}/lib
 USE_GMAKE=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_LDCONFIG=	yes
 
 MAN1=		dap-config.1 \
Index: devel/libdatrie/Makefile
===================================================================
--- devel/libdatrie/Makefile	(revision 314585)
+++ devel/libdatrie/Makefile	(working copy)
@@ -13,7 +13,7 @@ LICENSE=	LGPL21
 
 USE_XZ=		yes
 GNU_CONFIGURE=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_ICONV=	yes
 USE_LDCONFIG=	yes
 
Index: devel/libffi/Makefile
===================================================================
--- devel/libffi/Makefile	(revision 314585)
+++ devel/libffi/Makefile	(working copy)
@@ -23,7 +23,7 @@ BUILD_DEPENDS:=	${TEST_DEPENDS}
 
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_PKGCONFIG=	build
 PLIST_SUB=	PORTVERSION=${PORTVERSION}
 
Index: devel/libfreefare/Makefile
===================================================================
--- devel/libfreefare/Makefile	(revision 314585)
+++ devel/libfreefare/Makefile	(working copy)
@@ -20,7 +20,7 @@ LIB_DEPENDS=	nfc.1:${PORTSDIR}/devel/libnfc
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
 USE_LDCONFIG=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 
 MAN3=		freefare.3 freefare_error.3 mad.3 mifare_application.3 \
 		mifare_classic.3 mifare_desfire.3 mifare_desfire_aid.3 \
Index: devel/libgalago/Makefile
===================================================================
--- devel/libgalago/Makefile	(revision 314585)
+++ devel/libgalago/Makefile	(working copy)
@@ -14,7 +14,7 @@ LIB_PC_DEPENDS=	dbus-glib-1.pc:${PORTSDIR}/devel/d
 BUILD_DEPENDS+=	${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g}
 RUN_DEPENDS+=	${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g}
 
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_GETTEXT=	yes
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
Index: devel/libgta/Makefile
===================================================================
--- devel/libgta/Makefile	(revision 314585)
+++ devel/libgta/Makefile	(working copy)
@@ -18,7 +18,7 @@ OPTIONS_DEFINE=	DOCS
 USE_XZ=		yes
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_LDCONFIG=	yes
 
 .include <bsd.port.options.mk>
Index: devel/liblangtag/Makefile
===================================================================
--- devel/liblangtag/Makefile	(revision 314585)
+++ devel/liblangtag/Makefile	(working copy)
@@ -17,7 +17,7 @@ GNU_CONFIGURE=	yes
 USE_AUTOTOOLS=	libtool
 USE_BZIP2=	yes
 USE_GMAKE=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_LDCONFIG=	yes
 USE_PKGCONFIG=	build
 
Index: devel/liblognorm/Makefile
===================================================================
--- devel/liblognorm/Makefile	(revision 314585)
+++ devel/liblognorm/Makefile	(working copy)
@@ -14,7 +14,7 @@ LIB_DEPENDS=	ee:${PORTSDIR}/devel/libee \
 		estr:${PORTSDIR}/devel/libestr
 
 USE_PKGCONFIG=	build
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 
Index: devel/libmatheval/Makefile
===================================================================
--- devel/libmatheval/Makefile	(revision 314585)
+++ devel/libmatheval/Makefile	(working copy)
@@ -20,7 +20,7 @@ LIB_DEPENDS=	guile.21:${PORTSDIR}/lang/guile
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV+=	MAKEINFO="makeinfo --no-split"
 USE_LDCONFIG=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 CFLAGS+=	-I${LOCALBASE}/include -L${LOCALBASE}/lib
 
 INFO=		libmatheval
Index: devel/libnfc/Makefile
===================================================================
--- devel/libnfc/Makefile	(revision 314585)
+++ devel/libnfc/Makefile	(working copy)
@@ -22,7 +22,7 @@ SERIALPROBE_DESC=	serial auto-probe
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
 USE_LDCONFIG=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 
 MAN1=		nfc-anticol.1 nfc-dep-initiator.1 nfc-dep-target.1 \
 		nfc-emulate-forum-tag4.1 nfc-emulate-tag.1 nfc-emulate-uid.1 \
Index: devel/liborcus/Makefile
===================================================================
--- devel/liborcus/Makefile	(revision 314585)
+++ devel/liborcus/Makefile	(working copy)
@@ -18,7 +18,7 @@ LIB_DEPENDS=	zip:${PORTSDIR}/archivers/libzip \
 GNU_CONFIGURE=	yes
 USE_BZIP2=	yes
 USE_GMAKE=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_LDCONFIG=	yes
 USE_PKGCONFIG=	build
 
Index: devel/libpo6/Makefile
===================================================================
--- devel/libpo6/Makefile	(revision 314585)
+++ devel/libpo6/Makefile	(working copy)
@@ -12,6 +12,6 @@ COMMENT=	POSIX wrappers for C++
 LICENSE=	BSD
 
 GNU_CONFIGURE=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 
 .include <bsd.port.mk>
Index: devel/libshbuf/Makefile
===================================================================
--- devel/libshbuf/Makefile	(revision 314585)
+++ devel/libshbuf/Makefile	(working copy)
@@ -13,7 +13,7 @@ LICENSE=	GPLv2
 
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--disable-lynx
 
Index: devel/libsigc++20/Makefile
===================================================================
--- devel/libsigc++20/Makefile	(revision 314585)
+++ devel/libsigc++20/Makefile	(working copy)
@@ -18,7 +18,7 @@ USE_GMAKE=	yes
 USE_PERL5_BUILD=yes
 LATEST_LINK=	libsigc++20
 USE_LDCONFIG=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 GNU_CONFIGURE=	yes
 
 PLIST_SUB=	VERSION="2.0" API_VERSION="2.0"
Index: devel/libthai/Makefile
===================================================================
--- devel/libthai/Makefile	(revision 314585)
+++ devel/libthai/Makefile	(working copy)
@@ -16,7 +16,7 @@ LIB_DEPENDS=	datrie:${PORTSDIR}/devel/libdatrie
 USE_XZ=		yes
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_LDCONFIG=	yes
 USE_PKGCONFIG=	build
 
Index: devel/libvanessa_logger/Makefile
===================================================================
--- devel/libvanessa_logger/Makefile	(revision 314585)
+++ devel/libvanessa_logger/Makefile	(working copy)
@@ -12,7 +12,7 @@ COMMENT=	Library that provides a generic logging l
 
 USE_BZIP2=	yes
 USE_AUTOTOOLS=	libtool
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 
Index: devel/libvanessa_socket/Makefile
===================================================================
--- devel/libvanessa_socket/Makefile	(revision 314585)
+++ devel/libvanessa_socket/Makefile	(working copy)
@@ -17,7 +17,7 @@ MAN1=		vanessa_socket_pipe.1
 
 USE_BZIP2=	yes
 USE_AUTOTOOLS=	libtool
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 
Index: devel/libwfut/Makefile
===================================================================
--- devel/libwfut/Makefile	(revision 314585)
+++ devel/libwfut/Makefile	(working copy)
@@ -18,7 +18,7 @@ LIB_DEPENDS=	sigc-2.0:${PORTSDIR}/devel/libsigc++2
 
 CONFIGURE_ARGS+=--without-python
 GNU_CONFIGURE=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_PKGCONFIG=	build
 USE_LDCONFIG=	yes
 MAN1=		wfut.1
Index: devel/libxs/Makefile
===================================================================
--- devel/libxs/Makefile	(revision 314585)
+++ devel/libxs/Makefile	(working copy)
@@ -11,7 +11,7 @@ COMMENT=	Open source lightweight messaging layer
 
 GNU_CONFIGURE=	yes
 USE_PKGCONFIG=	build
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_LDCONFIG=	yes
 
 OPTIONS_DEFINE=	DEBUG DOCS PLUGINS ZMQ
Index: devel/log4c/Makefile
===================================================================
--- devel/log4c/Makefile	(revision 314585)
+++ devel/log4c/Makefile	(working copy)
@@ -14,7 +14,7 @@ LICENSE=	LGPL21
 OPTIONS_DEFINE=	EXPAT
 OPTIONS_DEFAULT=EXPAT
 
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes
 MAKE_JOBS_SAFE=	yes
Index: devel/mercator/Makefile
===================================================================
--- devel/mercator/Makefile	(revision 314585)
+++ devel/mercator/Makefile	(working copy)
@@ -11,7 +11,7 @@ COMMENT=	A procedural terrain library
 
 LIB_DEPENDS=	wfmath-1.0.1:${PORTSDIR}/math/wfmath
 
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_PKGCONFIG=	yes
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
Index: devel/mm-common/Makefile
===================================================================
--- devel/mm-common/Makefile	(revision 314585)
+++ devel/mm-common/Makefile	(working copy)
@@ -17,7 +17,7 @@ COMMENT=	Common build infrastructure for the GNOME
 
 LIB_DEPENDS=	curl.6:${PORTSDIR}/ftp/curl
 
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_BZIP2=	yes
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
Index: devel/ndesk-dbus/Makefile
===================================================================
--- devel/ndesk-dbus/Makefile	(revision 314585)
+++ devel/ndesk-dbus/Makefile	(working copy)
@@ -18,7 +18,7 @@ BUILD_DEPENDS=	mono:${PORTSDIR}/lang/mono
 RUN_DEPENDS=	mono:${PORTSDIR}/lang/mono
 
 USE_GMAKE=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_PKGCONFIG=	build
 GNU_CONFIGURE=	yes
 
Index: devel/ndesk-dbus-glib/Makefile
===================================================================
--- devel/ndesk-dbus-glib/Makefile	(revision 314585)
+++ devel/ndesk-dbus-glib/Makefile	(working copy)
@@ -20,7 +20,7 @@ RUN_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/ndesk-
 
 USE_GMAKE=	yes
 USE_PKGCONFIG=	build
-USE_GNOME=	gnomehack
+USES=	pathfix
 GNU_CONFIGURE=	yes
 
 DOCS=		AUTHORS COPYING README
Index: devel/obby/Makefile
===================================================================
--- devel/obby/Makefile	(revision 314585)
+++ devel/obby/Makefile	(working copy)
@@ -18,7 +18,7 @@ LICENSE=	GPLv2
 LIB_DEPENDS=	sigc-2.0.0:${PORTSDIR}/devel/libsigc++20 \
 		net6:${PORTSDIR}/net/net6
 
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_PKGCONFIG=	build
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
Index: devel/ois/Makefile
===================================================================
--- devel/ois/Makefile	(revision 314585)
+++ devel/ois/Makefile	(working copy)
@@ -17,7 +17,7 @@ COMMENT=	Object Oriented Input System
 
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_AUTOTOOLS=	libtool:env aclocal:env autoheader:env automake:env autoconf:env
 USE_XORG=	x11 xaw
 USE_LDCONFIG=	yes
Index: devel/pcre/Makefile
===================================================================
--- devel/pcre/Makefile	(revision 314585)
+++ devel/pcre/Makefile	(working copy)
@@ -19,7 +19,7 @@ LICENSE_FILE=	${WRKSRC}/LICENCE
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 CONFIGURE_ARGS=	--enable-utf --enable-unicode-properties \
 		--enable-pcre8 --enable-pcre16 --enable-pcre32
 
Index: devel/popt/Makefile
===================================================================
--- devel/popt/Makefile	(revision 314585)
+++ devel/popt/Makefile	(working copy)
@@ -19,7 +19,7 @@ CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 GNU_CONFIGURE=	yes
 USE_AUTOTOOLS=	libtool
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_ICONV=	yes
 USE_LDCONFIG=	yes
 
Index: devel/py-dbus/Makefile
===================================================================
--- devel/py-dbus/Makefile	(revision 314585)
+++ devel/py-dbus/Makefile	(working copy)
@@ -19,7 +19,7 @@ COMMENT=	Python bindings for the D-BUS messaging s
 LIB_DEPENDS=	dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
 
 USE_GETTEXT=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_PYTHON=	yes
 USE_GMAKE=	yes
 USE_AUTOTOOLS=	libtool
Index: devel/py-gamin/Makefile
===================================================================
--- devel/py-gamin/Makefile	(revision 314585)
+++ devel/py-gamin/Makefile	(working copy)
@@ -22,7 +22,7 @@ WANT_FAM_SYSTEM=gamin
 
 GAMIN_SLAVE=	yes
 
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_PYTHON=	yes
 CONFIGURE_ARGS=	--with-python=${LOCALBASE} \
 		--disable-gtk-doc --with-html-dir=${PREFIX}/share/doc
Index: devel/rlog/Makefile
===================================================================
--- devel/rlog/Makefile	(revision 314585)
+++ devel/rlog/Makefile	(working copy)
@@ -16,7 +16,7 @@ COMMENT=	A flexible message logging facility for C
 LICENSE=	LGPL21 LGPL3
 LICENSE_COMB=	dual
 
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_GMAKE=	yes
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes
Index: devel/ucommon/Makefile
===================================================================
--- devel/ucommon/Makefile	(revision 314585)
+++ devel/ucommon/Makefile	(working copy)
@@ -12,7 +12,7 @@ COMMENT=	Very lightweight C++ design pattern libra
 
 LICENSE=	LGPL3
 
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_LDCONFIG=	yes
 USE_PKGCONFIG=	yes
 GNU_CONFIGURE=	yes
Index: devel/valgrind/Makefile
===================================================================
--- devel/valgrind/Makefile	(revision 314585)
+++ devel/valgrind/Makefile	(working copy)
@@ -33,7 +33,7 @@ MPI_DESC=	Enable build of MPI wrappers
 
 USE_BZIP2=	yes
 USE_GMAKE=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_PERL5_BUILD=yes
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
Index: devel/valgrind-snapshot/Makefile
===================================================================
--- devel/valgrind-snapshot/Makefile	(revision 314585)
+++ devel/valgrind-snapshot/Makefile	(working copy)
@@ -35,7 +35,7 @@ MPI_DESC=	Enable build of MPI wrappers
 
 USE_BZIP2=	yes
 USE_GMAKE=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_PERL5_BUILD=yes
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
Index: devel/varconf/Makefile
===================================================================
--- devel/varconf/Makefile	(revision 314585)
+++ devel/varconf/Makefile	(working copy)
@@ -13,7 +13,7 @@ LIB_DEPENDS=	sigc-2.0:${PORTSDIR}/devel/libsigc++2
 
 GNU_CONFIGURE=	yes
 USE_BZIP2=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_PKGCONFIG=	build
 USE_LDCONFIG=	yes
 
Index: devel/vstr/Makefile
===================================================================
--- devel/vstr/Makefile	(revision 314585)
+++ devel/vstr/Makefile	(working copy)
@@ -21,7 +21,7 @@ GNU_CONFIGURE=	yes
 USE_BZIP2=	yes
 USE_GMAKE=	yes
 USE_CSTD=	gnu89
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_LDCONFIG=	yes
 USE_PKGCONFIG=	yes
 
Index: devel/zmq/Makefile
===================================================================
--- devel/zmq/Makefile	(revision 314585)
+++ devel/zmq/Makefile	(working copy)
@@ -15,7 +15,7 @@ MAINTAINER=	gslin at gslin.org
 COMMENT=	Open source message queue optimised for performance
 
 GNU_CONFIGURE=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_LDCONFIG=	yes
 
 CONFLICTS=	zmq-devel-[0-9]*
Index: devel/zmq-devel/Makefile
===================================================================
--- devel/zmq-devel/Makefile	(revision 314585)
+++ devel/zmq-devel/Makefile	(working copy)
@@ -17,7 +17,7 @@ COMMENT=	Open source message queue optimised for p
 
 MAKE_JOBS_SAFE=	yes
 GNU_CONFIGURE=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_LDCONFIG=	yes
 
 CONFLICTS=	zmq-[0-9]*
Index: devel/zziplib/Makefile
===================================================================
--- devel/zziplib/Makefile	(revision 314585)
+++ devel/zziplib/Makefile	(working copy)
@@ -21,7 +21,7 @@ BUILD_DEPENDS=	zip:${PORTSDIR}/archivers/zip
 OPTIONS_DEFINE=	SDL
 
 USE_BZIP2=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_PYTHON_BUILD=	yes
 USE_AUTOTOOLS=	libtool
 USE_PKGCONFIG=	yes
Index: finance/aqbanking/Makefile
===================================================================
--- finance/aqbanking/Makefile	(revision 314585)
+++ finance/aqbanking/Makefile	(working copy)
@@ -25,7 +25,7 @@ USE_GMAKE=	yes
 USE_GETTEXT=	yes
 USE_PKGCONFIG=	build
 USE_AUTOTOOLS=	libtool
-USE_GNOME=	gnomehack
+USES=	pathfix
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-release="yes"
Index: finance/ktoblzcheck/Makefile
===================================================================
--- finance/ktoblzcheck/Makefile	(revision 314585)
+++ finance/ktoblzcheck/Makefile	(working copy)
@@ -15,7 +15,7 @@ COMMENT=	Check bank codes of German banks
 
 LICENSE=	GPLv2
 
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes
 MAKE_JOBS_SAFE=	yes
Index: ftp/curl/Makefile
===================================================================
--- ftp/curl/Makefile	(revision 314585)
+++ ftp/curl/Makefile	(working copy)
@@ -40,7 +40,7 @@ CONFIGURE_ENV=	LOCALBASE="${LOCALBASE}"
 GNU_CONFIGURE=	yes
 MAKE_ENV=	SHLIB_VER="${SHLIB_VER}"
 MAKE_JOBS_SAFE=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_PERL5_BUILD=	yes
 USE_XZ=		yes
 
Index: ftp/curlpp/Makefile
===================================================================
--- ftp/curlpp/Makefile	(revision 314585)
+++ ftp/curlpp/Makefile	(working copy)
@@ -23,7 +23,7 @@ CONFIGURE_ARGS=	--disable-ewarning
 CPPFLAGS+=	-I${LOCALBASE}/include
 GNU_CONFIGURE=	yes
 LDFLAGS+=	-L${LOCALBASE}/lib
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_LDCONFIG=	yes
 
 .include <bsd.port.options.mk>
Index: games/abuse_sdl/Makefile
===================================================================
--- games/abuse_sdl/Makefile	(revision 314585)
+++ games/abuse_sdl/Makefile	(working copy)
@@ -13,7 +13,7 @@ COMMENT=	SDL port of the Abuse game engine
 
 LICENSE=	GPLv2
 
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_GL=		gl
 USE_SDL=	mixer sdl
 GNU_CONFIGURE=	yes
Index: games/ember/Makefile
===================================================================
--- games/ember/Makefile	(revision 314585)
+++ games/ember/Makefile	(working copy)
@@ -36,7 +36,7 @@ USE_LDCONFIG=	YES
 USE_LUA=	5.1
 LUA_COMPS=	toluaxx
 USE_OPENAL=	al alut
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_BZIP2=	YES
 CPPFLAGS+=	-DBR_NO_MACROS
 MAKE_JOBS_SAFE=	yes
Index: games/hinversi/Makefile
===================================================================
--- games/hinversi/Makefile	(revision 314585)
+++ games/hinversi/Makefile	(working copy)
@@ -18,7 +18,7 @@ OPTIONS_DEFINE=	NLS
 LICENSE=	GPLv2 GPLv3
 LICENSE_COMB=	dual
 
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes
 
Index: games/libfov/Makefile
===================================================================
--- games/libfov/Makefile	(revision 314585)
+++ games/libfov/Makefile	(working copy)
@@ -12,7 +12,7 @@ COMMENT=	C library for calculating fields of view
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_AUTOTOOLS=	libtool
 USE_PKGCONFIG=	yes
 CONFIGURE_ENV=	ac_cv_prog_doxygen=no ac_cv_path_SDL_CONFIG=no
Index: games/libggz/Makefile
===================================================================
--- games/libggz/Makefile	(revision 314585)
+++ games/libggz/Makefile	(working copy)
@@ -17,7 +17,7 @@ COMMENT=	The GGZ Gaming Zone - Base Library
 LIB_DEPENDS=	gcrypt.18:${PORTSDIR}/security/libgcrypt
 
 USE_AUTOTOOLS=	libtool
-USE_GNOME=	gnomehack
+USES=	pathfix
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-debug
 USE_LDCONFIG=	yes
Index: graphics/agg/Makefile
===================================================================
--- graphics/agg/Makefile	(revision 314585)
+++ graphics/agg/Makefile	(working copy)
@@ -16,7 +16,7 @@ LICENSE=	GPLv2
 LIB_DEPENDS=	freetype:${PORTSDIR}/print/freetype2
 
 USE_XORG=	x11
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_SDL=	sdl
 USE_GMAKE=	yes
 USE_PKGCONFIG=	yes
Index: graphics/autotrace/Makefile
===================================================================
--- graphics/autotrace/Makefile	(revision 314585)
+++ graphics/autotrace/Makefile	(working copy)
@@ -20,7 +20,7 @@ OPTIONS_DEFAULT=	IMAGEMAGICK PSTOEDIT
 MING_DESC=	Enable swf interface
 PSTOEDIT_DESC=	Convert postscript to other formats
 
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_PKGCONFIG=	build
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes
Index: graphics/cairo-java/Makefile
===================================================================
--- graphics/cairo-java/Makefile	(revision 314585)
+++ graphics/cairo-java/Makefile	(working copy)
@@ -22,7 +22,7 @@ GNU_CONFIGURE=	yes
 USE_JAVA=	yes
 JAVA_VERSION=	1.6+
 JAVA_OS=	native
-USE_GNOME=	gnomehack
+USES=	pathfix
 CONFIGURE_ARGS=	--without-gcj-compile --with-jardir=${JAVAJARDIR}
 CPPFLAGS+=	-I${JAVA_HOME}/include -I${JAVA_HOME}/include/freebsd
 CAIRO_API_VERSION=	1.0
Index: graphics/cegui/Makefile
===================================================================
--- graphics/cegui/Makefile	(revision 314585)
+++ graphics/cegui/Makefile	(working copy)
@@ -33,7 +33,7 @@ USE_GL=		yes
 USE_LUA=	5.1
 LUA_COMPS=	toluaxx
 USE_PYTHON=	2.6+
-USE_GNOME=	gnomehack
+USES=	pathfix
 PLIST_SUB+=	WITH_OGRE=""
 
 .include <bsd.port.options.mk>
Index: graphics/djvulibre/Makefile
===================================================================
--- graphics/djvulibre/Makefile	(revision 314585)
+++ graphics/djvulibre/Makefile	(working copy)
@@ -16,7 +16,7 @@ LIB_DEPENDS+=	jpeg:${PORTSDIR}/graphics/jpeg \
 		tiff:${PORTSDIR}/graphics/tiff
 
 USE_ICONV=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	JPEG_CFLAGS="-I${LOCALBASE}/include" \
 		JPEG_LIBS="-L${LOCALBASE}/lib -ljpeg" \
Index: graphics/epeg/Makefile
===================================================================
--- graphics/epeg/Makefile	(revision 314585)
+++ graphics/epeg/Makefile	(working copy)
@@ -20,7 +20,7 @@ LIB_DEPENDS=	jpeg:${PORTSDIR}/graphics/jpeg
 
 GNU_CONFIGURE=	yes
 USE_BZIP2=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_LDCONFIG=	yes
 CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib"
 CPPFLAGS+=	-I${LOCALBASE}/include
Index: graphics/ftgl/Makefile
===================================================================
--- graphics/ftgl/Makefile	(revision 314585)
+++ graphics/ftgl/Makefile	(working copy)
@@ -22,7 +22,7 @@ USE_XORG=	x11 xext xmu
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-gl-inc="${LOCALBASE}/include" \
 		--without-glut-inc
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_LDCONFIG=	yes
 MAKE_JOBS_SAFE=	yes
 
Index: graphics/geglmm/Makefile
===================================================================
--- graphics/geglmm/Makefile	(revision 314585)
+++ graphics/geglmm/Makefile	(working copy)
@@ -22,7 +22,7 @@ BROKEN=		does not compile
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
 USE_BZIP2=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_PERL5_BUILD=	yes
 USE_LDCONFIG=	yes
 
Index: graphics/giblib/Makefile
===================================================================
--- graphics/giblib/Makefile	(revision 314585)
+++ graphics/giblib/Makefile	(working copy)
@@ -15,7 +15,7 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	A utility library that includes a wrapper for imlib2
 
 USE_AUTOTOOLS=	libtool
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_EFL=	imlib2
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
Index: graphics/glitz/Makefile
===================================================================
--- graphics/glitz/Makefile	(revision 314585)
+++ graphics/glitz/Makefile	(working copy)
@@ -13,7 +13,7 @@ COMMENT=	OpenGL image compositing library
 
 USE_GL=		yes
 USE_XORG=	xt
-USE_GNOME=	gnomehack
+USES=	pathfix
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
Index: graphics/goom/Makefile
===================================================================
--- graphics/goom/Makefile	(revision 314585)
+++ graphics/goom/Makefile	(working copy)
@@ -17,7 +17,7 @@ COMMENT=	Visual effects library
 
 USE_AUTOTOOLS=	libtool
 WRKSRC=		${WRKDIR}/${PORTNAME}${PORTVERSION:S|.|-|}
-USE_GNOME=	gnomehack
+USES=	pathfix
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
Index: graphics/gstreamer-plugins-gl/Makefile
===================================================================
--- graphics/gstreamer-plugins-gl/Makefile	(revision 314585)
+++ graphics/gstreamer-plugins-gl/Makefile	(working copy)
@@ -22,7 +22,7 @@ USE_BZIP2=	yes
 USE_GMAKE=	yes
 USE_GETTEXT=	yes
 USE_LDCONFIG=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_GSTREAMER=	yes
 USE_XORG=	ice x11
 USE_GL=		gl glu glew
Index: graphics/imlib2_loaders/Makefile
===================================================================
--- graphics/imlib2_loaders/Makefile	(revision 314585)
+++ graphics/imlib2_loaders/Makefile	(working copy)
@@ -18,7 +18,7 @@ COMMENT=	Extra image loader plugins for Imlib 2
 
 GNU_CONFIGURE=	yes
 USE_BZIP2=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_EFL=	imlib2 libtool_hack
 
 OPTIONS=	EDB	"Enable edb loader" on \
Index: graphics/libart_lgpl/Makefile
===================================================================
--- graphics/libart_lgpl/Makefile	(revision 314585)
+++ graphics/libart_lgpl/Makefile	(working copy)
@@ -15,7 +15,7 @@ COMMENT=	Library for high-performance 2D graphics
 USE_AUTOTOOLS=	libtool
 USE_BZIP2=	yes
 USE_LDCONFIG=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 GNU_CONFIGURE=	yes
 MAKE_JOBS_UNSAFE=	yes
 
Index: graphics/libcdr/Makefile
===================================================================
--- graphics/libcdr/Makefile	(revision 314585)
+++ graphics/libcdr/Makefile	(working copy)
@@ -19,7 +19,7 @@ LIB_DEPENDS=	icui18n:${PORTSDIR}/devel/icu \
 USE_XZ=		yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-werror --without-docs
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_LDCONFIG=	yes
 USE_PKGCONFIG=	build
 
Index: graphics/libsvg-cairo/Makefile
===================================================================
--- graphics/libsvg-cairo/Makefile	(revision 314585)
+++ graphics/libsvg-cairo/Makefile	(working copy)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	jpeg:${PORTSDIR}/graphics/jpeg \
 
 USE_AUTOTOOLS=	libtool
 GNU_CONFIGURE=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_LDCONFIG=	yes
 PLIST_FILES=	include/svg-cairo.h \
 		lib/libsvg-cairo.a \
Index: graphics/libvisual/Makefile
===================================================================
--- graphics/libvisual/Makefile	(revision 314585)
+++ graphics/libvisual/Makefile	(working copy)
@@ -17,7 +17,7 @@ MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAM
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Abstraction library that sits between apps and visual plugin
 
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes
 USE_PKGCONFIG=	yes
Index: graphics/passepartout/Makefile
===================================================================
--- graphics/passepartout/Makefile	(revision 314585)
+++ graphics/passepartout/Makefile	(working copy)
@@ -25,7 +25,7 @@ RUN_DEPENDS=	xsltproc:${PORTSDIR}/textproc/libxslt
 
 USE_BZIP2=	yes
 USE_GMAKE=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 GNU_CONFIGURE=	yes
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
Index: graphics/pstoedit/Makefile
===================================================================
--- graphics/pstoedit/Makefile	(revision 314585)
+++ graphics/pstoedit/Makefile	(working copy)
@@ -20,7 +20,7 @@ EMF_DESC=	Enable emf interface
 MING_DESC=	Enable swf interface
 PLOTUTILS_DESC=	Enable libplot interface
 
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_GHOSTSCRIPT=	yes
 USE_PKGCONFIG=	build
 USE_AUTOTOOLS=	libtool
Index: graphics/py-cairo/Makefile
===================================================================
--- graphics/py-cairo/Makefile	(revision 314585)
+++ graphics/py-cairo/Makefile	(working copy)
@@ -22,7 +22,7 @@ LIB_DEPENDS=	cairo.2:${PORTSDIR}/graphics/cairo
 WRKSRC=		${WRKDIR}/py${PORTNAME}-${PORTVERSION}
 USE_PYTHON=	2.6-2.7
 USE_GMAKE=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
Index: graphics/quesoglc/Makefile
===================================================================
--- graphics/quesoglc/Makefile	(revision 314585)
+++ graphics/quesoglc/Makefile	(working copy)
@@ -21,7 +21,7 @@ LIB_DEPENDS=	fribidi.3:${PORTSDIR}/converters/frib
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_GL=		gl glu glut
 USE_LDCONFIG=	yes
 
Index: graphics/reallyslick/Makefile
===================================================================
--- graphics/reallyslick/Makefile	(revision 314585)
+++ graphics/reallyslick/Makefile	(working copy)
@@ -24,7 +24,7 @@ GLEW_DESC=	Enable GLEW support
 
 USE_BZIP2=	yes
 USE_GL=		glut
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 
Index: graphics/sage/Makefile
===================================================================
--- graphics/sage/Makefile	(revision 314585)
+++ graphics/sage/Makefile	(working copy)
@@ -17,7 +17,7 @@ COMMENT=	OpenGL extension library
 CONFIGURE_ARGS=	--program-transform-name=
 GNU_CONFIGURE=	yes
 USE_GL=		yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_LDCONFIG=	yes
 USE_SDL=	sdl
 
Index: graphics/sampleicc/Makefile
===================================================================
--- graphics/sampleicc/Makefile	(revision 314585)
+++ graphics/sampleicc/Makefile	(working copy)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
 GNU_CONFIGURE=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_LDCONFIG=	yes
 
 .include <bsd.port.mk>
Index: graphics/sane-backends/Makefile
===================================================================
--- graphics/sane-backends/Makefile	(revision 314585)
+++ graphics/sane-backends/Makefile	(working copy)
@@ -30,7 +30,7 @@ USB_DESC=	USB support
 GPHOTO2_DESC=	gPhoto2 support
 IEEE1284_DESC=	libieee1284 support
 
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_PKGCONFIG=	yes
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
Index: graphics/simage/Makefile
===================================================================
--- graphics/simage/Makefile	(revision 314585)
+++ graphics/simage/Makefile	(working copy)
@@ -21,7 +21,7 @@ LIB_DEPENDS=	sndfile.1:${PORTSDIR}/audio/libsndfil
 		gif.5:${PORTSDIR}/graphics/giflib \
 		png15:${PORTSDIR}/graphics/png
 
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_AUTOTOOLS=	libtool
 CONFIGURE_ARGS=	--with-mpeg2enc
 USE_LDCONFIG=	yes
Index: irc/charybdis/Makefile
===================================================================
--- irc/charybdis/Makefile	(revision 314585)
+++ irc/charybdis/Makefile	(working copy)
@@ -29,7 +29,7 @@ PORTDOCS=	charybdis-oper-guide.pdf
 
 USE_LDCONFIG=	yes
 USE_AUTOTOOLS=	autoconf
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_RC_SUBR=	${PORTNAME}
 GNU_CONFIGURE=	yes
 USERS=	ircd
Index: irc/smartirc4net/Makefile
===================================================================
--- irc/smartirc4net/Makefile	(revision 314585)
+++ irc/smartirc4net/Makefile	(working copy)
@@ -19,6 +19,6 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 GNU_CONFIGURE=	yes
 USE_PKGCONFIG=	build
 USE_GMAKE=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 
 .include <bsd.port.mk>
Index: irc/xaric/Makefile
===================================================================
--- irc/xaric/Makefile	(revision 314585)
+++ irc/xaric/Makefile	(working copy)
@@ -13,7 +13,7 @@ MASTER_SITES=	http://xaric.org/software/xaric/rele
 MAINTAINER=	sylvio at FreeBSD.org
 COMMENT=	IRC Client similer to BitchX or ircII
 
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 
Index: lang/libjit/Makefile
===================================================================
--- lang/libjit/Makefile	(revision 314585)
+++ lang/libjit/Makefile	(working copy)
@@ -16,7 +16,7 @@ COMMENT=	Libjit implements Just-In-Time compilatio
 LICENSE=	LGPL21 LGPL3
 LICENSE_COMB=	dual
 
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_GMAKE=	yes
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes
Index: lang/librep/Makefile
===================================================================
--- lang/librep/Makefile	(revision 314585)
+++ lang/librep/Makefile	(working copy)
@@ -23,7 +23,7 @@ RUN_DEPENDS=	gtar:${PORTSDIR}/archivers/gtar
 USE_CSTD=	gnu89
 
 USE_XZ=		yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_GETTEXT=	yes
 USE_GMAKE=	yes
 USE_AUTOTOOLS=	libtool
Index: lang/ofc/Makefile
===================================================================
--- lang/ofc/Makefile	(revision 314585)
+++ lang/ofc/Makefile	(working copy)
@@ -21,7 +21,7 @@ LIB_DEPENDS=	expat.6:${PORTSDIR}/textproc/expat2 \
 
 USE_SDL=	sdl
 USE_AUTOTOOLS=	libtool
-USE_GNOME=	gnomehack
+USES=	pathfix
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15 ${PTHREAD_CFLAGS}
Index: lang/qore/Makefile
===================================================================
--- lang/qore/Makefile	(revision 314585)
+++ lang/qore/Makefile	(working copy)
@@ -18,7 +18,7 @@ BUILD_DEPENDS=	${LOCALBASE}/bin/flex:${PORTSDIR}/t
 
 USE_BZIP2=	yes
 USE_GMAKE=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_ICONV=	yes
 USE_OPENSSL=	yes
 USE_LDCONFIG=	yes
Index: lang/see-devel/Makefile
===================================================================
--- lang/see-devel/Makefile	(revision 314585)
+++ lang/see-devel/Makefile	(working copy)
@@ -23,7 +23,7 @@ OPTIONS=	GC "Use Boehm-Weiser garbage collection p
 
 CONFLICTS=	see-[0-9]*
 
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_LDCONFIG=	yes
 USE_PERL5_BUILD=yes
 GNU_CONFIGURE=	yes
Index: mail/up-imapproxy/Makefile
===================================================================
--- mail/up-imapproxy/Makefile	(revision 314585)
+++ mail/up-imapproxy/Makefile	(working copy)
@@ -18,7 +18,7 @@ OPTIONS_DEFINE=	DOVECOT DOCS
 DOVECOT_DESC=	Use with dovecot2
 
 USE_BZIP2=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_OPENSSL=	yes
 USE_AUTOTOOLS=	autoheader
 CONFIGURE_ARGS=	--with-openssl=${OPENSSLBASE}
Index: math/blitz++/Makefile
===================================================================
--- math/blitz++/Makefile	(revision 314585)
+++ math/blitz++/Makefile	(working copy)
@@ -26,7 +26,7 @@ MAKE_ARGS=	NOPORTDOCS=yes
 
 USE_GMAKE=	yes
 USE_AUTOTOOLS=	libtool
-USE_GNOME=	gnomehack
+USES=	pathfix
 CONFIGURE_ARGS=	--with-cxx=gcc --disable-doxygen
 MAKE_ARGS+=	ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
 		AUTOHEADER="${TRUE}"
Index: math/fftw3/Makefile
===================================================================
--- math/fftw3/Makefile	(revision 314585)
+++ math/fftw3/Makefile	(working copy)
@@ -19,7 +19,7 @@ FFTW3_FLAVOR?=	default
 FFTW3_SUFX=
 
 GNU_CONFIGURE=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_PERL5_BUILD=yes
 USE_LDCONFIG=	yes
 USE_PKGCONFIG=	yes
Index: math/lapack++/Makefile
===================================================================
--- math/lapack++/Makefile	(revision 314585)
+++ math/lapack++/Makefile	(working copy)
@@ -24,7 +24,7 @@ MAINTAINER=	maho at FreeBSD.org
 COMMENT=	Linear Algebra PACKage in C++, a wrapper for LAPACK
 
 WANT_GNOME=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 
 .include <bsd.port.pre.mk>
 
Index: math/muparser/Makefile
===================================================================
--- math/muparser/Makefile	(revision 314585)
+++ math/muparser/Makefile	(working copy)
@@ -16,7 +16,7 @@ COMMENT=	Mathematical expressions parser library w
 
 LICENSE=	MIT
 
-USE_GNOME=	gnomehack
+USES=	pathfix
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--enable-shared=no
 .if defined(NOPORTEXAMPLES)
Index: math/wfmath/Makefile
===================================================================
--- math/wfmath/Makefile	(revision 314585)
+++ math/wfmath/Makefile	(working copy)
@@ -10,7 +10,7 @@ MAINTAINER=	oliver at FreeBSD.org
 COMMENT=	Worldforge math library
 
 USE_GMAKE=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_PKGCONFIG=	yes
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
Index: misc/iso-codes/Makefile
===================================================================
--- misc/iso-codes/Makefile	(revision 314585)
+++ misc/iso-codes/Makefile	(working copy)
@@ -12,7 +12,7 @@ COMMENT=	Lists of the country, language, and curre
 LICENSE=	LGPL21
 
 USE_XZ=		yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_GETTEXT=	yes
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
Index: multimedia/gavl/Makefile
===================================================================
--- multimedia/gavl/Makefile	(revision 314585)
+++ multimedia/gavl/Makefile	(working copy)
@@ -12,7 +12,7 @@ COMMENT=	A library for handling uncompressed video
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_LDCONFIG=	yes
 USE_PKGCONFIG=	build
 MAKE_JOBS_SAFE=	yes
Index: multimedia/gmerlin-avdecoder/Makefile
===================================================================
--- multimedia/gmerlin-avdecoder/Makefile	(revision 314585)
+++ multimedia/gmerlin-avdecoder/Makefile	(working copy)
@@ -29,7 +29,7 @@ DVDREAD_DESC=	libdvdread support
 GMERLIN_DESC=	gmerlin support
 SAMBA_DESC=	Samba support using libsmbclient
 
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_GETTEXT=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-cpuflags=none --without-doxygen
Index: multimedia/libass/Makefile
===================================================================
--- multimedia/libass/Makefile	(revision 314585)
+++ multimedia/libass/Makefile	(working copy)
@@ -16,7 +16,7 @@ LIB_DEPENDS=	freetype:${PORTSDIR}/print/freetype2
 		expat:${PORTSDIR}/textproc/expat2 \
 		fribidi:${PORTSDIR}/converters/fribidi
 
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_PKGCONFIG=	build
 USE_XZ=	yes
 USE_LDCONFIG=	yes
Index: multimedia/libdc1394/Makefile
===================================================================
--- multimedia/libdc1394/Makefile	(revision 314585)
+++ multimedia/libdc1394/Makefile	(working copy)
@@ -16,7 +16,7 @@ COMMENT=	1394-based DC Control Library
 LICENSE=	LGPL21
 
 GNU_CONFIGURE=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_LDCONFIG=	yes
 
 MAN1=		dc1394_multiview.1 \
Index: multimedia/libdvbpsi/Makefile
===================================================================
--- multimedia/libdvbpsi/Makefile	(revision 314585)
+++ multimedia/libdvbpsi/Makefile	(working copy)
@@ -18,7 +18,7 @@ COMMENT=	A library for MPEG TS and DVB PSI tables
 LICENSE=	LGPL21
 
 USE_BZIP2=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_AUTOTOOLS=	libtool
 GNU_CONFIGURE=	yes
 .if defined(WITH_DEBUG)
Index: net/cyphesis/Makefile
===================================================================
--- net/cyphesis/Makefile	(revision 314585)
+++ net/cyphesis/Makefile	(working copy)
@@ -22,7 +22,7 @@ CONFIGURE_ARGS=	--with-python=${LOCALBASE}
 
 GNU_CONFIGURE=	yes
 USE_BZIP2=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_GMAKE=	yes
 USE_LDCONFIG=	yes
 USE_PGSQL=	yes
Index: net/libvncserver/Makefile
===================================================================
--- net/libvncserver/Makefile	(revision 314585)
+++ net/libvncserver/Makefile	(working copy)
@@ -16,7 +16,7 @@ LICENSE=	GPLv2
 LIB_DEPENDS=	jpeg:${PORTSDIR}/graphics/jpeg \
 		png15:${PORTSDIR}/graphics/png
 
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
Index: net/net6/Makefile
===================================================================
--- net/net6/Makefile	(revision 314585)
+++ net/net6/Makefile	(working copy)
@@ -19,7 +19,7 @@ LICENSE=	GPLv2
 LIB_DEPENDS=	sigc-2.0.0:${PORTSDIR}/devel/libsigc++20 \
 		gnutls.26:${PORTSDIR}/security/gnutls
 
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_AUTOTOOLS=	libtool
 MAKE_JOBS_SAFE=	yes
 USE_LDCONFIG=	yes
Index: net/ntp-devel/Makefile
===================================================================
--- net/ntp-devel/Makefile	(revision 314585)
+++ net/ntp-devel/Makefile	(working copy)
@@ -21,7 +21,7 @@ LATEST_LINK=	${PORTNAME}-dev
 
 GNU_CONFIGURE=	yes
 USE_AUTOTOOLS=	automake libtool
-USE_GNOME=	gnomehack
+USES=	pathfix
 
 MAN5=		ntp.conf.5 ntp.keys.5
 MAN8=		ntp-keygen.8 ntpd.8 ntpdc.8 ntpq.8 sntp.8 ntp-wait.8
Index: net/openpgm/Makefile
===================================================================
--- net/openpgm/Makefile	(revision 314585)
+++ net/openpgm/Makefile	(working copy)
@@ -15,7 +15,7 @@ LICENSE=	LGPL3
 
 GNU_CONFIGURE=	yes
 USE_BZIP2=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_LDCONFIG=	yes
 USE_PERL5=	yes
 USE_PYTHON=	yes
Index: net/skstream/Makefile
===================================================================
--- net/skstream/Makefile	(revision 314585)
+++ net/skstream/Makefile	(working copy)
@@ -10,7 +10,7 @@ MAINTAINER=	oliver at FreeBSD.org
 COMMENT=	An iostream based C++ socket library
 
 USE_GMAKE=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_PKGCONFIG=	yes
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
Index: net/ulxmlrpcpp/Makefile
===================================================================
--- net/ulxmlrpcpp/Makefile	(revision 314585)
+++ net/ulxmlrpcpp/Makefile	(working copy)
@@ -20,7 +20,7 @@ LIB_DEPENDS=	expat.6:${PORTSDIR}/textproc/expat2
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 USE_BZIP2=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_ICONV=	yes
 USE_OPENSSL=	yes
 USE_AUTOTOOLS=	libtool
Index: net/vde2/Makefile
===================================================================
--- net/vde2/Makefile	(revision 314585)
+++ net/vde2/Makefile	(working copy)
@@ -21,7 +21,7 @@ OPTIONS_DEFAULT=	PYTHON
 
 CONFLICTS=	vde-[0-9]*
 
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
Index: net-im/gloox/Makefile
===================================================================
--- net-im/gloox/Makefile	(revision 314585)
+++ net-im/gloox/Makefile	(working copy)
@@ -19,7 +19,7 @@ LIB_DEPENDS=	idn.17:${PORTSDIR}/dns/libidn \
 
 USE_AUTOTOOLS=	libtool
 USE_BZIP2=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	${CXXFLAGS} -I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
Index: net-p2p/libtorrent/Makefile
===================================================================
--- net-p2p/libtorrent/Makefile	(revision 314585)
+++ net-p2p/libtorrent/Makefile	(working copy)
@@ -18,7 +18,7 @@ CONFLICTS?=	libtorrent-devel-[0-9]* \
 		rblibtorrent-devel-[0-9]*
 
 USE_AUTOTOOLS=	libtool
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_PKGCONFIG=	build
 USE_OPENSSL=	yes
 USE_LDCONFIG=	yes
Index: net-p2p/libtorrent-devel/Makefile
===================================================================
--- net-p2p/libtorrent-devel/Makefile	(revision 314585)
+++ net-p2p/libtorrent-devel/Makefile	(working copy)
@@ -18,7 +18,7 @@ CONFLICTS=	libtorrent-[0-9]* \
 		rblibtorrent-devel-[0-9]*
 
 USE_AUTOTOOLS=	libtool
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_PKGCONFIG=	build
 USE_OPENSSL=	yes
 USE_LDCONFIG=	yes
Index: net-p2p/libtorrent-rasterbar-15/Makefile
===================================================================
--- net-p2p/libtorrent-rasterbar-15/Makefile	(revision 314585)
+++ net-p2p/libtorrent-rasterbar-15/Makefile	(working copy)
@@ -22,7 +22,7 @@ BUILD_DEPENDS=	pkgconf>0:${PORTSDIR}/devel/pkgconf
 LIB_DEPENDS+=	boost_date_time:${PORTSDIR}/devel/boost-libs \
 		GeoIP.5:${PORTSDIR}/net/GeoIP
 
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_OPENSSL=	yes
 
 GNU_CONFIGURE=	yes
Index: net-p2p/libtorrent-rasterbar-16/Makefile
===================================================================
--- net-p2p/libtorrent-rasterbar-16/Makefile	(revision 314585)
+++ net-p2p/libtorrent-rasterbar-16/Makefile	(working copy)
@@ -20,7 +20,7 @@ LIB_DEPENDS+=	boost_date_time:${PORTSDIR}/devel/bo
 		GeoIP:${PORTSDIR}/net/GeoIP
 
 GNU_CONFIGURE=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_ICONV=	yes
 USE_LDCONFIG=	yes
 USE_OPENSSL=	yes
Index: palm/synce-librapi2/Makefile
===================================================================
--- palm/synce-librapi2/Makefile	(revision 314585)
+++ palm/synce-librapi2/Makefile	(working copy)
@@ -20,7 +20,7 @@ CONFLICTS=	popular-[0-9]*
 GNU_CONFIGURE=	yes
 USE_AUTOTOOLS=	libtool
 USE_ICONV=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--with-libiconv="${LOCALBASE}" \
 			--with-libsynce="${LOCALBASE}"
Index: palm/synce-librra/Makefile
===================================================================
--- palm/synce-librra/Makefile	(revision 314585)
+++ palm/synce-librra/Makefile	(working copy)
@@ -25,7 +25,7 @@ GNU_CONFIGURE=	yes
 USE_AUTOTOOLS=	libtool
 USE_ICONV=	yes
 USE_LDCONFIG=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 CONFIGURE_ARGS+=	--with-libsynce="${LOCALBASE}" \
 			--with-libmimedir="${LOCALBASE}"
 
Index: palm/synce-libsynce/Makefile
===================================================================
--- palm/synce-libsynce/Makefile	(revision 314585)
+++ palm/synce-libsynce/Makefile	(working copy)
@@ -19,7 +19,7 @@ LIB_DEPENDS=	dbus-glib-1.2:${PORTSDIR}/devel/dbus-
 GNU_CONFIGURE=	yes
 USE_AUTOTOOLS=	libtool
 USE_ICONV=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 CONFIGURE_ARGS+=	--with-libiconv-prefix="${LOCALBASE}" \
 			--enable-dccm-file-support=no \
 			--enable-hal-support=yes \
Index: polish/ekg/Makefile
===================================================================
--- polish/ekg/Makefile	(revision 314585)
+++ polish/ekg/Makefile	(working copy)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	execinfo:${PORTSDIR}/devel/libexecinf
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 USE_PKGCONFIG=	build
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_LDCONFIG=	yes
 
 CONFIGURE_ARGS= --without-libungif \
Index: print/libmspub/Makefile
===================================================================
--- print/libmspub/Makefile	(revision 314585)
+++ print/libmspub/Makefile	(working copy)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	icui18n:${PORTSDIR}/devel/icu \
 		wpd-0.9:${PORTSDIR}/textproc/libwpd
 
 GNU_CONFIGURE=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_LDCONFIG=	yes
 USE_PKGCONFIG=	build
 USE_XZ=		yes
Index: print/panda/Makefile
===================================================================
--- print/panda/Makefile	(revision 314585)
+++ print/panda/Makefile	(working copy)
@@ -24,7 +24,7 @@ LIB_DEPENDS=	jpeg.11:${PORTSDIR}/graphics/jpeg \
 		tiff.4:${PORTSDIR}/graphics/tiff
 
 USE_BZIP2=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_BDB=	yes
 USE_GMAKE=	yes
 USE_AUTOTOOLS=	libtool
Index: science/cdo/Makefile
===================================================================
--- science/cdo/Makefile	(revision 314585)
+++ science/cdo/Makefile	(working copy)
@@ -22,7 +22,7 @@ CPPFLAGS+=	-I${LOCALBASE}/include
 CONFIGURE_ARGS=	--enable-cdi-lib --program-transform-name="" --with-zlib=/usr
 GNU_CONFIGURE=	yes
 LDFLAGS+=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_LDCONFIG=	yes
 
 HDF5_VER?=	18
Index: science/libghemical/Makefile
===================================================================
--- science/libghemical/Makefile	(revision 314585)
+++ science/libghemical/Makefile	(working copy)
@@ -17,7 +17,7 @@ LIB_DEPENDS+=	mpqc:${PORTSDIR}/science/mpqc \
 		f2c:${PORTSDIR}/lang/f2c
 
 USE_GMAKE=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_GL=		gl
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=   yes
Index: science/liboglappth/Makefile
===================================================================
--- science/liboglappth/Makefile	(revision 314585)
+++ science/liboglappth/Makefile	(working copy)
@@ -16,7 +16,7 @@ COMMENT=	Support libraries of science/ghemical por
 GNU_CONFIGURE=  yes
 
 USE_GL=		glut
-USE_GNOME=	gnomehack
+USES=	pathfix
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
Index: science/netcdf4/Makefile
===================================================================
--- science/netcdf4/Makefile	(revision 314585)
+++ science/netcdf4/Makefile	(working copy)
@@ -31,7 +31,7 @@ GNU_CONFIGURE=	yes
 LDFLAGS+=	-L${LOCALBASE}/lib
 LIB_DEPENDS=	hdf5.7:${PORTSDIR}/science/hdf5-18
 MAKE_ENV=	INFODIR="${PREFIX}/${INFO_PATH}" MAKEINFOFLAGS="--no-split"
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_LDCONFIG=	yes
 
 INFO=		netcdf netcdf-c netcdf-cxx netcdf-f77 netcdf-f90 \
Index: science/peekabot/Makefile
===================================================================
--- science/peekabot/Makefile	(revision 314585)
+++ science/peekabot/Makefile	(working copy)
@@ -18,7 +18,7 @@ LIB_DEPENDS=	boost_regex:${PORTSDIR}/devel/boost-l
 		gtkglextmm-x11-1.2:${PORTSDIR}/x11-toolkits/gtkglextmm
 
 USE_BZIP2=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_GCC=	4.6+
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
Index: security/libntlm/Makefile
===================================================================
--- security/libntlm/Makefile	(revision 314585)
+++ security/libntlm/Makefile	(working copy)
@@ -11,7 +11,7 @@ COMMENT=	Library that implement Microsoft's NTLM a
 
 LICENSE=	LGPL21
 
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_AUTOTOOLS=	libtool
 USE_PKGCONFIG=	build
 USE_LDCONFIG=	yes
Index: security/libprelude/Makefile
===================================================================
--- security/libprelude/Makefile	(revision 314585)
+++ security/libprelude/Makefile	(working copy)
@@ -27,7 +27,7 @@ USE_GMAKE=	yes
 USE_PKGCONFIG=	build
 USE_ICONV=	yes
 USE_GETTEXT=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_LDCONFIG=	yes
 MAKE_JOBS_SAFE=	yes
 
Index: security/oath-toolkit/Makefile
===================================================================
--- security/oath-toolkit/Makefile	(revision 314585)
+++ security/oath-toolkit/Makefile	(working copy)
@@ -11,7 +11,7 @@ MAINTAINER=	ale at FreeBSD.org
 COMMENT=	Library, tools, and PAM module for OATH authentication
 
 USE_GMAKE=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_PKGCONFIG=	build
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
Index: security/openconnect/Makefile
===================================================================
--- security/openconnect/Makefile	(revision 314585)
+++ security/openconnect/Makefile	(working copy)
@@ -20,7 +20,7 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-nls --with-vpnc-script=${LOCALBASE}/sbin/vpnc-script \
 		--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
 USE_AUTOTOOLS=	aclocal autoconf libtool
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_PKGCONFIG=	yes
 USE_GMAKE=	yes
 USE_OPENSSL=	yes
Index: security/razorback-api/Makefile
===================================================================
--- security/razorback-api/Makefile	(revision 314585)
+++ security/razorback-api/Makefile	(working copy)
@@ -30,7 +30,7 @@ STOMP_DEBUG_DESC=	Enable STOMP Debug
 
 .include <bsd.port.options.mk>
 
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_AUTOTOOLS=	libtool
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
Index: security/razorback-dispatcher/Makefile
===================================================================
--- security/razorback-dispatcher/Makefile	(revision 314585)
+++ security/razorback-dispatcher/Makefile	(working copy)
@@ -29,7 +29,7 @@ ACTIVEMQ_DESC=	ActiveMQ runs locally
 
 .include <bsd.port.options.mk>
 
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_AUTOTOOLS=	libtool
 GNU_CONFIGURE=	yes
 USE_MYSQL=	yes
Index: sysutils/consolekit/Makefile
===================================================================
--- sysutils/consolekit/Makefile	(revision 314585)
+++ sysutils/consolekit/Makefile	(working copy)
@@ -21,7 +21,7 @@ WRKSRC=		${WRKDIR}/ConsoleKit-${PORTVERSION}
 USE_BZIP2=	yes
 USE_GETTEXT=	yes
 USE_XORG=	x11
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
Index: sysutils/hal-info/Makefile
===================================================================
--- sysutils/hal-info/Makefile	(revision 314585)
+++ sysutils/hal-info/Makefile	(working copy)
@@ -20,7 +20,7 @@ BUILD_DEPENDS+=	${LIB_PC_DEPENDS:C|^|${LOCALBASE}/
 RUN_DEPENDS+=	${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g}
 
 USE_GMAKE=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
Index: sysutils/userspace-rcu/Makefile
===================================================================
--- sysutils/userspace-rcu/Makefile	(revision 314585)
+++ sysutils/userspace-rcu/Makefile	(working copy)
@@ -15,7 +15,7 @@ PORTDOCS=	ChangeLog README cds-api.txt rcu-api.txt
 
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_LDCONFIG=	yes
 
 .include <bsd.port.mk>
Index: textproc/aiksaurus/Makefile
===================================================================
--- textproc/aiksaurus/Makefile	(revision 314585)
+++ textproc/aiksaurus/Makefile	(working copy)
@@ -13,7 +13,7 @@ COMMENT?=	A set of libraries and applications whic
 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
Index: textproc/hunspell/Makefile
===================================================================
--- textproc/hunspell/Makefile	(revision 314585)
+++ textproc/hunspell/Makefile	(working copy)
@@ -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
Index: textproc/hyphen/Makefile
===================================================================
--- textproc/hyphen/Makefile	(revision 314585)
+++ textproc/hyphen/Makefile	(working copy)
@@ -17,7 +17,7 @@ COMMENT=	Library for high quality hyphenation and
 BUILD_DEPENDS=	gawk:${PORTSDIR}/lang/gawk
 
 GNU_CONFIGURE=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_LDCONFIG=	yes
 USE_PERL5_BUILD=	yes
 
Index: textproc/libexttextcat/Makefile
===================================================================
--- textproc/libexttextcat/Makefile	(revision 314585)
+++ textproc/libexttextcat/Makefile	(working copy)
@@ -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
Index: textproc/libmrss/Makefile
===================================================================
--- textproc/libmrss/Makefile	(revision 314585)
+++ textproc/libmrss/Makefile	(working copy)
@@ -19,6 +19,6 @@ LDFLAGS+=	-L${LOCALBASE}/lib
 
 USE_LDCONFIG=	yes
 USE_PKGCONFIG=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 
 .include <bsd.port.mk>
Index: textproc/libvisio/Makefile
===================================================================
--- textproc/libvisio/Makefile	(revision 314585)
+++ textproc/libvisio/Makefile	(working copy)
@@ -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
 
Index: textproc/libyaml/Makefile
===================================================================
--- textproc/libyaml/Makefile	(revision 314585)
+++ textproc/libyaml/Makefile	(working copy)
@@ -18,7 +18,7 @@ MAINTAINER=	jpaetzel at 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>
Index: textproc/mxml/Makefile
===================================================================
--- textproc/mxml/Makefile	(revision 314585)
+++ textproc/mxml/Makefile	(working copy)
@@ -18,7 +18,7 @@ LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pk
 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
Index: textproc/mythes/Makefile
===================================================================
--- textproc/mythes/Makefile	(revision 314585)
+++ textproc/mythes/Makefile	(working copy)
@@ -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
 
Index: textproc/xerces-c3/Makefile
===================================================================
--- textproc/xerces-c3/Makefile	(revision 314585)
+++ textproc/xerces-c3/Makefile	(working copy)
@@ -19,7 +19,7 @@ COMMENT=	Validating XML parser from the Apache XML
 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 \
Index: www/cherokee/Makefile
===================================================================
--- www/cherokee/Makefile	(revision 314585)
+++ www/cherokee/Makefile	(working copy)
@@ -11,7 +11,7 @@ MASTER_SITE_SUBDIR=cherokee/1.2/${PORTVERSION}
 MAINTAINER=	c.petrik.sosa at gmail.com
 COMMENT=	Extremely fast and flexible web server
 
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_PKGCONFIG=	build
 USE_OPENSSL=	yes
 USE_LDCONFIG=	yes
Index: www/serf/Makefile
===================================================================
--- www/serf/Makefile	(revision 314585)
+++ www/serf/Makefile	(working copy)
@@ -17,7 +17,7 @@ MAKE_JOBS_SAFE=	yes
 PROJECTHOST=	serf
 USE_BZIP2=	yes
 USE_GMAKE=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS+=	--with-apr=${LOCALBASE}/bin/apr-1-config \
Index: www/xsp/Makefile
===================================================================
--- www/xsp/Makefile	(revision 314585)
+++ www/xsp/Makefile	(working copy)
@@ -20,7 +20,7 @@ MAKE_JOBS_UNSAFE=	yes
 
 USE_SQLITE=	3
 USE_BZIP2=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
 
Index: x11/fluxbg/Makefile
===================================================================
--- x11/fluxbg/Makefile	(revision 314585)
+++ x11/fluxbg/Makefile	(working copy)
@@ -17,7 +17,7 @@ COMMENT=	Background changer for fluxbox/blackbox
 LIB_DEPENDS=	gtkmm-2.0:${PORTSDIR}/x11-toolkits/gtkmm20
 
 GNU_CONFIGURE=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 
 .include <bsd.port.pre.mk>
 
Index: x11/libXtrans/Makefile
===================================================================
--- x11/libXtrans/Makefile	(revision 314585)
+++ x11/libXtrans/Makefile	(working copy)
@@ -17,6 +17,6 @@ COMMENT=	Network API translation layer for X appli
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 
 .include <bsd.port.mk>
Index: x11/libxcb/Makefile
===================================================================
--- x11/libxcb/Makefile	(revision 314585)
+++ x11/libxcb/Makefile	(working copy)
@@ -25,7 +25,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 USE_BZIP2=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_GMAKE=	yes
 USE_LDCONFIG=	yes
 USE_XORG=	xau xdmcp
Index: x11/xbitmaps/Makefile
===================================================================
--- x11/xbitmaps/Makefile	(revision 314585)
+++ x11/xbitmaps/Makefile	(working copy)
@@ -14,7 +14,7 @@ COMMENT=	X.Org bitmaps data
 
 LICENSE=	MIT
 
-USE_GNOME=	gnomehack
+USES=	pathfix
 
 XORG_CAT=	data
 
Index: x11/xcb-proto/Makefile
===================================================================
--- x11/xcb-proto/Makefile	(revision 314585)
+++ x11/xcb-proto/Makefile	(working copy)
@@ -19,7 +19,7 @@ COMMENT=	The X protocol C-language Binding (XCB) p
 BUILD_DEPENDS=	xmllint:${PORTSDIR}/textproc/libxml2
 
 USE_BZIP2=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_PYTHON=	2.5+
 GNU_CONFIGURE=	yes
 
Index: x11/xpyb/Makefile
===================================================================
--- x11/xpyb/Makefile	(revision 314585)
+++ x11/xpyb/Makefile	(working copy)
@@ -21,7 +21,7 @@ LIB_DEPENDS=	xcb.2:${PORTSDIR}/x11/libxcb
 
 USE_BZIP2=	yes
 USE_PYTHON=	2.5+
-USE_GNOME=	gnomehack
+USES=	pathfix
 PORTDOCS=	README COPYING INSTALL NEWS XcbPythonBinding.txt
 
 GNU_CONFIGURE=	yes
Index: x11-drivers/xf86-input-synaptics/Makefile
===================================================================
--- x11-drivers/xf86-input-synaptics/Makefile	(revision 314585)
+++ x11-drivers/xf86-input-synaptics/Makefile	(working copy)
@@ -16,7 +16,7 @@ CONFLICTS=	synaptics-[0-9]*
 
 LIB_DEPENDS+=	hal.1:${PORTSDIR}/sysutils/hal
 
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_XORG=	x11 xextproto videoproto
 XORG_CAT=	driver
 
Index: x11-toolkits/SoXt/Makefile
===================================================================
--- x11-toolkits/SoXt/Makefile	(revision 314585)
+++ x11-toolkits/SoXt/Makefile	(working copy)
@@ -23,7 +23,7 @@ USE_XORG=	xi
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV+=	LIBS="${PTHREAD_LIBS}"
 CONFIGURE_ARGS+=	--with-pthread=yes --with-coin=${LOCALBASE}
-USE_GNOME=	gnomehack
+USES=	pathfix
 # avoid renaming of soxt-config and soxt-config.1
 USE_LDCONFIG=	yes
 MAN1=		soxt-config.1
Index: x11-toolkits/fox17/Makefile
===================================================================
--- x11-toolkits/fox17/Makefile	(revision 314585)
+++ x11-toolkits/fox17/Makefile	(working copy)
@@ -23,7 +23,7 @@ DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}-${MAJORVE
 
 USE_GL=		glut
 USE_XORG=	sm
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes
Index: x11-toolkits/fxscintilla/Makefile
===================================================================
--- x11-toolkits/fxscintilla/Makefile	(revision 314585)
+++ x11-toolkits/fxscintilla/Makefile	(working copy)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	FOX-1.6:${PORTSDIR}/x11-toolkits/fox16
 
-USE_GNOME=	gnomehack
+USES=	pathfix
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-shared
 USE_LDCONFIG=	yes
Index: x11-toolkits/libsexymm/Makefile
===================================================================
--- x11-toolkits/libsexymm/Makefile	(revision 314585)
+++ x11-toolkits/libsexymm/Makefile	(working copy)
@@ -16,7 +16,7 @@ LIB_DEPENDS=	gtkmm-2:${PORTSDIR}/x11-toolkits/gtkm
 		sexy:${PORTSDIR}/x11-toolkits/libsexy
 
 USE_AUTOTOOLS=	libtool
-USE_GNOME=	gnomehack
+USES=	pathfix
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
 USE_LDCONFIG=	yes
Index: x11-toolkits/soqt/Makefile
===================================================================
--- x11-toolkits/soqt/Makefile	(revision 314585)
+++ x11-toolkits/soqt/Makefile	(working copy)
@@ -19,7 +19,7 @@ COMMENT=	Qt4 toolkit library for Coin
 LIB_DEPENDS=	Coin.61:${PORTSDIR}/graphics/Coin
 
 USE_AUTOTOOLS=	libtool
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_QT4=	corelib opengl moc_build
 USE_GMAKE=	yes
 CPPFLAGS+=	-I${QT_INCDIR} -I${QT_INCDIR}/Qt -I${LOCALBASE}/include
Index: x11-wm/ede/Makefile
===================================================================
--- x11-wm/ede/Makefile	(revision 314585)
+++ x11-wm/ede/Makefile	(working copy)
@@ -28,7 +28,7 @@ OPTIONS_DEFINE=	HAL
 HAL_DESC=	Enable HAL support
 
 USE_XORG=	xcomposite xft xinerama xpm xrandr
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_PYTHON=	yes
 USE_FAM=	yes
 USE_GETTEXT=	yes
Index: x11-wm/windowmaker/Makefile
===================================================================
--- x11-wm/windowmaker/Makefile	(revision 314585)
+++ x11-wm/windowmaker/Makefile	(working copy)
@@ -27,7 +27,7 @@ OPTIONS_DEFINE=	NLS XRANDR
 
 USE_GCC=	any
 USE_XORG=	xft xinerama xmu xpm
-USE_GNOME=	gnomehack
+USES=	pathfix
 USE_PKGCONFIG=	build
 USE_AUTOTOOLS=	libtool
 CONFIGURE_ARGS=	--with-pixmapdir=${PREFIX}/include/X11/pixmaps \


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list