Bug 205647

Summary: [patch] print/ghostscript9-agpl-base doesn't use eps2write
Product: Ports & Packages Reporter: rsmith
Component: Individual Port(s)Assignee: Hiroki Sato <hrs>
Status: Closed Overcome By Events    
Severity: Affects Many People CC: hrs
Priority: --- Keywords: patch
Version: LatestFlags: bugzilla: maintainer-feedback? (doceng)
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch for print/ghostscript9-agpl-base to fix the use of the eps2write device none

Description rsmith 2015-12-27 17:04:04 UTC
Created attachment 164730 [details]
Patch for print/ghostscript9-agpl-base to fix the use of the eps2write device

In Makefile.drivers, the eps2write device is mentioned correctly in the descriptions, but in OPTIONS_DEFINE and OPTIONS_DEFAULT it still uses the (deprecated in 9.15) epswrite device. So the gs executable that is produced does not include the eps2write device.

Attached is a patch that fixes this issue. With this patch applied and after a build the gs executable does include the eps2write device.
Comment 1 rsmith 2017-01-22 20:21:19 UTC
This bug was fixed by revision 411798 of the ports tree, making this PR unnecessary.