Date: Mon, 26 Feb 2001 00:27:30 -0600 From: Steve Price <steve@havk.org> To: Clive Lin <clive@CirX.ORG> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/x11-fm/vide Makefile distinfo pkg-plist ports/x11-fm/vide/files patch-config_files.c patch-search_mode.c patch-vide.c patch-aa patch-ac patch-ad patch-ae patch-af Message-ID: <20010226002730.S426@bsd.havk.org> In-Reply-To: <20010226141813.A73202@cartier.cirx.org>; from clive@CirX.ORG on Mon, Feb 26, 2001 at 02:18:13PM %2B0800 References: <200102260523.f1Q5Nev97643@freefall.freebsd.org> <20010226140424.A71931@cartier.cirx.org> <20010226000920.Q426@bsd.havk.org> <20010226141813.A73202@cartier.cirx.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Feb 26, 2001 at 02:18:13PM +0800, Clive Lin wrote: > > Unless I'm totally off-base here take a look at the Makefile (one line > > after USE_GMAKE in your diff below). Doesn't USE_GNOMELIBS do exactly > > the same thing? > > yes, my bad. I didn't notice that. > > I referenced the wrong port which still use gnome.4 as dependency > instead of USE_GNOMELIBS, such as x11/gbackground, x11/gvid, > x11/stockticker_applet and so on. > > /me say sorry to steve and update my brain. No need to be sorry. Let's fix these other ports while we're at it so others don't stumble across this same thing. For example, the gbackground port would need (note this is untested as yet but should work) the following patch. If you can work up a patch for the other ports I'd be happy to commit them. -Steve Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11/gbackground/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 2000/07/31 13:23:06 1.1 +++ Makefile 2001/02/26 06:24:48 @@ -13,11 +13,9 @@ MAINTAINER= smoberly@xavier.dyndns.org -LIB_DEPENDS= panel_applet.4:${PORTSDIR}/x11/gnomecore \ - gnome.4:${PORTSDIR}/x11/gnomelibs - ALL_TARGET= gBackGround_applet USE_X_PREFIX= YES +USE_GNOME= YES USE_AUTOCONF= YES MAKE_ENV= INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ INSTALL_DATA="${INSTALL_DATA}" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010226002730.S426>