Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Feb 2001 04:21:41 +0800
From:      Clive Lin <clive@CirX.ORG>
To:        Ade Lovett <ade@FreeBSD.ORG>
Cc:        Steve Price <steve@havk.org>, Kevin Lo <kevlo@FreeBSD.ORG>, ports@FreeBSD.ORG
Subject:   Re: cvs commit: ports/textproc/gaspell Makefile ports/textproc/gaspell/files patch-aa
Message-ID:  <20010227042141.A88635@cartier.cirx.org>
In-Reply-To: <20010226121735.M8860@FreeBSD.org>; from ade@FreeBSD.ORG on Mon, Feb 26, 2001 at 12:17:35PM -0600
References:  <200102251534.f1PFYmF54858@freefall.freebsd.org> <20010226095512.A8860@FreeBSD.org> <20010226120722.P426@bsd.havk.org> <20010226121735.M8860@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Feb 26, 2001 at 12:17:35PM -0600, Ade Lovett wrote:

[shortly quoted]
> > > This *will* break with GNOME 1.4 -- please use USE_GNOME.

As a result, taking x11-fm/vide and emulators/gsnes9x as example, the
diffs below now do the right thing ? (and there're more ports need to
be fixed)

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/x11-fm/vide/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile	2001/02/26 05:23:36	1.4
+++ Makefile	2001/02/26 20:10:49
@@ -16,7 +16,7 @@
 
 USE_X_PREFIX=	yes
 USE_GMAKE=	yes
-USE_GNOMELIBS=	yes
+USE_GNOME=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	CPPFLAGS="-DHAVE_SYS_PARAM_H"
 
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/emulators/gsnes9x/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	2000/08/13 16:26:26	1.3
+++ Makefile	2001/02/26 20:16:13
@@ -13,15 +13,12 @@
 
 MAINTAINER=	kbyanc@posi.net
 
-LIB_DEPENDS=	intl.1:${PORTSDIR}/devel/gettext \
-		gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
-		gnome.4:${PORTSDIR}/x11/gnomelibs \
-		esd.2:${PORTSDIR}/audio/esound
 RUN_DEPENDS=	snes9x:${PORTSDIR}/emulators/snes9x
 
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
 USE_X_PREFIX=	yes
+USE_GNOME=	yes
 
 CONFIGURE_ARGS=	--without-included-gettext \
 		--with-esd


-- 
pub  1024D/F8D2B472 2000-08-05 Clive Lin <clive@CirX.ORG>
     Key fingerprint = 7F9D 57A8 55C7 AA18 49B5  3820 570B 27F6 F8D2 B472

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?20010227042141.A88635>