Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  3 Sep 2002 09:20:03 +1000 (EST)
From:      Edwin Groothuis <edwin@mavetju.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/42345: [patch] make ports/net GNOMENG aware
Message-ID:  <20020902232003.61CC86A7124@k7.mavetju>

next in thread | raw e-mail | index | archive | help

>Number:         42345
>Category:       ports
>Synopsis:       [patch] make ports/net GNOMENG aware
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 02 16:30:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Edwin Groothuis
>Release:        FreeBSD 4.5-RELEASE i386
>Organization:
-
>Environment:
System: FreeBSD k7.mavetju 4.5-RELEASE FreeBSD 4.5-RELEASE #3: Mon Mar 11 13:32:05 EST 2002 edwin@k7.mavetju.org:/usr/src/sys/compile/k7 i386

>Description:

    make ports/net GNOMENG aware

>How-To-Repeat:

    n/a

>Fix:

    net/amcl
    net/dctc-gui
    net/driftnet
    net/edonkey-gui-gtk
    net/everybuddy
    net/geotrace
    net/ggsd
    net/gicq
    net/gkrellm_snmp
    net/gkrellmqst
    net/gkrellmwireless
    net/gnomba
    net/gnome-vnc
    net/gnomemeeting
    net/gnugadu
    net/gnunet
    net/gq
    net/gtk+licq
    net/gtk-gnutella
    net/gtkhx
    net/gtkyahoo
    net/ickle
    net/icukrell
    net/ipsorc
    net/jags
    net/linpopup
    net/mbrowse
    net/mtr
    net/napshare
    net/netscript
    net/pfinger
    net/sambasentinel
    net/staticcharge
    net/tvark
    net/wmlj
    net/xtraceroute
    net/xwhois
    net/ymessenger

--- net/amcl/Makefile.old	Tue Sep  3 08:48:45 2002
+++ net/amcl/Makefile	Tue Sep  3 08:48:54 2002
@@ -15,7 +15,8 @@
 
 USE_REINPLACE=	yes
 USE_X_PREFIX=	yes
-USE_GTK=	yes
+USE_GNOMENG=	yes
+USE_GNOME=	gtk12
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LIBS="-L${LOCALBASE}/lib"
--- net/dctc-gui/Makefile.old	Tue Sep  3 08:49:03 2002
+++ net/dctc-gui/Makefile	Tue Sep  3 08:51:29 2002
@@ -16,12 +16,11 @@
 MAINTAINER=	lioux@FreeBSD.org
 
 BUILD_DEPENDS=	dctc:${PORTSDIR}/net/dctc
-LIB_DEPENDS=	ORBit.2:${PORTSDIR}/devel/ORBit \
-		db4.0:${PORTSDIR}/databases/db4 \
+LIB_DEPENDS=	db4.0:${PORTSDIR}/databases/db4 \
 		intl.4:${PORTSDIR}/devel/gettext
 
-USE_GNOMELIBS=	yes
-USE_GTK=	yes
+USE_GNOMENG=	yes
+USE_GNOME=	gnomelibs
 USE_XLIB=	yes
 USE_REINPLACE=	yes
 GNU_CONFIGURE=	yes
--- net/edonkey-gui-gtk/Makefile.old	Tue Sep  3 08:51:47 2002
+++ net/edonkey-gui-gtk/Makefile	Tue Sep  3 08:51:58 2002
@@ -21,7 +21,8 @@
 
 ONLY_FOR_ARCHS=	i386
 XFREE86_VERSION=	4
-USE_GTK=	yes
+USE_GNOMENG=	yes
+USE_GNOME=	gtk12
 USE_X_PREFIX=	yes
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
--- net/everybuddy/Makefile.old	Tue Sep  3 08:52:06 2002
+++ net/everybuddy/Makefile	Tue Sep  3 08:53:01 2002
@@ -16,8 +16,9 @@
 		iconv.3:${PORTSDIR}/converters/libiconv
 
 USE_X_PREFIX=	yes
-USE_GTK=	yes
-WANT_ESOUND=	yes
+USE_GNOMENG=	yes
+WANT_GNOME=	yes
+USE_GNOME=	gtk12
 USE_REINPLACE=	yes
 USE_GMAKE=	yes
 USE_BISON=	yes
@@ -31,8 +32,9 @@
 
 .include <bsd.port.pre.mk>
 
-.if defined(HAVE_ESOUND)
-USE_ESOUND=	yes
+.if ${HAVE_GNOME:Mesound}!=""
+USE_GNOME+=	esound
+PKGNAMESUFFIX=	-esound
 .else
 CONFIGURE_ARGS+=	--disable-esd
 .endif
--- net/geotrace/Makefile.old	Tue Sep  3 08:53:13 2002
+++ net/geotrace/Makefile	Tue Sep  3 08:53:30 2002
@@ -15,7 +15,8 @@
 
 MAINTAINER=	ijliao@FreeBSD.org
 
-USE_GNOMECTRL=	yes
+USE_GNOMENG=	yes
+USE_GNOME=	libcapplet
 
 post-patch:
 	@${PERL} -pi -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/prefs.h
--- net/ggsd/Makefile.old	Tue Sep  3 08:53:57 2002
+++ net/ggsd/Makefile	Tue Sep  3 08:54:02 2002
@@ -22,7 +22,8 @@
 
 WRKSRC=		${WRKDIR}/GGSD
 
-USE_GTK=	yes
+USE_GNOMENG=	yes
+USE_GNOME=	gtk12
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/ggsd ${PREFIX}/bin
--- net/gicq/Makefile.old	Tue Sep  3 08:54:07 2002
+++ net/gicq/Makefile	Tue Sep  3 08:54:55 2002
@@ -18,15 +18,16 @@
 
 USE_X_PREFIX=	yes
 GNU_CONFIGURE=	yes
-USE_GTK=	yes
+USE_GNOMENG=	yes
 WANT_GNOME=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LIBS="-L${LOCALBASE}/lib"
 
 .include <bsd.port.pre.mk>
 
-.if defined(HAVE_GNOME)
-USE_GNOME=	yes
+.if ${HAVE_GNOME:Mgtk12}!=""
+USE_GNOME+=	gtk12
+PKGNAMESUFFIX=	-gtk
 .else
 CONFIGURE_ARGS+=--without-gnome
 .endif
--- net/gkrellm_snmp/Makefile.old	Tue Sep  3 08:55:17 2002
+++ net/gkrellm_snmp/Makefile	Tue Sep  3 08:55:26 2002
@@ -17,7 +17,8 @@
 RUN_DEPENDS=	gkrellm:${PORTSDIR}/sysutils/gkrellm
 
 USE_X_PREFIX=   yes
-USE_IMLIB=	yes
+USE_GNOMENG=	yes
+USE_GNOME=	imlib
 MAKE_ENV=	GKRELLM_INCLUDE="-I${X11BASE}/include/gkrellm/" \
 		PLUGIN_DIR="${X11BASE}/libexec/gkrellm/plugins/"
 
--- net/gkrellmqst/Makefile.old	Tue Sep  3 08:55:42 2002
+++ net/gkrellmqst/Makefile	Tue Sep  3 08:55:50 2002
@@ -20,8 +20,8 @@
 
 WRKSRC=		${WRKDIR}/${PORTNAME:S/mq/m_q/}
 USE_X_PREFIX=	yes
-USE_GTK=	yes
-USE_IMLIB=	yes
+USE_GNOMENG=	yes
+USE_GNOME=	imlib
 MAKE_ENV=	PTHREAD_LIBS="${PTHREAD_LIBS}" \
 		PTHREAD_CFLAGS="${PTHREAD_CFLAGS}"
 ALL_TARGET=	qst.so
--- net/gnomba/Makefile.old	Tue Sep  3 09:00:08 2002
+++ net/gnomba/Makefile	Tue Sep  3 08:58:57 2002
@@ -14,7 +14,8 @@
 MAINTAINER=	demon@FreeBSD.org
 
 USE_GMAKE=	yes
-USE_GNOMELIBS=	yes
+USE_GNOMENG=	yes
+USE_GNOME=	gnomelibs
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LIBS="-L${LOCALBASE}/lib"
--- net/gnome-vnc/Makefile.old	Tue Sep  3 08:56:19 2002
+++ net/gnome-vnc/Makefile	Tue Sep  3 08:56:25 2002
@@ -13,7 +13,8 @@
 
 MAINTAINER=	domi@saargate.de
 
-USE_GNOMELIBS=	yes
+USE_GNOMENG=	yes
+USE_GNOME=	gnomelibs
 USE_X_PREFIX=	yes
 GNU_CONFIGURE=	yes
 
--- net/gnomemeeting/Makefile.old	Tue Sep  3 08:56:29 2002
+++ net/gnomemeeting/Makefile	Tue Sep  3 08:57:51 2002
@@ -14,9 +14,7 @@
 
 MAINTAINER=	roger@FreeBSD.org
 
-LIB_DEPENDS=	ldap.1:${PORTSDIR}/net/openldap \
-		gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf/
-
+LIB_DEPENDS=	ldap.1:${PORTSDIR}/net/openldap
 BUILD_DEPENDS=  ${NONEXISTENT}:${PORTSDIR}/net/openh323:build
 
 # note, we do not want to clean openh323, otherwise it has to build
@@ -24,15 +22,15 @@
 NOCLEANDEPENDS= yes
 
 USE_BISON=	yes
-USE_GNOME=	yes
 USE_AUTOCONF=	yes
-USE_GTK=	yes
+USE_GNOMENG=	yes
+USE_GNOME=	gdkpixbuf
 USE_GMAKE=	yes
 CONFIGURE_ARGS=	 --with-ptlib-includes=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/pwlib/include/ptlib \
 		 --with-ptlib-libs=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/pwlib/lib \
 		 --with-openh323-includes=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/openh323/include \
 		 --with-openh323-libs=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/openh323/lib \
-		--with-ldap=/usr/local
+		--with-ldap=${PREFIX}
 CONFIGURE_ENV=	OSTYPE=${OPSYS} \
 		LIBS=-L${PREFIX}/lib \
 		PTLIBDIR=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/pwlib \
--- net/gnugadu/Makefile.old	Tue Sep  3 09:00:37 2002
+++ net/gnugadu/Makefile	Tue Sep  3 09:01:19 2002
@@ -16,13 +16,15 @@
 WRKSRC=	${WRKDIR}/gg-${PORTVERSION}
 
 USE_GMAKE=	yes
-USE_GTK=	yes
-WANT_ESOUND=	yes
+USE_GNOMENG=	yes
+USE_GNOME=	gtk12
+WANT_GNOME=	yes
 GNU_CONFIGURE=	yes
 
 .include <bsd.port.pre.mk>
-.if defined(HAVE_ESOUND)
-USE_ESOUND=	yes
+.if ${HAVE_GNOME:Mesound}!=""
+USE_GNOME+=	esound
+PKGNAMESUFFIX=	-esound
 .else
 CONFIGURE_ARGS+=	--disable-esd
 .endif
--- net/gq/Makefile.old	Tue Sep  3 09:02:05 2002
+++ net/gq/Makefile	Tue Sep  3 09:02:09 2002
@@ -19,7 +19,8 @@
 .endif
 
 USE_X_PREFIX=	yes
-USE_GTK=	yes
+USE_GNOMENG=	yes
+USE_GNOME=	gtk12
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-ldap=${LOCALBASE}
 
--- net/gtk+licq/Makefile.old	Tue Sep  3 09:02:14 2002
+++ net/gtk+licq/Makefile	Tue Sep  3 09:09:28 2002
@@ -21,7 +21,8 @@
 # It breaks the build for some reason
 #USE_LIBTOOL=	yes
 USE_GMAKE=	yes
-USE_GTK=	yes
+USE_GNOMENG=	yes
+USE_GNOME=	gtk12
 WANT_GNOME=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
@@ -29,8 +30,9 @@
 
 .include <bsd.port.pre.mk>
 
-.if defined(HAVE_GNOME)
-USE_GNOME=	yes
+.if ${HAVE_GNOME:Mlibcapplet}!=""
+USE_GNOME+=	libcapplet
+PKGNAMESUFFIX=	-gnome
 CONFIGURE_ARGS+=	--enable-gnome
 .else
 CONFIGURE_ARGS+=	--disable-gnome
--- net/gtk-gnutella/Makefile.old	Tue Sep  3 09:09:38 2002
+++ net/gtk-gnutella/Makefile	Tue Sep  3 09:09:44 2002
@@ -21,7 +21,8 @@
 USE_BZIP2=	yes
 USE_X_PREFIX=	yes
 USE_GMAKE=	yes
-USE_GTK=	yes
+USE_GNOMENG=	yes
+USE_GNOME=	gtk12
 GNU_CONFIGURE=	yes
 
 CONFIGURE_ARGS=	--enable-no-rfc1918
--- net/gtkyahoo/Makefile.old	Tue Sep  3 09:10:28 2002
+++ net/gtkyahoo/Makefile	Tue Sep  3 09:10:31 2002
@@ -14,7 +14,8 @@
 MAINTAINER=	anders@hack.org
 
 USE_X_PREFIX=	yes
-USE_GTK=	yes
+USE_GNOMENG=	yes
+USE_GNOME=	gtk12
 USE_BISON=	yes
 GNU_CONFIGURE=	yes
 
--- net/ickle/Makefile.old	Tue Sep  3 09:10:35 2002
+++ net/ickle/Makefile	Tue Sep  3 09:11:57 2002
@@ -19,8 +19,9 @@
 		icq2000.5:${PORTSDIR}/net/libicq2000
 
 USE_X_PREFIX=	yes
+USE_GNOMENG=	yes
+USE_GNOME=	gtk12
 WANT_GNOME=	yes
-USE_GTK=	yes
 USE_REINPLACE=	yes
 GNU_CONFIGURE=	yes
 INSTALLS_SHLIB=	yes
@@ -35,9 +36,9 @@
 
 .include <bsd.port.pre.mk>
 
-.if defined(HAVE_GNOME) || defined(WITH_GNOME)
-USE_GNOME=	yes
-
+.if ${HAVE_GNOME:Mlibcapplet}!="" || defined(WITH_GNOME)
+USE_GNOME+=	libcapplet
+PKGNAMESUFFIX=	-gnome
 PLIST_SUB+=	ICKLEDATADIR="share/gnome/" GNOME="" NOGNOME="@comment "
 .else
 CONFIGURE_ARGS+=	--with-gnome=no
@@ -54,7 +55,7 @@
 .endif
 
 pre-everything::
-.if !defined(HAVE_GNOME) && !defined(WITH_GNOME)
+.if ${HAVE_GNOME:Mlibcapplet}=="" && !defined(WITH_GNOME)
 	@${ECHO_MSG} "===> Define WITH_GNOME		to enable GNOME support"
 .endif
 .if !defined(WITH_ICKLE_CONTROL)
--- net/icukrell/Makefile.old	Tue Sep  3 09:12:26 2002
+++ net/icukrell/Makefile	Tue Sep  3 09:12:36 2002
@@ -18,8 +18,8 @@
 		gnomeicu:${PORTSDIR}/net/gnomeicu
 
 USE_X_PREFIX=	yes
-USE_GNOMELIBS=	yes
-USE_GTK=	yes
+USE_GNOMENG=	yes
+USE_GNOME=	gnomelibs
 
 post-patch:
 	@${PERL} -pi -ne "s!/usr/local/!${PREFIX}/!" ${WRKSRC}/config.h
--- net/ipsorc/Makefile.old	Tue Sep  3 09:12:46 2002
+++ net/ipsorc/Makefile	Tue Sep  3 09:12:53 2002
@@ -13,7 +13,8 @@
 
 MAINTAINER=     Nicolas.Jombart@hsc-labs.com
 
-USE_GTK=        yes
+USE_GNOMENG=	yes
+USE_GNOME=	gtk12
 
 post-patch:
 	@${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.old
--- net/jags/Makefile.old	Tue Sep  3 09:13:20 2002
+++ net/jags/Makefile	Tue Sep  3 09:13:25 2002
@@ -16,7 +16,8 @@
 
 USE_GMAKE=	yes
 USE_XPM=	yes
-USE_GTK=	yes
+USE_GNOMENG=	yes
+USE_GNOME=	gtk12
 GNU_CONFIGURE=	yes
 
 pre-patch:
--- net/linpopup/Makefile.old	Tue Sep  3 09:13:39 2002
+++ net/linpopup/Makefile	Tue Sep  3 09:13:55 2002
@@ -19,7 +19,8 @@
 ALL_TARGET=
 MAN1=		linpopup.1 LinPopUp.1
 
-USE_GTK=	yes
+USE_GNOMENG=	yes
+USE_GNOME=	gtk12
 USE_X_PREFIX=	yes
 
 post-install:
--- net/mtr/Makefile.old	Tue Sep  3 09:14:13 2002
+++ net/mtr/Makefile	Tue Sep  3 09:15:38 2002
@@ -17,7 +17,8 @@
 
 USE_AUTOCONF=	yes
 USE_GMAKE=	yes
-WANT_GTK=	yes
+USE_GNOMENG=	yes
+WANT_GNOME=	yes
 WANT_IPV6=	yes
 
 MAN8=	mtr.8
@@ -34,9 +35,10 @@
 CONFIGURE_ARGS+=--disable-ipv6
 .endif
 
-.if defined(HAVE_GTK)
+.if ${HAVE_GNOME:Mgtk12}!=""
+USE_GNOME+=	gtk12
+PKGNAMESUFFIX=	-gtk
 USE_XLIB=	yes
-USE_GTK=	yes
 .else
 CONFIGURE_ARGS+=--without-gtk
 .endif
--- net/napshare/Makefile.old	Tue Sep  3 09:15:49 2002
+++ net/napshare/Makefile	Tue Sep  3 09:15:53 2002
@@ -17,7 +17,8 @@
 
 USE_X_PREFIX=	yes
 USE_GMAKE=	yes
-USE_GTK=	yes
+USE_GNOMENG=	yes
+USE_GNOME=	gtk12
 GNU_CONFIGURE=	yes
 
 .include <bsd.port.mk>
--- net/netscript/Makefile.old	Tue Sep  3 09:15:58 2002
+++ net/netscript/Makefile	Tue Sep  3 09:16:21 2002
@@ -18,12 +18,14 @@
 MAINTAINER=	ports@FreeBSD.org
 
 USE_REINPLACE=	yes
-WANT_GTK=	yes
+USE_GNOMENG=	yes
+WANT_GNOME=	yes
 
 .include <bsd.port.pre.mk>
 
-.if defined(HAVE_GTK)
-USE_GTK=	yes
+.if ${HAVE_GNOME:Mgtk12}!=""
+USE_GNOME+=	gtk12
+PKGNAMESUFFIX=	-gtk
 ALL_TARGET=	gbsd
 .else
 ALL_TARGET=	bsd
--- net/pfinger/Makefile.old	Tue Sep  3 09:16:36 2002
+++ net/pfinger/Makefile	Tue Sep  3 09:16:39 2002
@@ -14,7 +14,8 @@
 
 MAINTAINER=	ijliao@FreeBSD.org
 
-USE_GTK=	yes
+USE_GNOMENG=	yes
+USE_GNOME=	gtk12
 GNU_CONFIGURE=	yes
 
 MAN1=	finger.1 pfinger.1
--- net/sambasentinel/Makefile.old	Tue Sep  3 09:16:47 2002
+++ net/sambasentinel/Makefile	Tue Sep  3 09:16:52 2002
@@ -18,7 +18,8 @@
 WRKSRC=		${WRKDIR}/SambaSentinel
 USE_GMAKE=	yes
 USE_XPM=	yes
-USE_GTK=	yes
+USE_GNOMENG=	yes
+USE_GNOME=	gtk12
 ALL_TARGET=	SambaSentinel
 
 do-install:
--- net/staticcharge/Makefile.old	Tue Sep  3 09:16:58 2002
+++ net/staticcharge/Makefile	Tue Sep  3 09:17:03 2002
@@ -16,7 +16,8 @@
 BUILD_DEPENDS=	lynx:${PORTSDIR}/www/lynx
 
 WRKSRC=		${WRKDIR}/staticcharge
-USE_GTK=	yes
+USE_GNOMENG=	yes
+USE_GNOME=	gtk12
 USE_X_PREFIX=	yes
 GNU_CONFIGURE=	yes
 
--- net/tvark/Makefile.old	Tue Sep  3 09:17:08 2002
+++ net/tvark/Makefile	Tue Sep  3 09:17:11 2002
@@ -15,7 +15,8 @@
 LIB_DEPENDS=	mysqlclient.10:${PORTSDIR}/databases/mysql323-client
 
 USE_X_PREFIX=	yes
-USE_GTK=	yes
+USE_GNOMENG=	yes
+USE_GNOME=	gtk12
 
 post-patch:
 	@${PERL} -pi -e "s|/usr/local/bin|${PREFIX}/bin|" ${WRKSRC}/Makefile
--- net/wmlj/Makefile.old	Tue Sep  3 09:17:25 2002
+++ net/wmlj/Makefile	Tue Sep  3 09:17:27 2002
@@ -16,7 +16,8 @@
 LIB_DEPENDS=	curl.2:${PORTSDIR}/ftp/curl
 
 GNU_CONFIGURE=	yes
-USE_GTK=	yes
+USE_GNOMENG=	yes
+USE_GNOME=	gtk12
 
 MAN1=		wmlj.1
 
--- net/xwhois/Makefile.old	Tue Sep  3 09:18:08 2002
+++ net/xwhois/Makefile	Tue Sep  3 09:18:12 2002
@@ -15,7 +15,8 @@
 MAINTAINER=	billf@FreeBSD.org
 
 USE_X_PREFIX=	yes
-USE_GTK=	yes
+USE_GNOMENG=	yes
+USE_GNOME=	gtk12
 GNU_CONFIGURE=	yes
 
 do-install:
--- net/xtraceroute/Makefile.old	Tue Sep  3 09:17:33 2002
+++ net/xtraceroute/Makefile	Tue Sep  3 09:17:50 2002
@@ -15,13 +15,13 @@
 
 BUILD_DEPENDS=	${LOCALBASE}/bin/host:${PORTSDIR}/net/host \
 		msgfmt-old:${PORTSDIR}/devel/gettext-old
-LIB_DEPENDS=	gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea \
-		gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf
+LIB_DEPENDS=	gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea
 RUN_DEPENDS=	${LOCALBASE}/bin/host:${PORTSDIR}/net/host
 
 USE_X_PREFIX=	yes
 USE_MESA=	yes
-USE_GTK=	yes
+USE_GNOMENG=	yes
+USE_GNOME=	gdkpixbuf
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-GL-prefix=${X11BASE}/lib \
 		--with-lib-GL \
--- net/ymessenger/Makefile.old	Tue Sep  3 09:18:15 2002
+++ net/ymessenger/Makefile	Tue Sep  3 09:18:45 2002
@@ -11,17 +11,18 @@
 CATEGORIES=	net
 MASTER_SITES=	http://download.yahoo.com/dl/unix/fbsd45/
 EXTRACT_SUFX=	.tgz
-NO_WRKSUBDIR=	yes
 
 MAINTAINER=	sethk@meowfishies.com
 
-ONLY_FOR_ARCHS=	i386
-
 LIB_DEPENDS=	intl.4:${PORTSDIR}/devel/gettext
 
-USE_GTK=	yes
+ONLY_FOR_ARCHS=	i386
+
+USE_GNOMENG=	yes
+USE_GNOME=	gtk12
 USE_REINPLACE=	yes
 NO_BUILD=	yes
+NO_WRKSUBDIR=	yes
 
 do-install:
 	${INSTALL_SCRIPT} ${WRKDIR}/bin/ymessenger ${PREFIX}/bin
--- net/gtkhx/Makefile.old	Tue Sep  3 09:09:50 2002
+++ net/gtkhx/Makefile	Tue Sep  3 09:10:16 2002
@@ -14,11 +14,11 @@
 
 MAINTAINER=	jre@vineyard.net
 
-LIB_DEPENDS=	gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf \
-		intl.4:${PORTSDIR}/devel/gettext
+LIB_DEPENDS=	intl.4:${PORTSDIR}/devel/gettext
 
 USE_XLIB=	yes
-USE_GTK=	yes
+USE_GNOMENG=	yes
+USE_GNOME=	gdkpixbuf
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--with-libiconv-prefix=${PREFIX}
--- net/gkrellmwireless/Makefile.old	Tue Sep  3 08:55:57 2002
+++ net/gkrellmwireless/Makefile	Tue Sep  3 08:56:02 2002
@@ -17,6 +17,7 @@
 RUN_DEPENDS=	gkrellm:${PORTSDIR}/sysutils/gkrellm
 
 USE_X_PREFIX=	yes
-USE_IMLIB=	yes
+USE_GNOMENG=	yes
+USE_GNOME=	imlib
 
 .include <bsd.port.mk>
--- net/gnunet/Makefile.old	Tue Sep  3 09:01:49 2002
+++ net/gnunet/Makefile	Tue Sep  3 09:02:00 2002
@@ -19,7 +19,8 @@
 
 USE_BZIP2=	yes
 USE_OPENSSL=	yes
-USE_GTK=	yes
+USE_GNOMENG=	yes
+USE_GNOME=	gtk12
 USE_REINPLACE=	yes
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
--- net/mbrowse/Makefile.old	Tue Sep  3 09:14:03 2002
+++ net/mbrowse/Makefile	Tue Sep  3 09:14:09 2002
@@ -15,7 +15,8 @@
 LIB_DEPENDS=	snmp.4:${PORTSDIR}/net/net-snmp4
 
 GNU_CONFIGURE=	yes
-USE_GTK=	yes
+USE_GNOMENG=	yes
+USE_GNOME=	gtk12
 CONFIGURE_ARGS+=	--with-ucdsnmp-prefix=${LOCALBASE}
 
 post-patch:
--- net/driftnet/Makefile.old	Tue Sep  3 08:51:35 2002
+++ net/driftnet/Makefile	Tue Sep  3 08:51:40 2002
@@ -16,7 +16,8 @@
 LIB_DEPENDS=	ungif.5:${PORTSDIR}/graphics/libungif \
 		jpeg.9:${PORTSDIR}/graphics/jpeg
 
-USE_GTK=	yes
+USE_GNOMENG=	yes
+USE_GNOME=	gtk12
 USE_X_PREFIX=	yes
 USE_GMAKE=	yes
 
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020902232003.61CC86A7124>