Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22340

Modified Files:
        boost1.31.info boost1.31.patch 
Log Message:
Added -fabi-version=1 to makefiles


Index: boost1.31.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/boost1.31.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- boost1.31.info      9 Apr 2005 23:57:37 -0000       1.9
+++ boost1.31.info      14 Apr 2005 01:04:16 -0000      1.10
@@ -1,6 +1,6 @@
 Package: boost1.31
 Version: 1.31.0
-Revision: 5
+Revision: 6
 Maintainer: Mark Treiber <[EMAIL PROTECTED]>
 License: BSD
 

Index: boost1.31.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/boost1.31.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- boost1.31.patch     9 Apr 2005 23:57:37 -0000       1.2
+++ boost1.31.patch     14 Apr 2005 01:04:16 -0000      1.3
@@ -1,6 +1,6 @@
 diff -urN boost_1_31_0.orig/Jamfile boost_1_31_0/Jamfile
 --- boost_1_31_0.orig/Jamfile  Thu Jan  8 22:28:22 2004
-+++ boost_1_31_0/Jamfile       Sun Apr  3 17:58:43 2005
++++ boost_1_31_0/Jamfile       Sun Apr 10 23:13:39 2005
 @@ -79,6 +79,7 @@
  # object code libraries
  local lib-locate = [ MATCH "^--libdir=(.*)" : $(ARGV) ] ;
@@ -11,7 +11,7 @@
  local all-locate = [ MATCH "^--builddir=(.*)" : $(ARGV) ] ;
 diff -urN boost_1_31_0.orig/libs/python/build/Jamfile 
boost_1_31_0/libs/python/build/Jamfile
 --- boost_1_31_0.orig/libs/python/build/Jamfile        Tue Nov  4 13:30:37 2003
-+++ boost_1_31_0/libs/python/build/Jamfile     Sun Apr  3 17:58:43 2005
++++ boost_1_31_0/libs/python/build/Jamfile     Sun Apr 10 23:13:39 2005
 @@ -61,6 +61,7 @@
        $(bpl-linkflags)
          <msvc-stlport><release>$(msvc-stlport-workarounds)
@@ -22,7 +22,7 @@
    template extension
 diff -urN boost_1_31_0.orig/libs/test/build/Jamfile 
boost_1_31_0/libs/test/build/Jamfile
 --- boost_1_31_0.orig/libs/test/build/Jamfile  Sun Nov 30 19:42:37 2003
-+++ boost_1_31_0/libs/test/build/Jamfile       Sun Apr  3 17:58:43 2005
++++ boost_1_31_0/libs/test/build/Jamfile       Sun Apr 10 23:13:39 2005
 @@ -57,13 +57,16 @@
  if ! $(NT)
  {
@@ -45,7 +45,7 @@
  install test lib
 diff -urN boost_1_31_0.orig/tools/build/v1/allyourbase.jam 
boost_1_31_0/tools/build/v1/allyourbase.jam
 --- boost_1_31_0.orig/tools/build/v1/allyourbase.jam   Sun Dec 14 22:46:09 2003
-+++ boost_1_31_0/tools/build/v1/allyourbase.jam        Sun Apr  3 17:58:43 2005
++++ boost_1_31_0/tools/build/v1/allyourbase.jam        Sun Apr 10 23:13:39 2005
 @@ -2105,7 +2105,7 @@
  
  actions HardLink
@@ -57,7 +57,7 @@
  actions Install
 diff -urN boost_1_31_0.orig/tools/build/v1/boost-base.jam 
boost_1_31_0/tools/build/v1/boost-base.jam
 --- boost_1_31_0.orig/tools/build/v1/boost-base.jam    Wed Jan 28 17:52:25 2004
-+++ boost_1_31_0/tools/build/v1/boost-base.jam Sun Apr  3 17:58:43 2005
++++ boost_1_31_0/tools/build/v1/boost-base.jam Sun Apr 10 23:13:39 2005
 @@ -2556,7 +2556,7 @@
      if <threading>multi in $(properties) { thread-tag = mt ; }
      
@@ -80,7 +80,7 @@
      
 diff -urN boost_1_31_0.orig/tools/build/v1/gcc-tools.jam 
boost_1_31_0/tools/build/v1/gcc-tools.jam
 --- boost_1_31_0.orig/tools/build/v1/gcc-tools.jam     Wed Jan 21 23:11:52 2004
-+++ boost_1_31_0/tools/build/v1/gcc-tools.jam  Sun Apr  3 17:58:43 2005
++++ boost_1_31_0/tools/build/v1/gcc-tools.jam  Sun Apr 10 23:14:18 2005
 @@ -118,9 +118,6 @@
          {
          # MacOS X, doesn't need any threading options set
@@ -109,9 +109,18 @@
      $(ACTION_1)$(LN)$(_)-fs$(_)"$(<[1]:D=)$(OUTTAG)"$(_)"$(<[1])"
  }
  
+@@ -459,7 +456,7 @@
+ actions gcc-C++-action
+ {
+     $(.SET_EXIT)
+-    $(.GXX[1]:R=$(GCC_BIN_DIR)) $(.GXX[2-]) -c -Wall -ftemplate-depth-100 
-U$(UNDEFS) -D$(DEFINES) $(CFLAGS) $(C++FLAGS) -I"$(HDRS)" -I$(_)"$(STDHDRS)" 
-o "$(<)" "$(>:T)"
++    $(.GXX[1]:R=$(GCC_BIN_DIR)) $(.GXX[2-]) -c -Wall -fabi-version=1 
-ftemplate-depth-100 -U$(UNDEFS) -D$(DEFINES) $(CFLAGS) $(C++FLAGS) -I"$(HDRS)" 
-I$(_)"$(STDHDRS)" -o "$(<)" "$(>:T)"
+     $(.OBJCOPY[1])$(_)$(OBJCOPY_FLAGS)$(_)"$(<)"
+ }
+ 
 diff -urN boost_1_31_0.orig/tools/build/v1/python.jam 
boost_1_31_0/tools/build/v1/python.jam
 --- boost_1_31_0.orig/tools/build/v1/python.jam        Wed Jan 28 17:52:25 2004
-+++ boost_1_31_0/tools/build/v1/python.jam     Sun Apr  3 17:58:43 2005
++++ boost_1_31_0/tools/build/v1/python.jam     Sun Apr 10 23:13:39 2005
 @@ -62,10 +62,10 @@
      CYGWIN_PYTHON_DEBUG_DLL_PATH ?= $(CYGWIN_PYTHON_DEBUG_ROOT)/bin ;
      CYGWIN_PYTHON_DEBUG_LIB_PATH ?= 
$(CYGWIN_PYTHON_DEBUG_ROOT)/lib/python$(CYGWIN_PYTHON_DEBUG_VERSION)/config ;



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to