Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Feb 1997 12:24:26 +0900 (JST)
From:      mita@jp.FreeBSD.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/2830: ports/japanese/vfghostscript4/files/gdevep82.patch should be fixed.
Message-ID:  <199702280324.MAA02369@hanpen.fujita3.iis.u-tokyo.ac.jp>
Resent-Message-ID: <199702280330.TAA07984@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         2830
>Category:       ports
>Synopsis:       bug fix for jp-vfghostscript4 ports
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 27 19:30:02 PST 1997
>Last-Modified:
>Originator:     MITA Yoshio
>Organization:
IIS, the University of TOKYO
>Release:        FreeBSD 2.2-ALPHA i386
>Environment:

current bsd.port.*mk + 2.2-ALPHA

>Description:

In jp-vfghostscript4.03 ports collection, margins set in EPSON printer driver
was wrong.  This should be immediately fixed because the driver is now
widely used for EPSON ESPER LASER (One of the best selling printer in JAPAN)...
Hopefully before 2.2-RELEASE, is it no more possible??

>How-To-Repeat:


>Fix:
	
Apply this patch, please. 

diff -rcN vfghostscript4.orig/files/gdevep82.patch vfghostscript4/files/gdevep82.patch
*** vfghostscript4.orig/files/gdevep82.patch	Fri Dec  6 11:27:34 1996
--- vfghostscript4/files/gdevep82.patch	Fri Feb 28 12:18:18 1997
***************
*** 50,56 ****
  + 	83,				/* width_10ths, 8.3" */
  + 	117,				/* height_10ths, 11.7" */
  + 	300, 300,
! + 	0.20, 0.20, 0.20, 0.20,		/* margins, lbrt */
  + 	1, epag300_print_page);
  + 
  + gx_device_printer gs_epag600_device =
--- 50,56 ----
  + 	83,				/* width_10ths, 8.3" */
  + 	117,				/* height_10ths, 11.7" */
  + 	300, 300,
! + 	0.0, 0.0, 0.0, 0.0,		/* margins, lbrt */
  + 	1, epag300_print_page);
  + 
  + gx_device_printer gs_epag600_device =
***************
*** 58,64 ****
  + 	83,				/* width_10ths, 8.3" */
  + 	117,				/* height_10ths, 11.7" */
  + 	600, 600,
! + 	0.20, 0.20, 0.20, 0.20,		/* margins, lbrt */
  + 	1, epag600_print_page);
  + 
  + /* ------ Internal routines ------ */
--- 58,64 ----
  + 	83,				/* width_10ths, 8.3" */
  + 	117,				/* height_10ths, 11.7" */
  + 	600, 600,
! + 	0.0, 0.0, 0.0, 0.0,		/* margins, lbrt */
  + 	1, epag600_print_page);
  + 
  + /* ------ Internal routines ------ */
>Audit-Trail:
>Unformatted:



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