ports/55620: Enable additional drivers in ghostscript's configuration dialog

Michael Nottebrock lofi at lofi.dyndns.org
Sat Aug 16 09:50:16 UTC 2003


>Number:         55620
>Category:       ports
>Synopsis:       Enable additional drivers in ghostscript's configuration dialog
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 16 02:50:13 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Michael Nottebrock
>Release:        FreeBSD 5.1-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD lofi.dyndns.org 5.1-RELEASE-p2 FreeBSD 5.1-RELEASE-p2 #0: Tue Aug 12 12:52:47 CEST 2003 root at lofi.dyndns.org:/usr/obj/usr/src/sys/LOFI i386


	
>Description:
	Ghostscript (both AFPL and GNU versions) contain the hl1240/hl1250 drivers
	(provided by gdev12c.c), but the hl1240 and hl1250 devices are missing in the
	configuration dialog of the port. The driver used to be non-compilable in
	earlier releases, but seems to be fixed now. The attached patch is against
	ghostscript-gnu, it should probably work for ghostscript-afpl as well, which,
	I haven't tested yet.

	I was being conservative with the supported hardware in the configuration dialog
	and stuck to what's reported as supported by apsfilter and the driver sources.
	According to linuxprinting.org, this driver supports quite a number of other
	printers as well though. I myself use it with a HL-1430, which isn't mentioned by
	apsfilter or the driver sources, but works perfectly.

	I'm filing this PR in oder to remind myself to update the ports properly when I
	have time to test the changes more thoroughly.
>How-To-Repeat:
	
>Fix:

	

--- ghostscript-gnu-patch begins here ---
Index: scripts/configure
===================================================================
RCS file: /home/pcvs/ports/print/ghostscript-gnu/scripts/configure,v
retrieving revision 1.21
diff -u -r1.21 configure
--- scripts/configure	11 Jul 2003 17:19:57 -0000	1.21
+++ scripts/configure	16 Aug 2003 09:29:04 -0000
@@ -24,7 +24,7 @@
 		$svgalibdevs \
 		md2k md5k \
 		md50Mono md50Eco md1xMono \
-		appledmp iwhi iwlo iwlq hl7x0 bj10e \
+		appledmp iwhi iwlo iwlq hl1240 hl1250 hl7x0 bj10e \
 		bj10v bj10vh bj200 bjc600 bjc800 \
 		bjccmyk bjccolor bjcgray bjcmono \
 		lbp8 \
@@ -114,6 +114,8 @@
   "iwhi"     "Apple Imagewriter, high-resolution mode" "$status_iwhi" \
   "iwlo"     "Apple Imagewriter, low-resolution mode" "$status_iwlo" \
   "iwlq"     "Apple Imagewriter LQ in 320 x 216 dpi mode" "$status_iwlq" \
+  "hl1240"   "Brother HL1030/1240 [HL1240]" "$status_hl1240" \
+  "hl1250"   "Brother HL1050/1070/1250/1270N [HL1250]" "$status_hl1250" \
   "hl7x0"    "Brother HL720 and HL730 (HL760=PCL), MFC6550MC Fax Machine" "$status_hl7x0" \
   "bj10e"    "Canon BubbleJet BJ-10e" "$status_bj10e" \
   "bj10v"    "Canon BubbleJet BJ-10v [BJ10V]" "$status_bj10v" \
--- ghostscript-gnu-patch ends here ---


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



More information about the freebsd-ports-bugs mailing list