From owner-freebsd-ports Thu Feb 27 19:30:07 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA08006 for ports-outgoing; Thu, 27 Feb 1997 19:30:07 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA07984; Thu, 27 Feb 1997 19:30:04 -0800 (PST) Resent-Date: Thu, 27 Feb 1997 19:30:04 -0800 (PST) Resent-Message-Id: <199702280330.TAA07984@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, mita@jp.FreeBSD.org Received: from hanpen.fujita3.iis.u-tokyo.ac.jp (hanpen.fujita3.iis.u-tokyo.ac.jp [157.82.109.66]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA07054 for ; Thu, 27 Feb 1997 19:23:48 -0800 (PST) Received: (from mita@localhost) by hanpen.fujita3.iis.u-tokyo.ac.jp (8.8.2/8.8.2) id MAA02369; Fri, 28 Feb 1997 12:24:26 +0900 (JST) Message-Id: <199702280324.MAA02369@hanpen.fujita3.iis.u-tokyo.ac.jp> Date: Fri, 28 Feb 1997 12:24:26 +0900 (JST) From: mita@jp.FreeBSD.org Reply-To: mita@jp.FreeBSD.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/2830: ports/japanese/vfghostscript4/files/gdevep82.patch should be fixed. Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >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: