SOURCES: ghostscript-missquotes.patch - updated for 8.51

djurban djurban at pld-linux.org
Tue Jul 19 16:37:32 CEST 2005


Author: djurban                      Date: Tue Jul 19 14:37:32 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated for 8.51

---- Files affected:
SOURCES:
   ghostscript-missquotes.patch (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: SOURCES/ghostscript-missquotes.patch
diff -u SOURCES/ghostscript-missquotes.patch:1.6 SOURCES/ghostscript-missquotes.patch:1.7
--- SOURCES/ghostscript-missquotes.patch:1.6	Sun Sep 14 18:50:32 2003
+++ SOURCES/ghostscript-missquotes.patch	Tue Jul 19 16:37:27 2005
@@ -55,25 +55,18 @@
  elif [ $# -eq 1 ]
  then
      outfile=`basename "$1" \.pfb`.pfa
-diff -urN espgs-7.07.1rc2.org/lib/ps2epsi espgs-7.07.1rc2/lib/ps2epsi
---- espgs-7.07.1rc2.org/lib/ps2epsi	Sun Sep 14 18:43:09 2003
-+++ espgs-7.07.1rc2/lib/ps2epsi	Sun Sep 14 18:48:42 2003
-@@ -1,13 +1,7 @@
- #!/bin/sh
- # $Id$
+--- ghostscript-8.51/lib/ps2epsi.orig	2004-08-04 02:55:46.000000000 +0200
++++ ghostscript-8.51/lib/ps2epsi	2005-07-19 16:36:24.000000000 +0200
+@@ -5,7 +5,7 @@
+ # executable name set in the makefile
+ GS_EXECUTABLE=gs
  
 -tmpfile=/tmp/ps2epsi$$
--rm -f $tmpfile
--if test -e $tmpfile; then
--	echo "$0: Our temporary file $tmpfile already exists." 1>&2
--	exit 1
--fi
--trap "rm -rf $tmpfile" 0 1 2 3 7 13 15
 +tmpfile=`mktemp /tmp/ps2epsi.XXXXXX` || exit 1
  
  export outfile
  
-@@ -16,7 +10,7 @@
+@@ -14,7 +14,7 @@
  	exit 1
  fi
  
@@ -82,7 +75,7 @@
  
  if [ $# -eq 1 ]
  then
-@@ -27,9 +21,9 @@
+@@ -25,9 +25,9 @@
  	  *.epsf)	base=`basename "${infile}" .epsf` ;;
  	  *)		base=`basename "${infile}"` ;;
  	esac
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/ghostscript-missquotes.patch?r1=1.6&r2=1.7&f=u




More information about the pld-cvs-commit mailing list