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

Modified Files:
        blt.info blt.patch 
Log Message:
sync from unstable


Index: blt.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11/blt.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- blt.patch   18 Mar 2009 12:53:16 -0000      1.3
+++ blt.patch   11 Apr 2009 15:13:31 -0000      1.4
@@ -159,3 +159,28 @@
        $(INSTALL) -m 0755 bltwish$(version) $(INSTALL_ROOT)$(bindir)
        $(INSTALL) -m 0755 bltsh$(version) $(INSTALL_ROOT)$(bindir)
  
+diff -r -u blt2.4z.orig/src/bltTree.c blt2.4z/src/bltTree.c
+--- blt2.4z.orig/src/bltTree.c 2002-09-29 07:44:12.000000000 +0200
++++ blt2.4z/src/bltTree.c      2004-11-05 12:27:45.797366712 +0100
+@@ -95,17 +95,16 @@
+  */
+ 
+ #define REBUILD_MULTIPLIER    3
++#define START_LOGSIZE         5 /* Initial hash table size is 32. */
++#define MAX_LIST_VALUES               20 /* Convert to hash table when node
++                                  * value list gets bigger than this
++                                  * many values. */
+ 
+ #if (SIZEOF_VOID_P == 8)
+ #define RANDOM_INDEX(i)               HashOneWord(mask, downshift, i)
+ #define BITSPERWORD           64
+ #else 
+ 
+-#define START_LOGSIZE         5 /* Initial hash table size is 32. */
+-#define MAX_LIST_VALUES               20 /* Convert to hash table when node
+-                                  * value list gets bigger than this
+-                                  * many values. */
+-
+ /*
+  * The following macro takes a preliminary integer hash value and
+  * produces an index into a hash tables bucket list.  The idea is

Index: blt.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11/blt.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- blt.info    18 Mar 2009 12:53:16 -0000      1.4
+++ blt.info    11 Apr 2009 15:13:31 -0000      1.5
@@ -18,7 +18,7 @@
 Source-MD5: aa2ed73080f3005d9c2a3b5e57ab1eff
 SourceDirectory: %N%v
 PatchFile: %n.patch
-PatchFile-MD5: d9fa268dd2532329755d57430168ac9f
+PatchFile-MD5: 1a04682783805df368c4e261021e2ed1 
 SetCFLAGS: -O3 -fno-common
 NoSetMAKEFLAGS: true
 SetMAKEFLAGS: -j1
@@ -73,6 +73,8 @@
 
        Rename a manpage that collides with one in tcltk (had been
        not installed in blt/blt-man until 2.4z-15)
+
+       Add blt2.4z-patch-64 from Fedora blt rpm for x86_64 build
 <<
 License: BSD
 Homepage: http://sourceforge.net/projects/blt


------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to