Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/sci
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv552

Modified Files:
        visual-py23.info visual-py23.patch 
Log Message:
Stabler version from unstable, 2.1.9-5

Index: visual-py23.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/sci/visual-py23.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- visual-py23.patch   9 Mar 2004 22:19:50 -0000       1.1
+++ visual-py23.patch   12 Jun 2004 20:42:16 -0000      1.2
@@ -23,3 +23,21 @@
        
  install-docs:
        mkdir -p $(pypkgdocdir)
+Index: platlinux.cpp
+===================================================================
+RCS file: /cvsroot/visualpython/cvisual/platlinux.cpp,v
+retrieving revision 1.6
+diff -w -d -u -r1.6 platlinux.cpp
+--- visual-2.1.9/cvisual/platlinux.cpp 30 Jun 2003 14:47:07 -0000      1.6
++++ visual-2.1.9/cvisual/platlinux.cpp 26 May 2004 12:00:33 -0000
+@@ -15,9 +15,7 @@
+ }
+ 
+ void threaded_exit (int status) {
+-  gdk_threads_enter();
+-  gtk_main_quit();
+-  gdk_threads_leave();
++  exit(status);
+ }
+ 
+ // 2003-02-16 Added explicit casts to unsigned int vice implicit casts from the 
compiler.

Index: visual-py23.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/sci/visual-py23.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- visual-py23.info    24 Mar 2004 14:17:41 -0000      1.2
+++ visual-py23.info    12 Jun 2004 20:42:15 -0000      1.3
@@ -1,6 +1,6 @@
 Package: visual-py23
 Version: 2.1.9
-Revision: 4
+Revision: 5
 Source: http://vpython.org/download/visual-%v-20031005.tar.gz
 Source-MD5: 6a844cee57a855d2a43575f5e1bfaad7 
 SourceDirectory: visual-%v
@@ -35,6 +35,8 @@
  The cvisual module needs to be compiled with gcc-3.1.
  Corrected bundle_loader syntax.
  Some files installed directly into %p, in spite of the DESTDIR. 
+ A small patch from Jonathan Brandmeyer for cleaner exit is included
+ in this version.
 <<
 Maintainer: Martin Costabel <[EMAIL PROTECTED]>
 Homepage: http://vpython.org/index.html



-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the
one installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to