From lofi@lofi.dyndns.org  Sat Aug 16 02:40:32 2003
Return-Path: <lofi@lofi.dyndns.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 2908837B404
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 16 Aug 2003 02:40:32 -0700 (PDT)
Received: from meitner.wh.uni-dortmund.de (meitner.wh.uni-dortmund.de [129.217.129.133])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A5EEC43F85
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 16 Aug 2003 02:40:30 -0700 (PDT)
	(envelope-from lofi@lofi.dyndns.org)
Received: from lofi.dyndns.org (pc2-105.intern.meitner [10.3.12.105])
	by meitner.wh.uni-dortmund.de (Postfix) with ESMTP id B21C71675FA
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 16 Aug 2003 11:40:28 +0200 (CEST)
Received: from lofi.dyndns.org (lofi@localhost [127.0.0.1])
	by lofi.dyndns.org (8.12.9/8.12.9) with ESMTP id h7G9eSvq028231
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO)
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 16 Aug 2003 11:40:28 +0200 (CEST)
	(envelope-from lofi@lofi.dyndns.org)
Received: (from lofi@localhost)
	by lofi.dyndns.org (8.12.9/8.12.9/Submit) id h7G9eRCO028230;
	Sat, 16 Aug 2003 11:40:27 +0200 (CEST)
	(envelope-from lofi)
Message-Id: <200308160940.h7G9eRCO028230@lofi.dyndns.org>
Date: Sat, 16 Aug 2003 11:40:27 +0200 (CEST)
From: Michael Nottebrock <lofi@lofi.dyndns.org>
Reply-To: Michael Nottebrock <lofi@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Enable additional drivers in ghostscript's configuration dialog
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         55620
>Category:       ports
>Synopsis:       Enable additional drivers in ghostscript's configuration dialog
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    lofi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 16 02:50:13 PDT 2003
>Closed-Date:    Fri Sep 26 18:48:08 PDT 2003
>Last-Modified:  Sat Sep 27 06:22:14 PDT 2003
>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@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:
Responsible-Changed-From-To: freebsd-ports-bugs->lofi 
Responsible-Changed-By: lofi 
Responsible-Changed-When: Sat Aug 16 10:20:55 PDT 2003 
Responsible-Changed-Why:  
I'll handle this. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=55620 
State-Changed-From-To: open->closed 
State-Changed-By: edwin 
State-Changed-When: Fri Sep 26 18:46:34 PDT 2003 
State-Changed-Why:  
superseded by ports/57009, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=55620 
>Unformatted:
