This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Ghostscript 7.05-2 ready for review, upload


Hi,
# I forgot Cc: to cyg-apps.

Thank you for maintaining gs packages.
I have one request.

Under the current setting of /FontResourceDir and /GenericResourceDir in
/usr/share/ghostscript/7.05/lib/gs_res.ps, we have to make "Resource"
directory at the root directory. This is not elegant, I think. And this
gs is built with "COMPILE_INITS=1", so the modification to gs_res.ps is
needed before building. Yes, building with "COMPILE_INITS=1" is good for
performance. I attached the patch for gs_res.ps in the source tree.
This modification has already applied in RedHat-8.0.

Regards,

--- ghostscript-7.05/lib/gs_res.ps.orig 2002-10-27 18:18:05.000000000 +0900
+++ ghostscript-7.05/lib/gs_res.ps      2002-10-27 18:18:30.000000000 +0900
@@ -245,8 +245,8 @@
   /pssystemparams 10 dict readonly def
 } if
 pssystemparams begin
-  /FontResourceDir (/Resource/Font/) readonly .forcedef        % pssys'params is r-o
-  /GenericResourceDir (/Resource/) readonly .forcedef  % pssys'params is r-o
+  /FontResourceDir (/usr/share/ghostscript/Resource/Font/) readonly .forcedef  % pssys'params is r-o
+  /GenericResourceDir (/usr/share/ghostscript/Resource/) readonly .forcedef    % pssys'params is r-o
   /GenericResourcePathSep (/) readonly .forcedef       % pssys'params is r-o
 end
 end


On Sat, 26 Oct 2002 09:22:56 -0700 Dario Alcocer <alcocer@helixdigital.com> wrote:
> I've generated the native and X11 packages for Ghostscript 7.05-2.
> This new release fixes the text-mode mount bug reported by Sven
> Kohler.  I've generated new setup.hint files, which should be
> reviewed before incorporation into setup.ini.
> 
> Files are located at:
> 
>     http://www.helixdigital.com/~alcocer/gs/
> 
> -- 
> Dario Alcocer -- Sr. Software Developer, Helix Digital Inc.
> alcocer@helixdigital.com -- http://www.helixdigital.com

----
Yukihiko Sohda <sohda@is.titech.ac.jp>



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]