Bug 137634 - [PATCH] print/ghostscript8: Register cairo libdepends
Summary: [PATCH] print/ghostscript8: Register cairo libdepends
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: 2009-08-10 12:20 UTC by Ulrich Spoerlein
Modified: 2010-04-03 08:47 UTC (History)
1 user (show)

See Also:


Attachments
ghostscript8-8.64_7.patch (1.20 KB, patch)
2009-08-10 12:20 UTC, Ulrich Spoerlein
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ulrich Spoerlein 2009-08-10 12:20:00 UTC
- Since 8.63 ghostscript has a cairo output driver for PDF, SVG, EPS or PNG files
- configure will detect the library if present and link against it, this is not
  registered in /var/db/pkg
- fix this by requiring explicit WITH_CAIRO option to link against cairo

This could probably be solved better by using Makefile.drivers, but I'm not sure
what is involved there.

Port maintainer (doceng@FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.77

How-To-Repeat: install cairo, install ghostscript8, deinstall cairo which will not give you an error
try to run gs(1) which will fail, as it cannot load libcairo.so.n
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-08-10 12:20:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->doceng

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-04-03 08:03:07 UTC
hrs         2010-04-03 07:02:54 UTC

  FreeBSD ports repository

  Modified files:
    print/ghostscript8   Makefile Makefile.drivers distinfo 
                         pkg-plist 
    print/ghostscript8/files patch-base-Makefile.in 
  Added files:
    print/ghostscript8/files patch-base-unix-dll.mak 
  Log:
  * Update to 8.71.[1]  Changes include:
  
   - Support for tiff file output is now provided using the libtiff
     implementation rather than our more limited native code as in
     previous releases. There is also a new 'tiffsep1' output
     device which produces halftoned separations at 1
     bit-per-pixel, in contrast to the 'tiffsep' device which
     produces 8 bit-per-pixel plates.
  
   - The graphics library has been updated to provide more accurate
     scan conversion of vector art including fixes to dash
     behavior, transparent stroked paths, thick stroked paths,
     radial shadings, xps cap handling, "pie" joins, degenerate
     beziers, improved handling of dropouts in thin strokes and
     better thin axis-aligned strokes.
  
  * Fix cairo support.  GS_cairo is added to the drivers list (this
    is disabled by default).  When WITH_CAIRO is defined, GS_cairo
    will be set by default.[2]
  
  PR:     ports/144111[1]
  PR:     ports/137634[2]
  PR:     ports/145248[2]
  
  Revision  Changes    Path
  1.194     +12 -5     ports/print/ghostscript8/Makefile
  1.6       +12 -1     ports/print/ghostscript8/Makefile.drivers
  1.72      +3 -3      ports/print/ghostscript8/distinfo
  1.2       +16 -9     ports/print/ghostscript8/files/patch-base-Makefile.in
  1.1       +17 -0     ports/print/ghostscript8/files/patch-base-unix-dll.mak (new)
  1.52      +4 -1      ports/print/ghostscript8/pkg-plist
_______________________________________________
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 2010-04-03 08:06:00 UTC
State Changed
From-To: open->closed

Committed with some modification.  Thank you for your submission!