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. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->doceng over to maintainers
hrs 2011-07-20 01:09:14 UTC FreeBSD ports repository Modified files: print/ghostscript8/files Makefile.drivers_post print/ghostscript9/files Makefile.drivers_post Log: Use gdkpixbuf2 instead of gdkpixbuf when WITH_GTK is defined. Spotted by: bf PR: ports/158995 Revision Changes Path 1.7 +2 -2 ports/print/ghostscript8/files/Makefile.drivers_post 1.5 +2 -2 ports/print/ghostscript9/files/Makefile.drivers_post _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thanks!