Date: Thu, 24 Jun 2010 20:20:06 GMT From: Garrett Cooper <gcooper@FreeBSD.org> To: gnome@FreeBSD.org Subject: Re: ports/146885: [patch] fix make package for x11-toolkits/gtk20 when WITHOUT_CUPS set Message-ID: <201006242020.o5OKK6kI001122@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/146885; it has been noted by GNATS. From: Garrett Cooper <gcooper@FreeBSD.org> To: Jeremy Messenger <mezz7@cox.net> 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 <mezz7@cox.net> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006242020.o5OKK6kI001122>