Date: Thu, 24 Jun 2010 19:30:05 GMT From: "Jeremy Messenger" <mezz7@cox.net> To: gnome@FreeBSD.org Subject: Re: ports/146885: [patch] fix make package for x11-toolkits/gtk20 when WITHOUT_CUPS set Message-ID: <201006241930.o5OJU5Qw050448@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: "Jeremy Messenger" <mezz7@cox.net> To: bug-followup@freebsd.org, gcooper@freebsd.org Cc: Subject: Re: ports/146885: [patch] fix make package for x11-toolkits/gtk20 when WITHOUT_CUPS set Date: Thu, 24 Jun 2010 14:30:25 -0500 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: $FreeBSD: ports/x11-toolkits/gtk20/Makefile,v 1.246 2010/06/14 08:14:54 kwm Exp $ $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=yes # diff -ur before after --- before 2010-06-24 14:09:36.000000000 -0500 +++ after 2010-06-24 14:13:55.000000000 -0500 @@ -367,9 +367,6 @@ lib/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.a lib/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.la lib/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 lib/gtk-2.0/2.10.0/printbackends/libprintbackend-file.a lib/gtk-2.0/2.10.0/printbackends/libprintbackend-file.la lib/gtk-2.0/2.10.0/printbackends/libprintbackend-file.so --------------------------------------------------- Go to x11-toolkits/gtk20 and run the 'make WITHOUT_CUPS=yes -V WITH_CUPS -V WITHOUT_CUPS', your should be looks like this: --------------------------------------------------- # make WITHOUT_CUPS=yes -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=yes in somewhere. If you do, show us the full build log and config.log with the WITHOUT_CUPS=yes. Cheers, Mezz -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006241930.o5OJU5Qw050448>