Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv5594/10.4/unstable/main/finkinfo/sci

Modified Files:
        mapmaker.info mapmaker.patch 
Log Message:
Avoid core-dump perhaps?


Index: mapmaker.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/mapmaker.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- mapmaker.patch      15 Feb 2006 16:47:41 -0000      1.1
+++ mapmaker.patch      9 Jun 2006 16:05:20 -0000       1.2
@@ -97,6 +97,18 @@
  #endif
  
  /* Library declarations only to be used by the helpers library code itself */
+diff -Nurd -x'*~' mapm3-source.orig/mapm/reader.c mapm3-source/mapm/reader.c
+--- mapm3-source.orig/mapm/reader.c    1993-02-09 11:35:05.000000000 -0500
++++ mapm3-source/mapm/reader.c 2006-06-09 11:48:41.000000000 -0400
+@@ -16,7 +16,7 @@
+ #define INC_EQN
+ #include "mapm.h"
+ 
+-RAW_DATA raw;
++static RAW_DATA raw;
+ int original_markers;
+ 
+ #define end_of_text(fp) feof(fp)
 diff -Nurd -x'*~' mapm3-source.orig/sun/xmapmaker mapm3-source/sun/xmapmaker
 --- mapm3-source.orig/sun/xmapmaker    2003-04-19 07:53:23.000000000 -0400
 +++ mapm3-source/sun/xmapmaker 2003-04-19 09:15:38.000000000 -0400

Index: mapmaker.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/mapmaker.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- mapmaker.info       15 Feb 2006 16:47:41 -0000      1.1
+++ mapmaker.info       9 Jun 2006 16:05:20 -0000       1.2
@@ -1,6 +1,6 @@
 Package: mapmaker
 Version: 3.0
-Revision: 1013
+Revision: 1014
 Description: Interactive genetic linkage mapping package
 DescDetail: <<
 MAPMAKER/EXP is a linkage analysis package designed to help construct
@@ -75,12 +75,13 @@
 
 CompileScript contains some ugly hacks to convert *.help (used by
 online help facility in the programs) into HTML with linked TOCs.
+
+Make a global variable static to maybe avoid core-dump on 10.4.
 <<
 Homepage: http://www.broad.mit.edu/tools/software.html
 License: Restrictive
 Maintainer: Daniel Macks <[EMAIL PROTECTED]>
 Recommends: x11, ghostscript
-GCC: 4.0
 Source: 
http://www-genome.wi.mit.edu/ftp/distribution/software/mapmaker3/mapm3-source.tar.Z
 Source-MD5: 8aa7a061d32a49c8704c1a5c4b31aa2d
 NoSourceDirectory: true



_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to