ports/50548: print/ghostscript-gnu missing "standard" bbox driver

Keith White Keith.White at site.uottawa.ca
Wed Apr 2 17:40:04 UTC 2003


>Number:         50548
>Category:       ports
>Synopsis:       print/ghostscript-gnu missing "standard" bbox driver
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 02 09:40:01 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Keith White
>Release:        FreeBSD 4.8-RC i386
>Organization:
SITE, University of Ottawa
>Environment:
System: FreeBSD admin16.site.uottawa.ca 4.8-RC FreeBSD 4.8-RC #26: Wed Mar 26 14:51:19 EST 2003 kwhite at admin16.site.uottawa.ca:/usr/obj/usr/src/sys/XBAT i386

>Description:
	The bbox driver is missing from the ghostscript-gnu port.
This makes it difficult to build lilypond documentation.  The bbox
driver is an enabled driver if you build ghostscript "out of the
box" so perhaps it should be in the port too?

>How-To-Repeat:
	gs -sDEVICE=bbox
	GNU Ghostscript 7.05 (2002-04-22)
	Copyright (C) 2002 artofcode LLC, Benicia, CA.  All rights reserved.
	This software comes with NO WARRANTY: see the file PUBLIC for details.
	Unknown device: bbox

>Fix:

Add the bbox driver to ports/ghostscript-gnu/scripts/configure.batch by
appending \$(DD)bbox.dev to the DEVICE_DEVS+= line.

Add the bbox driver to ports/ghostscript-gnu/scripts/configure:

--- /usr/ports/print/ghostscript-gnu/scripts/configure  Tue Apr  1 12:09:56 2003
+++ /kwhite/ports/print/ghostscript-gnu/scripts/configure Fri Mar 14 16:57:04 2003
@@ -9,6 +9,7 @@
 file format drivers. The gs5 default drivers are preselected. \n\
 Have fun with this new configuration style !     -andreas \n\n\
   Please choose options by pressing SPACE to TOGGLE an option ON/OFF ?" -1 -1 9\
+  "bbox"     "Bounding Box" ON \
   "x11"      "X Window System version 11, release >=4" ON \
   "x11alpha" "X Window System masquer. as device with alpha capability" ON \
   "x11cmyk"  "X Window System masquer. as 1-bit-per-plane CMYK device" ON \

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list