diff options
author | eadler <eadler@FreeBSD.org> | 2013-03-28 11:28:30 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-03-28 11:28:30 +0800 |
commit | 084268b65b6a4ba8cd9a2c193b165516b7a70bfe (patch) | |
tree | bb96e15bdbdb742febe5467ec9a1dffea805d91b /net | |
parent | 63dee78872bf0f8c9861ab6e8fb93a43b3d4eaa8 (diff) | |
download | freebsd-ports-gnome-084268b65b6a4ba8cd9a2c193b165516b7a70bfe.tar.gz freebsd-ports-gnome-084268b65b6a4ba8cd9a2c193b165516b7a70bfe.tar.zst freebsd-ports-gnome-084268b65b6a4ba8cd9a2c193b165516b7a70bfe.zip |
Mechanically convert unmaintained ports which use "gnomehack" to use "pathfix" instead.
Diffstat (limited to 'net')
-rw-r--r-- | net/g2ipmsg/Makefile | 9 | ||||
-rw-r--r-- | net/gnome-mud/Makefile | 9 | ||||
-rw-r--r-- | net/gsk/Makefile | 7 | ||||
-rw-r--r-- | net/netembryo/Makefile | 7 | ||||
-rw-r--r-- | net/tapidbus/Makefile | 7 |
5 files changed, 12 insertions, 27 deletions
diff --git a/net/g2ipmsg/Makefile b/net/g2ipmsg/Makefile index 2510792efa8b..f2dbc2fd081c 100644 --- a/net/g2ipmsg/Makefile +++ b/net/g2ipmsg/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: g2ipmsg -# Date created: 2006/12/18 -# Whom: Norikatsu Shigemura <nork@FreeBSD.org> -# +# Created by: Norikatsu Shigemura <nork@FreeBSD.org> # $FreeBSD$ -# PORTNAME= g2ipmsg PORTVERSION= 0.9.3 @@ -20,7 +16,8 @@ COMMENT= A popup style message communication tool for GNOME2 USE_GETTEXT= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack intltool \ +USES= pathfix +USE_GNOME= gnomeprefix intlhack intltool \ libgnomeui libbonobo desktopfileutils gnomepanel USE_GSTREAMER= vorbis USE_PKGCONFIG= build diff --git a/net/gnome-mud/Makefile b/net/gnome-mud/Makefile index bf4827852852..11ca20f486f0 100644 --- a/net/gnome-mud/Makefile +++ b/net/gnome-mud/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: amcl -# Date created: 15 Apr 2000 -# Whom: will -# +# Created by: will # $FreeBSD$ -# PORTNAME= gnome-mud PORTVERSION= 0.11.2 @@ -18,7 +14,8 @@ LIB_DEPENDS= pcre.3:${PORTSDIR}/devel/pcre \ gnet-2.0.0:${PORTSDIR}/net/gnet2 USE_BZIP2= yes -USE_GNOME= gconf2 gnomehack gnomeprefix intlhack libglade2 vte +USES= pathfix +USE_GNOME= gconf2 gnomeprefix intlhack libglade2 vte USE_GSTREAMER= yes USE_GETTEXT= yes USE_GMAKE= yes diff --git a/net/gsk/Makefile b/net/gsk/Makefile index 5c5eca1779ed..b876e7436b4a 100644 --- a/net/gsk/Makefile +++ b/net/gsk/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gsk -# Date created: May 1, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= gsk PORTVERSION= 1.0.63 @@ -13,6 +9,7 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= A C library for writing servers +USES= pathfix USE_GNOME= glib20 gnomehack USE_PKGCONFIG= build USE_OPENSSL= yes diff --git a/net/netembryo/Makefile b/net/netembryo/Makefile index 08a1c521c984..3dab290f849d 100644 --- a/net/netembryo/Makefile +++ b/net/netembryo/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: netembryo -# Date created: 7 November 2007 -# Whom: Emmanuel Richiardone (err@tollari.org) -# +# Created by: Emmanuel Richiardone (err@tollari.org) # $FreeBSD$ -# PORTNAME= netembryo PORTVERSION= 0.1.1 @@ -19,6 +15,7 @@ OPTIONS_DEFINE= OPENSSL OPTIONS_DEFAULT=OPENSSL USE_BZIP2= yes +USES= pathfix USE_GNOME= glib20 gnomehack USE_PKGCONFIG= build USE_GMAKE= yes diff --git a/net/tapidbus/Makefile b/net/tapidbus/Makefile index 9c13650c3b2e..14498b77572d 100644 --- a/net/tapidbus/Makefile +++ b/net/tapidbus/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tapidbus -# Date created: 2006-01-11 -# Whom: Babak Farrokhi -# +# Created by: Babak Farrokhi # $FreeBSD$ -# PORTNAME= tapidbus PORTVERSION= 0.2.1 @@ -19,6 +15,7 @@ LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool USE_GMAKE= yes +USES= pathfix USE_GNOME= glib20 gnomehack USE_LDCONFIG= yes USE_PKGCONFIG= yes |