Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv5984

Modified Files:
        geant4.9.info geant4.9.patch 
Log Message:
Backport latest geant4.9 to 10.6.

Index: geant4.9.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/geant4.9.info,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- geant4.9.info       8 May 2012 13:09:35 -0000       1.14
+++ geant4.9.info       12 May 2012 11:56:13 -0000      1.15
@@ -1,7 +1,7 @@
 Info3: <<
 Package: geant4.9%type_pkg[cernlib]
 Version: 4.9.4
-Revision: 11
+Revision: 13
 Type: cernlib (. -cernlib-gfortran -cernlib-g77 -cernlib)
 Architecture: <<
  ('%type_pkg[cernlib]' = '-cernlib-g77') powerpc,
@@ -82,10 +82,10 @@
 Provides: geant4
 Suggests: geant4.9-data
 GCC: 4.0
-Source: http://geant4.cern.ch/support/source/geant%v.p02.tar.gz
-Source-MD5: d4e95badeb536d82278e690280633846
+Source: http://geant4.cern.ch/support/source/geant%v.p04.tar.gz
+Source-MD5: 1b2a31668171031b9991312586dc0fff
 PatchFile: geant4.9.patch
-PatchFile-MD5: 65f8dcf2e6977c071aed8dce5cd51708
+PatchFile-MD5: 2dd0881006f145ab8160a820d3147b06
 PatchScript: <<
   #!/bin/sh -ev
   if [[ '%type_pkg[cernlib]' == -cernlib-g77 ]]; then

Index: geant4.9.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/geant4.9.patch,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- geant4.9.patch      8 Oct 2011 08:24:42 -0000       1.7
+++ geant4.9.patch      12 May 2012 11:56:13 -0000      1.8
@@ -18,7 +18,7 @@
    endif
    ifndef X11LIBS
      X11LIBS   := -L/usr/X11R6/lib  -lXmu -lXt -lXext -lX11 -lXi -lSM -lICE
-@@ -126,15 +126,32 @@
+@@ -136,15 +136,32 @@
  
    define build-granular-shared-lib
      @libdir=`(cd $(@D);/bin/pwd)`; \
@@ -26,8 +26,9 @@
 +     compversion=`(echo @VERSION@ | /usr/bin/cut -d'.' -f1-2)`; \
 +     libs=`(/bin/ls -1 $$libdir/*$$compversion.dylib | /usr/bin/xargs -IFILE 
/usr/bin/basename FILE .$$compversion.dylib | /usr/bin/sed -n 's|^lib|-l|p')`; \
       cd $(G4TMPDIR); \
-      $(CXX)  -dynamiclib -single_module  -lgcov -undefined dynamic_lookup \
+-     $(CXX)  -dynamiclib -single_module -undefined dynamic_lookup \
 -         -o $$libdir/$(@F) $(INTYLIBS) *.o
++     $(CXX)  -dynamiclib -single_module -undefined dynamic_lookup \
 +         -install_name @PREFIX@/lib/geant4.9/Darwin-g++/`echo $$libname | 
/usr/bin/cut -d'.' -f1-3`".dylib" \
 +         -compatibility_version $$compversion -current_version @VERSION@ \
 +         -o $$libdir/$$libname *.o -L$(G4LIB)/$(G4SYSTEM) $$libs \
@@ -41,8 +42,9 @@
 +     compversion=`(echo @VERSION@ | /usr/bin/cut -d'.' -f1-2)`; \
 +     libs=`(/bin/ls -1 $$libdir/*$$compversion.dylib | /usr/bin/xargs -IFILE 
/usr/bin/basename FILE .$$compversion.dylib | /usr/bin/sed -n 's|^lib|-l|p')`; \
       cd $(G4TMP)/$(G4SYSTEM); \
-      $(CXX)  -dynamiclib -single_module  -lgcov -undefined dynamic_lookup \
+-     $(CXX)  -dynamiclib -single_module -undefined dynamic_lookup \
 -         -o $$libdir/$(@F) $(INTYLIBS) $(foreach dir,$(SUBLIBS),$(dir)/*.o);
++     $(CXX)  -dynamiclib -single_module -undefined dynamic_lookup \
 +         -install_name @PREFIX@/lib/geant4.9/Darwin-g++/`echo $$libname | 
/usr/bin/cut -d'.' -f1-3`".dylib" \
 +         -compatibility_version $$compversion -current_version @VERSION@ \
 +         -o $$libdir/$$libname \


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to