ports/158995: [PATCH]: print/ghostscript[89]: fix dependencies WITH_GTK
bf
bf at FreeBSD.org
Sun Jul 17 12:30:15 UTC 2011
>Number: 158995
>Category: ports
>Synopsis: [PATCH]: print/ghostscript[89]: fix dependencies WITH_GTK
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Sun Jul 17 12:30:14 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: bf
>Release:
>Organization:
>Environment:
>Description:
The ghostscript[89] ports add gdkpixbuf (a gtk+-1.2 component) to USE_GNOME if WITH_GTK is set, while otherwise depending exclusively upon gtk+-2 components. Correct this by adding gdkpixbuf2 (a gtk+-2 component) instead. The supplied patch is for ghostscript9, the corresponding change should be made to ghostscript8.
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
Index: files/Makefile.drivers_post
===================================================================
RCS file: /home/pcvs/ports/print/ghostscript9/files/Makefile.drivers_post,v
retrieving revision 1.4
diff -u -r1.4 Makefile.drivers_post
--- files/Makefile.drivers_post 20 Jun 2011 18:57:14 -0000 1.4
+++ files/Makefile.drivers_post 12 Jul 2011 22:29:31 -0000
@@ -120,7 +120,7 @@
--x-libraries=${X11BASE}/lib
CONFLICTS_INSTALL+= ghostscript9-nox11-[0-9]*
.if defined(WITH_GTK)
-USE_GNOME= atk gdkpixbuf glib20 gtk20
+USE_GNOME= atk gdkpixbuf2 glib20 gtk20
CONFIGURE_ARGS+=--enable-gtk
.else
CONFIGURE_ARGS+=--disable-gtk
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list