Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv8495

Modified Files:
        blt-x86_64.info blt-x86_64.patch 
Log Message:
further patches from gentoo via Jack Howarth that allow pymol apbs plugin to 
work on 64bit

Index: blt-x86_64.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11/blt-x86_64.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- blt-x86_64.patch    17 Sep 2009 06:43:29 -0000      1.2
+++ blt-x86_64.patch    15 Nov 2009 03:38:23 -0000      1.3
@@ -1,3 +1,21663 @@
+diff -uNr blt2.4z/Makefile.in blt2.4z-8.5.2/Makefile.in
+--- blt2.4z/Makefile.in        2002-02-18 19:11:43.000000000 -0500
++++ blt2.4z-8.5.2/Makefile.in  2008-04-15 11:31:26.000000000 -0400
+@@ -72,4 +72,8 @@
+       config.status config.cache config.log Makefile 
+ 
+ distclean: clean
++      (cd src; $(MAKE) distclean)
++      (cd library; $(MAKE) distclean)
++      (cd man; $(MAKE) distclean)
++      (cd demos; $(MAKE) distclean)
[...22148 lines suppressed...]
+@@ -477,7 +477,7 @@
+        * Reap the child process now if an error occurred during its
+        * startup.
+        */
+-      Tcl_WaitPid((Tcl_Pid)pid, &status, WNOHANG);
++      Tcl_WaitPid((Tcl_Pid)(uintptr_t)pid, &status, WNOHANG);
+     }
+     if (errPipeIn >= 0) {
+       CloseFile(errPipeIn);
+--- blt-2.4z/src/bltHash.h.in.org      2009-11-13 19:24:05.000000000 -0500
++++ blt-2.4z/src/bltHash.h.in  2009-11-13 19:24:23.000000000 -0500
+@@ -88,7 +88,7 @@
+  * Acceptable key types for hash tables:
+  */
+ #define BLT_STRING_KEYS               0
+-#define BLT_ONE_WORD_KEYS     ((size_t)-1)
++#define BLT_ONE_WORD_KEYS     (unsigned int)((size_t)-1)
+ 
+ /*
+  * Forward declaration of Blt_HashTable.  Needed by some C++ compilers

Index: blt-x86_64.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11/blt-x86_64.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- blt-x86_64.info     17 Sep 2009 06:43:29 -0000      1.2
+++ blt-x86_64.info     15 Nov 2009 03:38:23 -0000      1.3
@@ -1,7 +1,7 @@
 Package: blt
 Version: 2.4z
-Revision: 151
-Maintainer: None <fink-de...@lists.sourceforge.net>
+Revision: 152
+Maintainer: William Scott <wgsc...@users.sourceforge.net>
 Architecture: x86_64
 BuildDepends: <<
        fink (>= 0.24.12),
@@ -19,7 +19,7 @@
 Source-MD5: aa2ed73080f3005d9c2a3b5e57ab1eff
 SourceDirectory: %N%v
 PatchFile: %n-x86_64.patch
-PatchFile-MD5: 38b68d74576ccfca18928ad8f09375e0
+PatchFile-MD5: d4287a1847145a25e95c57e67be67ee3 
 SetCFLAGS: -O3 -fno-common
 NoSetMAKEFLAGS: true
 SetMAKEFLAGS: -j1
@@ -63,7 +63,7 @@
 
 Patches and hand-tweaks for some OS X platform-dependent stuff.
 
-Formerly maintained by Matt Stephenson.
+Formerly maintained by Matt Stephenson and Jack Howarth.
 <<
 DescPackaging: <<
 Multiple patches to ensure everything is installed in the deb and not
@@ -76,6 +76,12 @@
        not installed in blt/blt-man until 2.4z-15)
 
        Add blt2.4z-patch-64 from Fedora blt rpm for x86_64 build
+
+    Added the differences in the gentoo blt2.4z-8.5.2 tarball, 
+    a patch to fix uinter_ptr casts and a final patch for the 
+    define of casting BLT_ONE_WORD_KEYS which reduces the
+    warnings to a minimum. Improves functioning with Pmw but
+    can still segfault on cleanup. Thanks to Jack Howarth.
 <<
 License: BSD
 Homepage: http://sourceforge.net/projects/blt


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to