Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Oct 2002 22:52:02 -0500
From:      Kim Shrier <kim@tinker.com>
To:        ports@FreeBSD.org
Subject:   FreeBSD Port: ghostscript-gnu-7.05_3
Message-ID:  <3DA64AE2.6070007@tinker.com>

next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------070201000300070403040700
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

The list of devices in scripts/configure does not contain the special
Bounding Box device that is supported by ghostscript.  The attached
patch adds this.

Kim

-- 
 Kim Shrier - principal, Shrier and Deihl - mailto:kim@tinker.com
Remote Unix Network Admin, Security, Internet Software Development
  Tinker Internet Services - Superior FreeBSD-based Web Hosting
                     http://www.tinker.com/


--------------070201000300070403040700
Content-Type: text/plain;
 name="scripts.configure.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="scripts.configure.patch"

--- scripts/configure.orig	Tue Sep 10 19:56:50 2002
+++ scripts/configure	Thu Oct 10 22:33:09 2002
@@ -237,6 +237,7 @@
   "tiff24nc" "TIFF 24-bit RGB, no compression, NeXT std. format" ON \
   "tifflzw"  "TIFF LZW,      tag = 5,     mono" ON \
   "tiffpack" "TIFF PackBits, tag = 32773, mono" ON \
+  "bbox"     "special Bounding Box device" ON \
 2> /tmp/checklist.tmp.$$
 
 retval=$?

--------------070201000300070403040700--


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3DA64AE2.6070007>