Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv26029

Modified Files:
        gnuplot.info gnuplot.patch 
Log Message:
New upstream; fix an operational bug (thanks to Andreas Schiffler for 
pointing it out)

Index: gnuplot.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/gnuplot.patch,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- gnuplot.patch       18 Apr 2009 22:01:48 -0000      1.6
+++ gnuplot.patch       26 Jan 2010 00:05:27 -0000      1.7
@@ -9,15 +9,6 @@
          $(top_srcdir)/mkinstalldirs $(DESTDIR)$$installdir ; \
          if [ ! -f $(DESTDIR)$$installdir/gnuplot.cfg ]; then \
            $(INSTALL_DATA) $(srcdir)/gnuplot.cfg 
$(DESTDIR)$$installdir/gnuplot.cfg && \
-@@ -342,7 +342,7 @@
- uninstall-cfg:
-       @$(NORMAL_UNINSTALL)
-       @if test $(PLAINTEX) != no ; then \
--        installdir=`kpsexpand '$$TEXMFLOCAL'/tex/latex/gnuplot |sed 
"s%^.*share/%$(prefix)/share/%"` ; \
-+        installdir=`echo "@FINKPREFIX@/etc/texmf.local/latex/gnuplot" |sed 
"s%^.*etc/%$(prefix)/etc/%"` ; \
-         rm -f "$(DESTDIR)$$installdir/gnuplot.cfg" ; \
-       fi
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
 --- gnuplot-4.2.3.orig/share/LaTeX/Makefile.in 2008-04-24 19:27:57.000000000 
-0400
 +++ gnuplot-4.2.3/share/LaTeX/Makefile.in      2008-04-24 21:46:11.000000000 
-0400
 @@ -117,7 +117,7 @@
@@ -29,3 +20,14 @@
  SET_MAKE = @SET_MAKE@
  SHELL = @SHELL@
  STRIP = @STRIP@
+--- gnuplot-orig/src/term.c    2006-12-27 16:40:28.000000000 -0500
++++ gnuplot/src/term.c 2007-06-15 00:35:51.000000000 -0400
+@@ -2732,7 +2732,7 @@ on_page(int x, int y)
+     if (term->flags & TERM_CAN_CLIP)
+       return TRUE;
+ 
+-    if ((0 < x && x < term->xmax) && (0 < y && y < term->ymax))
++    if ((0 < x && x < term->xmax*xsize) && (0 < y && y < term->ymax*ysize))
+       return TRUE;
+ 
+     return FALSE;

Index: gnuplot.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/gnuplot.info,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- gnuplot.info        27 Oct 2009 15:09:09 -0000      1.41
+++ gnuplot.info        26 Jan 2010 00:05:27 -0000      1.42
@@ -1,7 +1,7 @@
 Info2: <<
 Package: gnuplot%type_pkg[-ui]
-Version: 4.2.5
-Revision: 2
+Version: 4.2.6
+Revision: 1
 Type: -ui (-nox -nogtk .)
 Maintainer: Alexander Hansen <alexkhan...@users.sourceforge.net>
 Conflicts: gnuplot, gnuplot-nox, gnuplot-nogtk
@@ -53,9 +53,9 @@
 <<
 GCC: 4.0
 Source: mirror:sourceforge:%{ni}/%{ni}-%v.tar.gz
-Source-MD5: 85d042f8efd7aae3d9cbfd85b14d06d2
+Source-MD5: c10468d74030e8bed0fd6865a45cf1fd
 PatchFile: %{Ni}.patch
-PatchFile-MD5: 9034c4350b8d1daad672ca8c2e40fe0f
+PatchFile-MD5: 45f60cb14fbe2d90fb3e293101204bef
 PatchScript:<<
   perl -pi -e 's/\bClass\b/GP_Class/g' `find src -name \*.c -o -name \*.cpp -o 
-name \*.h`
   sed -e 's,@FINKPREFIX@,%p,g' %{PatchFile} | patch -p1 
@@ -168,6 +168,7 @@
 "Arial" from /Library/Fonts
 <<
 DescPort: <<
+
 Uses Per Persson's aqua terminal (installed via the aquaterm package).
 gnuplot is a shell script that sets environment variables and invokes
 gnuplot binary (renamed to gnuplotx).


------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to