diff options
author | Yoshio MITA <mita@FreeBSD.org> | 2002-05-15 01:17:59 +0000 |
---|---|---|
committer | Yoshio MITA <mita@FreeBSD.org> | 2002-05-15 01:17:59 +0000 |
commit | f79066d12db565aa2422a2191f68ddbe07309b3d (patch) | |
tree | 86d8ed356b78960a9d2dd59829804ad12ffcabd2 /print/ghostscript-gnu-commfont/files/gs_cidcm.ps.patch | |
parent | Fix breakage at -march=pentium case. (diff) |
Obsoleted by japanese/ghostscript-gnu-jpnfont.
I mark this port BROKEN with message `Please use ghostscript-gnu-jpnfont'.
I will completely remove this port after a while.
(MAINTAINER's change after long discussions in ports-jp)
Notes
Notes:
svn path=/head/; revision=59128
Diffstat (limited to 'print/ghostscript-gnu-commfont/files/gs_cidcm.ps.patch')
-rw-r--r-- | print/ghostscript-gnu-commfont/files/gs_cidcm.ps.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/print/ghostscript-gnu-commfont/files/gs_cidcm.ps.patch b/print/ghostscript-gnu-commfont/files/gs_cidcm.ps.patch deleted file mode 100644 index 4bea4d3e1c84..000000000000 --- a/print/ghostscript-gnu-commfont/files/gs_cidcm.ps.patch +++ /dev/null @@ -1,25 +0,0 @@ ---- lib/gs_cidcm.ps.orig Sun Jul 1 17:57:04 2001 -+++ lib/gs_cidcm.ps Sun Dec 23 02:05:48 2001 -@@ -164,7 +164,21 @@ - { (r) file % CSIs /InstName g [ file - //GetCIDSystemInfoFromFile exec % CSIs /InstName g [ CSI - } stopped { -- cleartomark //.prs_empty -+ % Cannot find file from Resource directory -+ cleartomark -+ % Try to find file from CIDFontmap -+ % Stack: CSIs /InstName g -+ 1 index dup .CIDFontmapKnownget { -+ % Stack: CSIs /InstName g /InstName ValueInCIDFontmap -+ % We do look at CIDFontmap in global space. -+ % (When stopped, the space is set to local.) -+ true setglobal -+ 1 index 3 1 roll -+ .CIDFontmapRunHandler -+ /CIDFont findresource /CIDSystemInfo get -+ } { -+ pop //.prs_empty -+ } ifelse - } { - exch pop - } ifelse % CSIs /InstName g CSI |