Bug 158995 - [PATCH]: print/ghostscript[89]: fix dependencies WITH_GTK
Summary: [PATCH]: print/ghostscript[89]: fix dependencies WITH_GTK
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Document Engineering Group (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-17 13:30 UTC by Brendan Fabeny
Modified: 2011-07-20 02:10 UTC (History)
0 users

See Also:


Attachments
file.diff (629 bytes, patch)
2011-07-17 13:30 UTC, Brendan Fabeny
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brendan Fabeny freebsd_committer freebsd_triage 2011-07-17 13:30:14 UTC
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:
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2011-07-17 13:57:51 UTC
Responsible Changed
From-To: freebsd-ports-bugs->doceng

over to maintainers
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-07-20 02:09:23 UTC
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"
Comment 3 Hiroki Sato freebsd_committer freebsd_triage 2011-07-20 02:09:25 UTC
State Changed
From-To: open->closed

Committed, thanks!