Update of /cvsroot/fink/experimental/todai/ecc/main/finkinfo/text
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14571

Modified Files:
        ghostscript-esp.info ghostscript-esp.patch 
Log Message:
Corrected a bug in finkcups.

Index: ghostscript-esp.patch
===================================================================
RCS file: 
/cvsroot/fink/experimental/todai/ecc/main/finkinfo/text/ghostscript-esp.patch,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- ghostscript-esp.patch       28 Feb 2006 07:30:44 -0000      1.8
+++ ghostscript-esp.patch       28 Feb 2006 08:28:10 -0000      1.9
@@ -716,13 +716,13 @@
 +
 +function get_cups_location () {
 +
-+      if [ `which cups-config` ]
++      if /usr/bin/type cups-config >/dev/null 2>&1
 +      then
 +              CUPSSERVER=`cups-config --serverbin`
 +              CUPSCONFIG=`cups-config --serverroot`
 +              CUPSDATA=`cups-config --datadir`
 +      else
-+              ${show} " * ${0##*/}: Cannot find the command "cups-config" in 
your PATH!"
++              ${show} " * ${0##*/}: Cannot find the command \"cups-config\" 
in your PATH!"
 +              exit 1
 +      fi
 +}

Index: ghostscript-esp.info
===================================================================
RCS file: 
/cvsroot/fink/experimental/todai/ecc/main/finkinfo/text/ghostscript-esp.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- ghostscript-esp.info        28 Feb 2006 07:30:44 -0000      1.10
+++ ghostscript-esp.info        28 Feb 2006 08:28:10 -0000      1.11
@@ -1,6 +1,6 @@
 Package: ghostscript-esp
 Version: 7.07.1
-Revision: 26
+Revision: 27
 Description: Enhanced GNU Ghostscript with better CJK and printer support
 Depends: x11, ghostscript-fonts, libpng3-shlibs (>= 1.2.5-3), gettext, 
applesystemfonts, appleotffonts, ipafonts, glib2
 BuildDepends: x11-dev, libpng3 (>= 1.2.5-3), gimp-print-dev | gimp-print7-dev, 
cups-dev, gettext-dev, glib2-dev, pkgconfig
@@ -154,7 +154,7 @@
  A patch to gdevpx.c is based on Gentoo Linux's gs7.05.6-gdevpx.patch.
 
  A patch to configure handles problems of encryption library on Panther
-  and make GS to use glib2 instead of glib.
+  and makes GS to use glib2 instead of glib.
  A patch to cups.mak changes install location of files related to CUPS.
  A patch to unixinst.mak adds CIDFnmap.{IPA,Saz,OSX} to install list.
 



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to