From owner-freebsd-ports Mon Mar 22 19:40:20 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2C01D14D38 for ; Mon, 22 Mar 1999 19:40:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA04133; Mon, 22 Mar 1999 19:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Mon, 22 Mar 1999 19:40:02 -0800 (PST) Message-Id: <199903230340.TAA04133@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "CHOI, Junho" Subject: Re: ports/10726: Port update: korean/ftghostscript5 Reply-To: "CHOI, Junho" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10726; it has been noted by GNATS. From: "CHOI, Junho" To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: ports/10726: Port update: korean/ftghostscript5 Date: 23 Mar 1999 12:35:27 +0900 >>>>> "c" == cjh writes: > Number: 10726 > Category: ports > Synopsis: Port update: korean/ftghostscript5 > Confidential: no > Severity: non-critical > Priority: medium > Responsible: freebsd-ports > State: open > Quarter: > Keywords: > Date-Required: > Class: change-request > Submitter-Id: current-users > Arrival-Date: Mon Mar 22 03:40:01 PST 1999 > Closed-Date: > Last-Modified: > Originator: CHOI Junho > Release: FreeBSD 3.1-STABLE i386 > Organization: c> Webdatabank Co. Seoul, Korea > Environment: c> FreeBSD hamhae.wdb.co.kr 3.1-STABLE FreeBSD 3.1-STABLE #5: Wed Mar 17 c> 09:36:42 KST 1999 root@hamhae.wdb.co.kr:/usr/src/sys/compile/HAMHAE c> i386 > Description: c> Port update of korean/ftghostscript5. Fix BROKEN_ELF. c> Thanks for Sung-kon Lee for fixing this for 3.0. > How-To-Repeat: > Fix: Ooops I had a big mistake. Please use this for patches/patch-ab. diff -uNr gs5.10-ori/gs_init.ps gs_init.ps --- gs5.10-ori/gs_init.ps Mon Mar 30 19:08:48 1998 +++ gs_init.ps Mon Mar 30 19:17:42 1998 @@ -1465,3 +1465,20 @@ (END GC) VMDEBUG % The interpreter will run the initial procedure (start). + +% unofficial patch: +% make it possible to print from within acroread pdf viewer +/Default currenthalftone /Halftone defineresource pop + +% load initial CID-keyed fonts(Korean. KSC-EUC-H). +% It should be in Fontmap, but to avoid loading two or more time. +% (it can stop the interpreter - /rangecheck error) +% +QUIET not { (Loading CID(Korean) Fonts: ) print } if +% font loading start +(Munhwa-Regular-KSC-EUC-H.gsf) runlibfile +QUIET not { (Munhwa-Regular-KSC-EUC-H ) print } if +(MunhwaGothic-Regular-KSC-EUC-H.gsf) runlibfile +QUIET not { (MunhwaGothic-Regular-KSC-EUC-H ) print } if +% end of font loading +QUIET not { (\n) print } if -- ** Any opinions in this posting are my own and not those of my employers ** CHOI, Junho - Korea FreeBSD Users Group - Web Data Bank Co. Seoul., ROK. (+82-2-515-9941) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message