From owner-freebsd-gnome@FreeBSD.ORG Thu Jun 24 20:20:07 2010 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8470C1065673 for ; Thu, 24 Jun 2010 20:20:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5A7D88FC0C for ; Thu, 24 Jun 2010 20:20:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o5OKK61f001123 for ; Thu, 24 Jun 2010 20:20:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o5OKK6kI001122; Thu, 24 Jun 2010 20:20:06 GMT (envelope-from gnats) Date: Thu, 24 Jun 2010 20:20:06 GMT Message-Id: <201006242020.o5OKK6kI001122@freefall.freebsd.org> To: gnome@FreeBSD.org From: Garrett Cooper Cc: Subject: Re: ports/146885: [patch] fix make package for x11-toolkits/gtk20 when WITHOUT_CUPS set X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Garrett Cooper List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2010 20:20:07 -0000 The following reply was made to PR ports/146885; it has been noted by GNATS. From: Garrett Cooper To: Jeremy Messenger Cc: bug-followup@freebsd.org Subject: Re: ports/146885: [patch] fix make package for x11-toolkits/gtk20 when WITHOUT_CUPS set Date: Thu, 24 Jun 2010 13:10:29 -0700 On Thu, Jun 24, 2010 at 12:30 PM, Jeremy Messenger wrote: > marcus is right about that there is no bug and I can't reproduce it. See > here: > > --------------------------------------------------- > # cd /usr/ports/x11-toolkits/gtk20 > # ident Makefile > Makefile: > =A0 =A0 $FreeBSD: ports/x11-toolkits/gtk20/Makefile,v 1.246 2010/06/14 08= :14:54 > kwm Exp $ > =A0 =A0 $MCom: ports/x11-toolkits/gtk20/Makefile,v 1.191 2010/05/04 10:29= :49 kwm > Exp $ > > # auto-plist -P before > # auto-plist -P after WITHOUT_CUPS=3Dyes > # diff -ur before after > --- before =A0 =A0 =A02010-06-24 14:09:36.000000000 -0500 > +++ after =A0 =A0 =A0 2010-06-24 14:13:55.000000000 -0500 > @@ -367,9 +367,6 @@ > =A0lib/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.a > =A0lib/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.la > =A0lib/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so > -lib/gtk-2.0/2.10.0/printbackends/libprintbackend-cups.a > -lib/gtk-2.0/2.10.0/printbackends/libprintbackend-cups.la > -lib/gtk-2.0/2.10.0/printbackends/libprintbackend-cups.so > =A0lib/gtk-2.0/2.10.0/printbackends/libprintbackend-file.a > =A0lib/gtk-2.0/2.10.0/printbackends/libprintbackend-file.la > =A0lib/gtk-2.0/2.10.0/printbackends/libprintbackend-file.so > --------------------------------------------------- > > > Go to x11-toolkits/gtk20 and run the 'make WITHOUT_CUPS=3Dyes -V WITH_CUP= S -V > WITHOUT_CUPS', your should be looks like this: > > --------------------------------------------------- > # make WITHOUT_CUPS=3Dyes -V WITH_CUPS -V WITHOUT_CUPS > > yes > --------------------------------------------------- > > If your don't, then you will need to search in your system to remove the > WITH_CUPS=3Dyes in somewhere. If you do, show us the full build log and > config.log with the WITHOUT_CUPS=3Dyes. I think it's safe to close this for now as unreproducible until I come up with a valid testcase. Thanks, -Garrett