From owner-freebsd-gnome Thu Sep 19 10:11:19 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C83C37B401 for ; Thu, 19 Sep 2002 10:11:18 -0700 (PDT) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4641943E4A for ; Thu, 19 Sep 2002 10:11:17 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.2] (vpn-client-2.marcuscom.com [10.2.1.2]) by creme-brulee.marcuscom.com (8.12.5/8.12.5) with ESMTP id g8JH7tiv078119; Thu, 19 Sep 2002 13:07:56 -0400 (EDT) (envelope-from marcus@marcuscom.com) Subject: Re: [kris@FreeBSD.org: cvs commit: ports/graphics/chbg Makefile] From: Joe Marcus Clarke To: Alexander Leidinger Cc: Kris Kennaway , gnome@FreeBSD.ORG In-Reply-To: <20020919124330.1d776222.Alexander@Leidinger.net> References: <20020919030129.GJ58430@xor.obsecurity.org> <20020919124330.1d776222.Alexander@Leidinger.net> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 19 Sep 2002 13:11:05 -0400 Message-Id: <1032455466.332.8.camel@gyros.marcuscom.com> Mime-Version: 1.0 X-Spam-Status: No, hits=-3.4 required=5.0 tests=IN_REP_TO,DOUBLE_CAPSWORD,AWL version=2.31 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 2002-09-19 at 06:43, Alexander Leidinger wrote: > On Wed, 18 Sep 2002 20:01:29 -0700 Kris Kennaway > wrote: > > [gnome@ CCed because of a change in the behavior of %%GNOME:%%] > > > http://bento.freebsd.org/errorlogs/4-latest/chbg-1.5.log > > [...] > > > kris 2002/09/18 19:52:42 PDT > > > > Modified files: > > graphics/chbg Makefile > > Log: > > BROKEN: Incorrect pkg-plist > > After a quick look at it: > > It seems the "convert to GNOMENG" sweep changed the behavior of > "%%GNOME:%%" in the pkg-plist. It get's defined to "" even in the > non-GNOME case. > > I missed it in my version of the conversation (rev 1.8 of the Makefile), > but lioux missed it to in his version of the conversation to GNOMENG, so > I assume there's some kind of bug either in bsd.port.mk or in > http://www.de.freebsd.org/gnome/docs/porting.html (in the later case I > want to know what the official GNOMENG way of handling this is). Actually, it's a bug in your Makefile. You need to remove the: .else USE_GNOME+= gtk12 This is understood when you add gdkpixbuf. By adding this, bsd.gnomeng.mk thinks that you _are_ using GNOME, and thus sets %%GNOME:%% to "". Joe > > Bye, > Alexander. > > -- > Loose bits sink chips. > > http://www.Leidinger.net Alexander @ Leidinger.net > GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message > -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message