ports/146885: [patch] fix make package for x11-toolkits/gtk20
when WITHOUT_CUPS set
Jeremy Messenger
mezz7 at cox.net
Thu Jun 24 19:30:06 UTC 2010
The following reply was made to PR ports/146885; it has been noted by GNATS.
From: "Jeremy Messenger" <mezz7 at cox.net>
To: bug-followup at freebsd.org, gcooper at 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 at cox.net - mezz at FreeBSD.org
FreeBSD GNOME Team
http://www.FreeBSD.org/gnome/ - gnome at FreeBSD.org
More information about the freebsd-gnome
mailing list