Date: Sun, 17 Jul 2011 12:28:19 GMT From: bf <bf@FreeBSD.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/158995: [PATCH]: print/ghostscript[89]: fix dependencies WITH_GTK Message-ID: <201107171228.p6HCSJbU060916@red.freebsd.org> Resent-Message-ID: <201107171230.p6HCUEIF032389@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107171228.p6HCSJbU060916>