Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/text
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv31847

Modified Files:
        ghostscript.info ghostscript.patch 
Log Message:
New upstream.

Index: ghostscript.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/text/ghostscript.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ghostscript.patch   13 Jun 2012 22:53:48 -0000      1.2
+++ ghostscript.patch   29 May 2013 06:01:14 -0000      1.3
@@ -1,7 +1,7 @@
-diff -Naur ghostscript-9.05.orig/base/gdevpng.c ghostscript-9.05/base/gdevpng.c
---- ghostscript-9.05.orig/base/gdevpng.c       2012-06-13 14:09:24.000000000 
-0700
-+++ ghostscript-9.05/base/gdevpng.c    2012-06-13 14:14:21.000000000 -0700
-@@ -690,6 +690,7 @@
+diff -Naur ghostscript-9.07/base/gdevpng.c 
ghostscript-9.07.modified/base/gdevpng.c
+--- ghostscript-9.07/base/gdevpng.c    2013-02-13 23:58:13.000000000 -0800
++++ ghostscript-9.07.modified/base/gdevpng.c   2013-05-28 21:14:21.000000000 
-0700
+@@ -692,6 +692,7 @@
  
  #if PNG_LIBPNG_VER_MINOR < 5
  
@@ -9,7 +9,7 @@
  /*
   * Patch around a static reference to a never-used procedure.
   * This could be avoided if we were willing to edit pngconf.h to
-@@ -710,6 +711,7 @@
+@@ -712,6 +713,7 @@
  }
  #endif
  #endif
@@ -17,10 +17,10 @@
  
  static int
  pngalpha_open(gx_device * pdev)
-diff -Naur ghostscript-9.05.orig/base/gxpcolor.h 
ghostscript-9.05/base/gxpcolor.h
---- ghostscript-9.05.orig/base/gxpcolor.h      2012-06-13 14:09:25.000000000 
-0700
-+++ ghostscript-9.05/base/gxpcolor.h   2012-06-13 14:14:29.000000000 -0700
-@@ -18,6 +18,7 @@
+diff -Naur ghostscript-9.07/base/gxpcolor.h 
ghostscript-9.07.modified/base/gxpcolor.h
+--- ghostscript-9.07/base/gxpcolor.h   2013-02-13 23:58:13.000000000 -0800
++++ ghostscript-9.07.modified/base/gxpcolor.h  2013-05-28 21:14:21.000000000 
-0700
+@@ -20,6 +20,7 @@
  #ifndef gxpcolor_INCLUDED
  #  define gxpcolor_INCLUDED
  
@@ -28,10 +28,10 @@
  #include "gspcolor.h"
  #include "gxcspace.h"
  #include "gxdevice.h"
-diff -Naur ghostscript-9.05.orig/base/mkromfs.c ghostscript-9.05/base/mkromfs.c
---- ghostscript-9.05.orig/base/mkromfs.c       2012-06-13 14:09:25.000000000 
-0700
-+++ ghostscript-9.05/base/mkromfs.c    2012-06-13 14:14:29.000000000 -0700
-@@ -2175,7 +2175,7 @@
+diff -Naur ghostscript-9.07/base/mkromfs.c 
ghostscript-9.07.modified/base/mkromfs.c
+--- ghostscript-9.07/base/mkromfs.c    2013-02-13 23:58:13.000000000 -0800
++++ ghostscript-9.07.modified/base/mkromfs.c   2013-05-28 21:14:21.000000000 
-0700
+@@ -2297,7 +2297,7 @@
  #endif
      fprintf(out,"\n#include \"stdint_.h\"\n");
      fprintf(out,"\n#include \"time_.h\"\n\n");
@@ -40,10 +40,10 @@
  
      /* process the remaining arguments (options interspersed with paths) */
      for (; atarg < argc; atarg++) {
-diff -Naur ghostscript-9.05.orig/configure ghostscript-9.05/configure
---- ghostscript-9.05.orig/configure    2012-06-13 14:09:25.000000000 -0700
-+++ ghostscript-9.05/configure 2012-06-13 14:14:43.000000000 -0700
-@@ -807,6 +807,7 @@
+diff -Naur ghostscript-9.07/configure ghostscript-9.07.modified/configure
+--- ghostscript-9.07/configure 2013-02-13 23:58:14.000000000 -0800
++++ ghostscript-9.07.modified/configure        2013-05-28 21:14:21.000000000 
-0700
+@@ -836,6 +836,7 @@
  LIBS
  CPPFLAGS
  CPP
@@ -51,18 +51,18 @@
  XMKMF'
  
  
-diff -Naur ghostscript-9.05.orig/psi/imainarg.c ghostscript-9.05/psi/imainarg.c
---- ghostscript-9.05.orig/psi/imainarg.c       2012-06-13 14:09:27.000000000 
-0700
-+++ ghostscript-9.05/psi/imainarg.c    2012-06-13 14:14:47.000000000 -0700
-@@ -203,6 +203,11 @@
+diff -Naur ghostscript-9.07/psi/imainarg.c 
ghostscript-9.07.modified/psi/imainarg.c
+--- ghostscript-9.07/psi/imainarg.c    2013-02-13 23:58:13.000000000 -0800
++++ ghostscript-9.07.modified/psi/imainarg.c   2013-05-28 21:22:42.000000000 
-0700
+@@ -205,6 +205,11 @@
                  return e_Fatal;
          }
      }
 +
-+    code = gs_main_init1(minst);
-+    if (code < 0)
-+      return code;
++      code = gs_main_init1(minst);
++      if (code < 0)
++              return code;
 +
-     while ((arg = arg_next(&args, &code)) != 0) {
+     while ((arg = arg_next(&args, &code, minst->heap)) != 0) {
          switch (*arg) {
              case '-':

Index: ghostscript.info
===================================================================
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/text/ghostscript.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- ghostscript.info    13 Jun 2012 22:53:48 -0000      1.7
+++ ghostscript.info    29 May 2013 06:01:14 -0000      1.8
@@ -1,13 +1,13 @@
 Info2: <<
 Package: ghostscript%type_pkg[-nox]
 Type: -nox (boolean)
-Version: 9.05
+Version: 9.07
 Revision: 1
 Description: Interpreter for PostScript and PDF
 Source: mirror:sourceforge:ghostscript/ghostscript-%v.tar.bz2
-Source-MD5: 8bcef1f33ddf8a4d12b2cf8da385c191
+Source-MD5: eea27befc1e85bef6d4768202f6b03a5
 PatchFile: ghostscript.patch
-PatchFile-MD5: b6ca0d0eb271ff254fe77fcab1f5c62e
+PatchFile-MD5: 464b8ced0f1e8e430a8d9fac89914d00
 Depends: <<
 ghostscript-fonts, libpng15-shlibs, libtiff-shlibs,
 (%type_raw[-nox] = .) x11,
@@ -48,7 +48,6 @@
 mv libpng libpng_local
 mv jpeg jpeg_local
 mv openjpeg openjpeg_local
-mv jasper jasper_local
 mv tiff tiff_local
  ./configure %c
 make


------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to