Update of /cvsroot/fink/experimental/babayoshihiko/finkinfo
In directory vz-cvs-3.sog:/tmp/cvs-serv11875

Modified Files:
        boost1.46..info boost1.46.patch 
Log Message:
got from Snaggle

Index: boost1.46..info
===================================================================
RCS file: /cvsroot/fink/experimental/babayoshihiko/finkinfo/boost1.46..info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- boost1.46..info     5 Jul 2011 13:55:25 -0000       1.1
+++ boost1.46..info     29 Jul 2011 02:02:17 -0000      1.2
@@ -1,12 +1,18 @@
 Info2: <<
 Package: boost1.46.%type_pkg[python]
 Version: 1.46.1
-Revision: 0.1
-Type: python (nopython systempython python2.3 python2.4 python2.5 python2.6 
python2.7)
-Distribution: (%type_pkg[python] = python23) 10.4, (%type_pkg[python] = 
python24) 10.4, (%type_pkg[python] = python24) 10.5
+Revision: 9
+Type: python (nopython systempython python2.5 python2.6 python2.7 python3.2)
+Distribution: 10.5, 10.6
+
 License: BSD
+
 Depends: %N-shlibs (= %v-%r)
-BuildDepends: boost-jam, (%type_num[python]) %type_pkg[python], fink (>= 
0.27.2)
+BuildDepends: <<
+       boost-jam,
+       fink (>= 0.27.2),
+       (%type_num[python]) %type_pkg[python]
+<<
 BuildDependsOnly: True
 #BuildConflicts: (%type_pkg[python] != nopython) python 
 Conflicts: <<
@@ -15,17 +21,14 @@
   boost1.34.python23,           
   boost1.34.python24,           
   boost1.34.python25,
-  boost1.35.nopython,
-  boost1.35.systempython,
-  boost1.35.python23,
-  boost1.35.python24,
-  boost1.35.python25,
-  boost1.35.python26,
-  boost1.35.python27,
+  (%type_pkg[python] != nopython) boost1.35.systempython,
+  (%type_pkg[python] != nopython) boost1.35.python23,
+  (%type_pkg[python] != nopython) boost1.35.python24,
+  (%type_pkg[python] != nopython) boost1.35.python25,
+  (%type_pkg[python] != nopython) boost1.35.python26,
+  (%type_pkg[python] != nopython) boost1.35.python27,
   boost1.41.cmake,
   (%type_pkg[python] != nopython) boost1.46.systempython,
-  (%type_pkg[python] != nopython) boost1.46.python23,
-  (%type_pkg[python] != nopython) boost1.46.python24,
   (%type_pkg[python] != nopython) boost1.46.python25,
   (%type_pkg[python] != nopython) boost1.46.python26,
   (%type_pkg[python] != nopython) boost1.46.python27
@@ -45,79 +48,85 @@
   boost1.35.python27,
   boost1.35.nopython,
   boost1.41.cmake,
-  boost1.46.systempython,
-  boost1.46.python23,
-  boost1.46.python24,
-  boost1.46.python25,
-  boost1.46.python26,
-  boost1.46.python27,
-  boost1.46.nopython
+  boost1.46.systempython, boost1.46.python25, boost1.46.python26, 
boost1.46.python27, boost1.46.nopython  
 <<
 
-Source:  mirror:sourceforge:boost/boost_1_46_1.tar.gz
+Source:  mirror:sourceforge:boost/boost_1_46_1.tar.bz2
 SourceDirectory: boost_1_46_1
-Source-MD5: 341e5d993b19d099bf1a548495ea91ec
+Source-MD5: 7375679575f4c8db605d426fc721d506
 
 PatchFile: %{ni}patch
-PatchFile-MD5: 5893cabafae37953a6c7e762ffbae551
-PatchScript: patch -p1 < %{PatchFile}
+PatchFile-MD5: 6eeddb97f80a0e5164b7ceb551993dac
+PatchScript:<<
+#!/bin/sh -ex
+ patch -p1 < %{PatchFile}
+# don't link to libpython, we will use -undefined dynamic_lookup
+# perl -pi -e 's|windows cygwin darwin|windows cygwin|' 
tools/build/v2/tools/python.jam
+# don't build debug target nor runtime-link-static, otherwise complete
+ perl -pi -e 's|debug release|release|;s|\<runtime-link\>shared 
\<runtime-link\>static|\<runtime-link\>shared|' Jamroot
+ perl -pi -e 's|g\+\+|g++-4.0|' tools/build/v2/tools/darwin.jam 
+# /usr/bin/sed -i '.bak' -e '/isysroot/d' tools/build/v2/tools/darwin.jam
+<<
 
 GCC: 4.0
 CompileScript: <<
 #!/bin/sh -ex
-  # don't link to libpython, we will use -undefined dynamic_lookup
-  perl -pi -e 's|windows cygwin darwin|windows cygwin|' 
tools/build/v2/tools/python.jam
-  # don't build debug target nor runtime-link-static, otherwise complete
-  perl -pi -e 's|debug release|release|;s|\<runtime-link\>shared 
\<runtime-link\>static|\<runtime-link\>shared|' Jamroot
-  perl -pi -e 's|g\+\+|g++-4.0|' tools/build/v2/tools/darwin.jam 
-  # /usr/bin/sed -i '.bak' -e '/isysroot/d' tools/build/v2/tools/darwin.jam
  USEPYTHON='--with-python'
  UNDEFINED='--undefined=-Wl,-flat_namespace,-undefined,dynamic_lookup'
  case %type_pkg[python] in 
    nopython) 
       UNDEFINED=''
-      USEPYTHON='--without-python' ;;
+      USEPYTHON='--without-python'
+      export PYTHON='' ;;
+   systempython)
+      echo "using python : : /usr/bin/python ; " >> 
tools/build/v2/user-config.jam
+      UNDEFINED=''
+      USEPYTHON='--with-python'
+      export CXXFLAGS='-I/System/Library/Frameworks/Python.framework/Headers'
+      export PYTHON='/usr/bin/python'
+      LIBDIR='--libdir=%p/lib' ;;
    python*)
       echo "using python : : %p/bin/%type_raw[python] ; " >> 
tools/build/v2/user-config.jam
+      export PYTHON='%p/bin/%type_raw[python]'
       LIBDIR='--libdir=%p/lib/%type_raw[python]/site-packages' ;;
    *) ;;
  esac
 
- bjam --toolset=darwin $USEPYTHON --prefix=%p $LIBDIR $UNDEFINED 
--layout=versioned --build-type=complete
+ PYTHON=$PYTHON bjam -d2 --toolset=darwin $USEPYTHON --prefix=%p $LIBDIR 
$UNDEFINED --compatibility_version=1.46.0 --current_version=1.46.1 
--build-type=complete --layout=tagged variant=release threading=single,multi 
link=shared
 <<
 
 InstallScript: <<
 #!/bin/sh -ex
 
  [ '%type_pkg[python]' ==  'nopython' ] && USEPYTHON='--without-python' || 
USEPYTHON='--with-python'
- bjam --toolset=darwin $USEPYTHON --prefix=%i install --layout=versioned 
--build-type=complete
-
+ bjam -d2 --toolset=darwin $USEPYTHON --prefix=%i $LIBDIR $UNDEFINED 
--compatibility_version=1.46.0 --current_version=1.46.1 --build-type=complete 
--layout=tagged variant=release threading=single,multi link=shared install
 
- ln -s boost-1_46/boost %i/include/boost
+ ln -s boost %i/include/boost-1_46
  if [ '%type_pkg[python]' == 'nopython' ]; then
-   LIBS="date_time filesystem graph iostreams \
-       math_c99 math_c99f math_tr1 math_tr1f \
-       program_options \
-       regex serialization wserialization signals system \
-       prg_exec_monitor unit_test_framework \
-       thread wave";
+   LIBS="date_time filesystem graph iostreams math_c99 math_c99f \
+       math_tr1 math_tr1f prg_exec_monitor program_options random \
+       regex serialization signals system thread \
+       unit_test_framework wave wserialization";
  else
    LIBS="python"
  fi
+ ### dylibs are created with unversioned name.  mv to version name
+ ### and create unversioned symlink
  for LIB in $LIBS;
      do
        if [ $LIB == "thread" ]; then
          ln -s libboost_${LIB}-mt.dylib %i/lib/libboost_${LIB}.dylib
-       else 
-         ln -s libboost_${LIB}-1_46_1.dylib %i/lib/libboost_${LIB}.dylib
+       else
+         mv %i/lib/libboost_${LIB}.dylib %i/lib/libboost_${LIB}-1_46.dylib
+         ln -s libboost_${LIB}-1_46.dylib %i/lib/libboost_${LIB}.dylib
        fi
-         ln -s libboost_${LIB}-mt-1_46_1.dylib %i/lib/libboost_${LIB}-mt.dylib
+       mv %i/lib/libboost_${LIB}-mt.dylib %i/lib/libboost_${LIB}-mt-1_46.dylib
+       ln -s libboost_${LIB}-mt-1_46.dylib %i/lib/libboost_${LIB}-mt.dylib
      done
  if [ -n '%type_num[python]' ]; then
+   ### move Fink python libs to site-packages directory 
    mkdir -p %i/lib/%type_raw[python]/site-packages
-   mv %i/lib/libboost*1_46.dylib %i/lib/%type_raw[python]/site-packages
-   ln -sf %type_raw[python]/site-packages/libboost_python-1_46.dylib 
%i/lib/libboost_python.dylib
-   ln -sf %type_raw[python]/site-packages/libboost_python-mt-1_46.dylib 
%i/lib/libboost_python-mt.dylib
+   mv %i/lib/libboost*.dylib %i/lib/%type_raw[python]/site-packages
  fi
 # install the examples, docs, tools, etc by hand
  mkdir -p %i/lib/boost-1_46
@@ -131,91 +140,92 @@
  Depends: ( %type_num[python] ) %type_pkg[python]-shlibs
 
  Files: <<
-  ( %type_raw[python] = systempython ) lib/libboost_python-1_46_1.dylib
-  ( %type_raw[python] = systempython ) lib/libboost_python-mt-1_46_1.dylib
-  ( %type_num[python] ) 
lib/%type_raw[python]/site-packages/libboost_python-1_46_1.dylib
-  ( %type_num[python] ) 
lib/%type_raw[python]/site-packages/libboost_python-mt-1_46_1.dylib
-  ( %type_raw[python] = nopython ) lib/libboost_*-1_46_1.dylib
+  ( %type_raw[python] = systempython ) lib/libboost_python-1_46.dylib
+  ( %type_raw[python] = systempython ) lib/libboost_python-mt-1_46.dylib
+  ( %type_num[python] ) 
lib/%type_raw[python]/site-packages/libboost_python-1_46.dylib
+  ( %type_num[python] ) 
lib/%type_raw[python]/site-packages/libboost_python-mt-1_46.dylib
+  ( %type_raw[python] = nopython ) lib/libboost_date_time-1_46.dylib
+  ( %type_raw[python] = nopython ) lib/libboost_filesystem-1_46.dylib
+  ( %type_raw[python] = nopython ) lib/libboost_graph-1_46.dylib
+  ( %type_raw[python] = nopython ) lib/libboost_iostreams-1_46.dylib
+  ( %type_raw[python] = nopython ) lib/libboost_math_c99-1_46.dylib
+  ( %type_raw[python] = nopython ) lib/libboost_math_c99f-1_46.dylib
+  ( %type_raw[python] = nopython ) lib/libboost_math_tr1-1_46.dylib
+  ( %type_raw[python] = nopython ) lib/libboost_math_tr1f-1_46.dylib
+  ( %type_raw[python] = nopython ) lib/libboost_program_options-1_46.dylib
+  ( %type_raw[python] = nopython ) lib/libboost_random-1_46.dylib
+  ( %type_raw[python] = nopython ) lib/libboost_regex-1_46.dylib
+  ( %type_raw[python] = nopython ) lib/libboost_serialization-1_46.dylib
+  ( %type_raw[python] = nopython ) lib/libboost_wserialization-1_46.dylib
+  ( %type_raw[python] = nopython ) lib/libboost_signals-1_46.dylib
+  ( %type_raw[python] = nopython ) lib/libboost_system-1_46.dylib
+  ( %type_raw[python] = nopython ) lib/libboost_prg_exec_monitor-1_46.dylib
+  ( %type_raw[python] = nopython ) lib/libboost_unit_test_framework-1_46.dylib
+  ( %type_raw[python] = nopython ) lib/libboost_wave-1_46.dylib
+  ( %type_raw[python] = nopython ) lib/libboost_date_time-mt-1_46.dylib
+  ( %type_raw[python] = nopython ) lib/libboost_filesystem-mt-1_46.dylib
+  ( %type_raw[python] = nopython ) lib/libboost_graph-mt-1_46.dylib
+  ( %type_raw[python] = nopython ) lib/libboost_iostreams-mt-1_46.dylib
+  ( %type_raw[python] = nopython ) lib/libboost_math_c99-mt-1_46.dylib
+  ( %type_raw[python] = nopython ) lib/libboost_math_c99f-mt-1_46.dylib
+  ( %type_raw[python] = nopython ) lib/libboost_math_tr1-mt-1_46.dylib
+  ( %type_raw[python] = nopython ) lib/libboost_math_tr1f-mt-1_46.dylib
+  ( %type_raw[python] = nopython ) lib/libboost_program_options-mt-1_46.dylib
+  ( %type_raw[python] = nopython ) lib/libboost_random-mt-1_46.dylib
+  ( %type_raw[python] = nopython ) lib/libboost_regex-mt-1_46.dylib
+  ( %type_raw[python] = nopython ) lib/libboost_serialization-mt-1_46.dylib
+  ( %type_raw[python] = nopython ) lib/libboost_wserialization-mt-1_46.dylib
+  ( %type_raw[python] = nopython ) lib/libboost_signals-mt-1_46.dylib
+  ( %type_raw[python] = nopython ) lib/libboost_system-mt-1_46.dylib
+  ( %type_raw[python] = nopython ) lib/libboost_prg_exec_monitor-mt-1_46.dylib
+  ( %type_raw[python] = nopython ) 
lib/libboost_unit_test_framework-mt-1_46.dylib
+  ( %type_raw[python] = nopython ) lib/libboost_thread-mt-1_46.dylib
+  ( %type_raw[python] = nopython ) lib/libboost_wave-mt-1_46.dylib
  <<
 
  Shlibs: <<
-  ( %type_raw[python] = systempython ) %p/lib/libboost_python-1_46_1.dylib 
1.46.0 %n (>= 1.46.1-1)
-  ( %type_raw[python] = systempython ) %p/lib/libboost_python-mt-1_46_1.dylib 
1.46.0 %n (>= 1.46.1-1)
-  ( %type_raw[python] = nopython ) 
%p/lib/libboost_date_time-xgcc40-1_46_1.dylib  1.46.0 %n (>= 1.46.1-1)
-  ( %type_raw[python] = nopython ) 
%p/lib/libboost_date_time-xgcc40-d-1_46_1.dylib  1.46.0 %n (>= 1.46.1-1)
-  ( %type_raw[python] = nopython ) 
%p/lib/libboost_date_time-xgcc40-mt-1_46_1.dylib  1.46.0 %n (>= 1.46.1-1)
-  ( %type_raw[python] = nopython ) 
%p/lib/libboost_date_time-xgcc40-mt-d-1_46_1.dylib  1.46.0 %n (>= 1.46.1-1)
-  ( %type_raw[python] = nopython ) 
%p/lib/libboost_filesystem-xgcc40-1_46_1.dylib  1.46.0 %n (>= 1.46.1-1)
-  ( %type_raw[python] = nopython ) 
%p/lib/libboost_filesystem-xgcc40-d-1_46_1.dylib  1.46.0 %n (>= 1.46.1-1)
-  ( %type_raw[python] = nopython ) 
%p/lib/libboost_filesystem-xgcc40-mt-1_46_1.dylib  1.46.0 %n (>= 1.46.1-1)
-  ( %type_raw[python] = nopython ) 
%p/lib/libboost_filesystem-xgcc40-mt-d-1_46_1.dylib  1.46.0 %n (>= 1.46.1-1)
-  ( %type_raw[python] = nopython ) %p/lib/libboost_graph-xgcc40-1_46_1.dylib  
1.46.0 %n (>= 1.46.1-1)
-  ( %type_raw[python] = nopython ) %p/lib/libboost_graph-xgcc40-d-1_46_1.dylib 
 1.46.0 %n (>= 1.46.1-1)
-  ( %type_raw[python] = nopython ) 
%p/lib/libboost_graph-xgcc40-mt-1_46_1.dylib  1.46.0 %n (>= 1.46.1-1)
-  ( %type_raw[python] = nopython ) 
%p/lib/libboost_graph-xgcc40-mt-d-1_46_1.dylib  1.46.0 %n (>= 1.46.1-1)
-  ( %type_raw[python] = nopython ) 
%p/lib/libboost_iostreams-xgcc40-1_46_1.dylib  1.46.0 %n (>= 1.46.1-1)
-  ( %type_raw[python] = nopython ) 
%p/lib/libboost_iostreams-xgcc40-d-1_46_1.dylib  1.46.0 %n (>= 1.46.1-1)
-  ( %type_raw[python] = nopython ) 
%p/lib/libboost_iostreams-xgcc40-mt-1_46_1.dylib  1.46.0 %n (>= 1.46.1-1)
-  ( %type_raw[python] = nopython ) 
%p/lib/libboost_iostreams-xgcc40-mt-d-1_46_1.dylib  1.46.0 %n (>= 1.46.1-1)
-  ( %type_raw[python] = nopython ) 
%p/lib/libboost_math_c99-xgcc40-1_46_1.dylib  1.46.0 %n (>= 1.46.1-1)
-  ( %type_raw[python] = nopython ) 
%p/lib/libboost_math_c99-xgcc40-d-1_46_1.dylib  1.46.0 %n (>= 1.46.1-1)
-  ( %type_raw[python] = nopython ) 
%p/lib/libboost_math_c99-xgcc40-mt-1_46_1.dylib  1.46.0 %n (>= 1.46.1-1)
-  ( %type_raw[python] = nopython ) 
%p/lib/libboost_math_c99-xgcc40-mt-d-1_46_1.dylib  1.46.0 %n (>= 1.46.1-1)
-  ( %type_raw[python] = nopython ) 
%p/lib/libboost_math_c99f-xgcc40-1_46_1.dylib  1.46.0 %n (>= 1.46.1-1)
-  ( %type_raw[python] = nopython ) 
%p/lib/libboost_math_c99f-xgcc40-d-1_46_1.dylib  1.46.0 %n (>= 1.46.1-1)
-  ( %type_raw[python] = nopython ) 
%p/lib/libboost_math_c99f-xgcc40-mt-1_46_1.dylib  1.46.0 %n (>= 1.46.1-1)
-  ( %type_raw[python] = nopython ) 
%p/lib/libboost_math_c99f-xgcc40-mt-d-1_46_1.dylib  1.46.0 %n (>= 1.46.1-1)
-  ( %type_raw[python] = nopython ) 
%p/lib/libboost_math_tr1-xgcc40-1_46_1.dylib  1.46.0 %n (>= 1.46.1-1)
-  ( %type_raw[python] = nopython ) 
%p/lib/libboost_math_tr1-xgcc40-d-1_46_1.dylib  1.46.0 %n (>= 1.46.1-1)
-  ( %type_raw[python] = nopython ) 
%p/lib/libboost_math_tr1-xgcc40-mt-1_46_1.dylib  1.46.0 %n (>= 1.46.1-1)
-  ( %type_raw[python] = nopython ) 
%p/lib/libboost_math_tr1-xgcc40-mt-d-1_46_1.dylib  1.46.0 %n (>= 1.46.1-1)
-  ( %type_raw[python] = nopython ) 
%p/lib/libboost_math_tr1f-xgcc40-1_46_1.dylib  1.46.0 %n (>= 1.46.1-1)
-  ( %type_raw[python] = nopython ) 
%p/lib/libboost_math_tr1f-xgcc40-d-1_46_1.dylib  1.46.0 %n (>= 1.46.1-1)
-  ( %type_raw[python] = nopython ) 
%p/lib/libboost_math_tr1f-xgcc40-mt-1_46_1.dylib  1.46.0 %n (>= 1.46.1-1)
-  ( %type_raw[python] = nopython ) 
%p/lib/libboost_math_tr1f-xgcc40-mt-d-1_46_1.dylib  1.46.0 %n (>= 1.46.1-1)
-  ( %type_raw[python] = nopython ) 
%p/lib/libboost_prg_exec_monitor-xgcc40-1_46_1.dylib  1.46.0 %n (>= 1.46.1-1)
-  ( %type_raw[python] = nopython ) 
%p/lib/libboost_prg_exec_monitor-xgcc40-d-1_46_1.dylib  1.46.0 %n (>= 1.46.1-1)
-  ( %type_raw[python] = nopython ) 
%p/lib/libboost_prg_exec_monitor-xgcc40-mt-1_46_1.dylib  1.46.0 %n (>= 1.46.1-1)
-  ( %type_raw[python] = nopython ) 
%p/lib/libboost_prg_exec_monitor-xgcc40-mt-d-1_46_1.dylib  1.46.0 %n (>= 
1.46.1-1)
-  ( %type_raw[python] = nopython ) 
%p/lib/libboost_program_options-xgcc40-1_46_1.dylib  1.46.0 %n (>= 1.46.1-1)
-  ( %type_raw[python] = nopython ) 
%p/lib/libboost_program_options-xgcc40-d-1_46_1.dylib  1.46.0 %n (>= 1.46.1-1)
-  ( %type_raw[python] = nopython ) 
%p/lib/libboost_program_options-xgcc40-mt-1_46_1.dylib  1.46.0 %n (>= 1.46.1-1)
-  ( %type_raw[python] = nopython ) 
%p/lib/libboost_program_options-xgcc40-mt-d-1_46_1.dylib  1.46.0 %n (>= 
1.46.1-1)
-  ( %type_raw[python] = nopython ) %p/lib/libboost_random-xgcc40-1_46_1.dylib  
1.46.0 %n (>= 1.46.1-1)
-  ( %type_raw[python] = nopython ) 
%p/lib/libboost_random-xgcc40-d-1_46_1.dylib  1.46.0 %n (>= 1.46.1-1)
-  ( %type_raw[python] = nopython ) 
%p/lib/libboost_random-xgcc40-mt-1_46_1.dylib  1.46.0 %n (>= 1.46.1-1)
-  ( %type_raw[python] = nopython ) 
%p/lib/libboost_random-xgcc40-mt-d-1_46_1.dylib  1.46.0 %n (>= 1.46.1-1)
-  ( %type_raw[python] = nopython ) %p/lib/libboost_regex-xgcc40-1_46_1.dylib  
1.46.0 %n (>= 1.46.1-1)
-  ( %type_raw[python] = nopython ) %p/lib/libboost_regex-xgcc40-d-1_46_1.dylib 
 1.46.0 %n (>= 1.46.1-1)
-  ( %type_raw[python] = nopython ) 
%p/lib/libboost_regex-xgcc40-mt-1_46_1.dylib  1.46.0 %n (>= 1.46.1-1)
-  ( %type_raw[python] = nopython ) 
%p/lib/libboost_regex-xgcc40-mt-d-1_46_1.dylib  1.46.0 %n (>= 1.46.1-1)
-  ( %type_raw[python] = nopython ) 
%p/lib/libboost_serialization-xgcc40-1_46_1.dylib  1.46.0 %n (>= 1.46.1-1)
-  ( %type_raw[python] = nopython ) 
%p/lib/libboost_serialization-xgcc40-d-1_46_1.dylib  1.46.0 %n (>= 1.46.1-1)
-  ( %type_raw[python] = nopython ) 
%p/lib/libboost_serialization-xgcc40-mt-1_46_1.dylib  1.46.0 %n (>= 1.46.1-1)
-  ( %type_raw[python] = nopython ) 
%p/lib/libboost_serialization-xgcc40-mt-d-1_46_1.dylib  1.46.0 %n (>= 1.46.1-1)
-  ( %type_raw[python] = nopython ) %p/lib/libboost_signals-xgcc40-1_46_1.dylib 
 1.46.0 %n (>= 1.46.1-1)
-  ( %type_raw[python] = nopython ) 
%p/lib/libboost_signals-xgcc40-d-1_46_1.dylib  1.46.0 %n (>= 1.46.1-1)
-  ( %type_raw[python] = nopython ) 
%p/lib/libboost_signals-xgcc40-mt-1_46_1.dylib  1.46.0 %n (>= 1.46.1-1)
-  ( %type_raw[python] = nopython ) 
%p/lib/libboost_signals-xgcc40-mt-d-1_46_1.dylib  1.46.0 %n (>= 1.46.1-1)
-  ( %type_raw[python] = nopython ) %p/lib/libboost_system-xgcc40-1_46_1.dylib  
1.46.0 %n (>= 1.46.1-1)
-  ( %type_raw[python] = nopython ) 
%p/lib/libboost_system-xgcc40-d-1_46_1.dylib  1.46.0 %n (>= 1.46.1-1)
-  ( %type_raw[python] = nopython ) 
%p/lib/libboost_system-xgcc40-mt-1_46_1.dylib  1.46.0 %n (>= 1.46.1-1)
-  ( %type_raw[python] = nopython ) 
%p/lib/libboost_system-xgcc40-mt-d-1_46_1.dylib  1.46.0 %n (>= 1.46.1-1)
-  ( %type_raw[python] = nopython ) 
%p/lib/libboost_thread-xgcc40-mt-1_46_1.dylib  1.46.0 %n (>= 1.46.1-1)
-  ( %type_raw[python] = nopython ) 
%p/lib/libboost_thread-xgcc40-mt-d-1_46_1.dylib  1.46.0 %n (>= 1.46.1-1)
-  ( %type_raw[python] = nopython ) 
%p/lib/libboost_unit_test_framework-xgcc40-1_46_1.dylib  1.46.0 %n (>= 1.46.1-1)
-  ( %type_raw[python] = nopython ) 
%p/lib/libboost_unit_test_framework-xgcc40-d-1_46_1.dylib  1.46.0 %n (>= 
1.46.1-1)
-  ( %type_raw[python] = nopython ) 
%p/lib/libboost_unit_test_framework-xgcc40-mt-1_46_1.dylib  1.46.0 %n (>= 
1.46.1-1)
-  ( %type_raw[python] = nopython ) 
%p/lib/libboost_unit_test_framework-xgcc40-mt-d-1_46_1.dylib  1.46.0 %n (>= 
1.46.1-1)
-  ( %type_raw[python] = nopython ) %p/lib/libboost_wave-xgcc40-1_46_1.dylib  
1.46.0 %n (>= 1.46.1-1)
-  ( %type_raw[python] = nopython ) %p/lib/libboost_wave-xgcc40-d-1_46_1.dylib  
1.46.0 %n (>= 1.46.1-1)
-  ( %type_raw[python] = nopython ) %p/lib/libboost_wave-xgcc40-mt-1_46_1.dylib 
 1.46.0 %n (>= 1.46.1-1)
-  ( %type_raw[python] = nopython ) 
%p/lib/libboost_wave-xgcc40-mt-d-1_46_1.dylib  1.46.0 %n (>= 1.46.1-1)
-  ( %type_raw[python] = nopython ) 
%p/lib/libboost_wserialization-xgcc40-1_46_1.dylib  1.46.0 %n (>= 1.46.1-1)
-  ( %type_raw[python] = nopython ) 
%p/lib/libboost_wserialization-xgcc40-d-1_46_1.dylib  1.46.0 %n (>= 1.46.1-1)
-  ( %type_raw[python] = nopython ) 
%p/lib/libboost_wserialization-xgcc40-mt-1_46_1.dylib  1.46.0 %n (>= 1.46.1-1)
-  ( %type_raw[python] = nopython ) 
%p/lib/libboost_wserialization-xgcc40-mt-d-1_46_1.dylib  1.46.0 %n (>= 1.46.1-1)
-  <<
+  ( %type_raw[python] = systempython ) %p/lib/libboost_python-1_46.dylib 
1.46.0 %n (>= 1.46.1-1)
+  ( %type_raw[python] = systempython ) %p/lib/libboost_python-mt-1_46.dylib 
1.46.0 %n (>= 1.46.1-1)
+  ( %type_num[python] ) 
%p/lib/%type_raw[python]/site-packages/libboost_python-1_46.dylib 1.46.0 %n (>= 
1.46.1-1)
+  ( %type_num[python] ) 
%p/lib/%type_raw[python]/site-packages/libboost_python-mt-1_46.dylib 1.46.0 %n 
(>= 1.46.1-1)
+  ( %type_raw[python] = nopython ) %p/lib/libboost_date_time-1_46.dylib 1.46.0 
%n (>= 1.46.1-1)
+  ( %type_raw[python] = nopython ) %p/lib/libboost_filesystem-1_46.dylib 
1.46.0 %n (>= 1.46.1-1)
+  ( %type_raw[python] = nopython ) %p/lib/libboost_graph-1_46.dylib 1.46.0 %n 
(>= 1.46.1-1)
+  ( %type_raw[python] = nopython ) %p/lib/libboost_iostreams-1_46.dylib 1.46.0 
%n (>= 1.46.1-1)
+  ( %type_raw[python] = nopython ) %p/lib/libboost_math_c99-1_46.dylib 1.46.0 
%n (>= 1.46.1-1)
+  ( %type_raw[python] = nopython ) %p/lib/libboost_math_c99f-1_46.dylib 1.46.0 
%n (>= 1.46.1-1)
+  ( %type_raw[python] = nopython ) %p/lib/libboost_math_tr1-1_46.dylib 1.46.0 
%n (>= 1.46.1-1)
+  ( %type_raw[python] = nopython ) %p/lib/libboost_math_tr1f-1_46.dylib 1.46.0 
%n (>= 1.46.1-1)
+  ( %type_raw[python] = nopython ) %p/lib/libboost_program_options-1_46.dylib 
1.46.0 %n (>= 1.46.1-1)
+  ( %type_raw[python] = nopython ) %p/lib/libboost_random-1_46.dylib 1.46.0 %n 
(>= 1.46.1-1)
+  ( %type_raw[python] = nopython ) %p/lib/libboost_regex-1_46.dylib 1.46.0 %n 
(>= 1.46.1-1)
+  ( %type_raw[python] = nopython ) %p/lib/libboost_serialization-1_46.dylib 
1.46.0 %n (>= 1.46.1-1)
+  ( %type_raw[python] = nopython ) %p/lib/libboost_wserialization-1_46.dylib 
1.46.0 %n (>= 1.46.1-1)
+  ( %type_raw[python] = nopython ) %p/lib/libboost_signals-1_46.dylib 1.46.0 
%n (>= 1.46.1-1)
+  ( %type_raw[python] = nopython ) %p/lib/libboost_system-1_46.dylib 1.46.0 %n 
(>= 1.46.1-1)
+  ( %type_raw[python] = nopython ) %p/lib/libboost_prg_exec_monitor-1_46.dylib 
1.46.0 %n (>= 1.46.1-1)
+  ( %type_raw[python] = nopython ) 
%p/lib/libboost_unit_test_framework-1_46.dylib 1.46.0 %n (>= 1.46.1-1)
+  ( %type_raw[python] = nopython ) %p/lib/libboost_wave-1_46.dylib 1.46.0 %n 
(>= 1.46.1-1)
+  ( %type_raw[python] = nopython ) %p/lib/libboost_date_time-mt-1_46.dylib 
1.46.0 %n (>= 1.46.1-1)
+  ( %type_raw[python] = nopython ) %p/lib/libboost_filesystem-mt-1_46.dylib 
1.46.0 %n (>= 1.46.1-1)
+  ( %type_raw[python] = nopython ) %p/lib/libboost_graph-mt-1_46.dylib 1.46.0 
%n (>= 1.46.1-1)
+  ( %type_raw[python] = nopython ) %p/lib/libboost_iostreams-mt-1_46.dylib 
1.46.0 %n (>= 1.46.1-1)
+  ( %type_raw[python] = nopython ) %p/lib/libboost_math_c99-mt-1_46.dylib 
1.46.0 %n (>= 1.46.1-1)
+  ( %type_raw[python] = nopython ) %p/lib/libboost_math_c99f-mt-1_46.dylib 
1.46.0 %n (>= 1.46.1-1)
+  ( %type_raw[python] = nopython ) %p/lib/libboost_math_tr1-mt-1_46.dylib 
1.46.0 %n (>= 1.46.1-1)
+  ( %type_raw[python] = nopython ) %p/lib/libboost_math_tr1f-mt-1_46.dylib 
1.46.0 %n (>= 1.46.1-1)
+  ( %type_raw[python] = nopython ) 
%p/lib/libboost_program_options-mt-1_46.dylib 1.46.0 %n (>= 1.46.1-1)
+  ( %type_raw[python] = nopython ) %p/lib/libboost_random-mt-1_46.dylib 1.46.0 
%n (>= 1.46.1-1)
+  ( %type_raw[python] = nopython ) %p/lib/libboost_regex-mt-1_46.dylib 1.46.0 
%n (>= 1.46.1-1)
+  ( %type_raw[python] = nopython ) %p/lib/libboost_serialization-mt-1_46.dylib 
1.46.0 %n (>= 1.46.1-1)
+  ( %type_raw[python] = nopython ) 
%p/lib/libboost_wserialization-mt-1_46.dylib 1.46.0 %n (>= 1.46.1-1)
+  ( %type_raw[python] = nopython ) %p/lib/libboost_signals-mt-1_46.dylib 
1.46.0 %n (>= 1.46.1-1)
+  ( %type_raw[python] = nopython ) %p/lib/libboost_system-mt-1_46.dylib 1.46.0 
%n (>= 1.46.1-1)
+  ( %type_raw[python] = nopython ) 
%p/lib/libboost_prg_exec_monitor-mt-1_46.dylib 1.46.0 %n (>= 1.46.1-1)
+  ( %type_raw[python] = nopython ) 
%p/lib/libboost_unit_test_framework-mt-1_46.dylib 1.46.0 %n (>= 1.46.1-1)
+  ( %type_raw[python] = nopython ) %p/lib/libboost_thread-mt-1_46.dylib 1.46.0 
%n (>= 1.46.1-1)
+  ( %type_raw[python] = nopython ) %p/lib/libboost_wave-mt-1_46.dylib 1.46.0 
%n (>= 1.46.1-1)
+<<
  DocFiles: LICENSE_1_0.txt 
  Description: Boost C++ Libraries (shared libs)
  DescUsage: <<
@@ -265,7 +275,7 @@
  they are compatible. 
 
  The nopython variant contains all others except the python libraries,
- so if you want a complete set of boost libraries, install
+ so of you want a complete set of boost libraries, install
  the nopython variant and one of the python variants.
 
  The systempython variant uses the system Python framework and installs the
@@ -296,7 +306,7 @@
  Also remove -isysroot, because not all libraries in the SDKs are 64bit.
 <<
 DescPackaging: <<
- Earlier versions by Mark Treiber, Martlibraries in the SDKs are 
64bit.e%n (>= 1.46.1-1)= 1.46.1-1)6.1-1)1).1 
--build-type=complete --layout=tagged variant=release threading=single,multi 
link=shared 
installhared’èµÕ©+Ðkpÿ€ØÕ©+à`pÿ°_pÿë
™Ô©+6 
èè!è!`kpÿÐkpÿx¤µÕ©+àapÿ"ñ˜Ô©+™Ô©+`kpÿðð˜Ô©+ŸkpÿÀŸÖ©+óø˜Ô©+Ö©+ؔÖ©+¨™Ö©+yšÔ©+x¤µÕ©+àapÿ°`pÿë
™Ô©+à!à!`kpÿÐkpÿÈm•Õ©+Àbpÿ"ñ˜Ô©+™Ô©+`kpÿðð˜Ô©+ŸkpÿkpÿˆkpÿºÔ©+Œp˜Ðkpÿóø˜Ô©+yšÔ©+Àbpÿapÿë
™Ô©+GHIJKMNOP`kpÿÐkpÿH%lÕ©+`dpÿ"ñ˜Ô©+™Ô©+`kpÿ0ŸÖ©+óø˜Ô©+°µÕ©+ YIÕ©+Ö©+ؔÖ©+¨™Ö©+yšÔ©+H%lÕ©+`dpÿ bpÿë
™Ô©+8%lÕ©+`dpÿÐbpÿë
™Ô©+(%lÕ©+`dpÿcpÿë
™Ô©+%lÕ©+`dpÿ0cpÿë
™Ô©+  
¨žÖ©+óø˜Ô©+¨™Ö©+°]pÿŠ¨IÕ©+æ÷˜Ô©+ؔÖ©+Ðcpÿy¨IÕ©+æ÷˜Ô©+Ö©+dpÿZ¨IÕ©+æ÷˜Ô©+ØTIÕ©+°µÕ©+ YIÕ©+Ö©+Ø´µÕ©+ؔÖ©+¨™Ö©+yšÔ©+
ºÔ©+-Õ©+ÐkpÿpëHÕ©+°epÿ€dpÿë
™Ô©+5678:<=>?@BD`kpÿÐkpÿà-Õ©+Ðkpÿóø˜Ô©+èºÔ©+0dpÿ-Õ©+æ÷˜Ô©+èºÔ©+Õ_@fÆS
 Qöl±íÁCáÔ©+Ðkpÿà-Õ©+Àfpÿepÿë
™Ô©+u]ÞÓ      
4Q ÷U^Qʉ§¶uª¹ñìò*ēv´ÂÕ©+mpÿFÀ|Ö©+FÀ|Ö©+?Õ©+Ðlpÿ`kpÿðgpÿŸkpÿkpÿˆkpÿPnpÿBÀ|Ö©+
 mpÿØ´µÕ©+ ¹µÕ©+yšÔ©+ÿÿÿÿÿÿÿÿBÀ|Ö©+Økpÿë
™Ôin Costable, and Abdulla Kamar..
+ Earlier versions by Mark Treiber.
 
  libboost.python now in separate packages again.
 

Index: boost1.46.patch
===================================================================
RCS file: /cvsroot/fink/experimental/babayoshihiko/finkinfo/boost1.46.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- boost1.46.patch     5 Jul 2011 13:55:25 -0000       1.1
+++ boost1.46.patch     29 Jul 2011 02:02:17 -0000      1.2
@@ -1,27 +1,15 @@
-diff -ruN boost_1_46_1-orig/tools/build/v2/tools/darwin.jam 
boost_1_46_1/tools/build/v2/tools/darwin.jam
---- boost_1_46_1-orig/tools/build/v2/tools/darwin.jam  2011-07-02 
14:47:42.000000000 +0900
-+++ boost_1_46_1/tools/build/v2/tools/darwin.jam       2011-07-03 
10:07:15.000000000 +0900
+diff -ruN boost_1_46_1/tools/build/v2/tools/darwin.jam 
boost_1_46_1_corr/tools/build/v2/tools/darwin.jam
+--- boost_1_46_1/tools/build/v2/tools/darwin.jam       2010-07-12 
03:37:43.000000000 -0400
++++ boost_1_46_1_corr/tools/build/v2/tools/darwin.jam  2011-06-06 
11:18:25.000000000 -0400
 @@ -20,6 +20,8 @@
  import property-set ;
  import regex ;
  import errors ;
-+import os ;
-+import option ;
++import os ; 
++import option ; 
  
  ## Use a framework.
  feature framework : : free ;
-@@ -247,9 +249,9 @@
-         # Set the flags the version needs to compile with, first
-         # generic options.
-         flags darwin.compile OPTIONS 
$(condition)/<macosx-version>$(version-feature)
--            : -isysroot $(sdk) ;
-+            : -d $(sdk) ;
-         flags darwin.link OPTIONS 
$(condition)/<macosx-version>$(version-feature)
--            : -isysroot $(sdk) ;
-+            : -d $(sdk) ;
-         
-         # Then device variation options.
-         switch $(version[1])
 @@ -536,11 +538,16 @@
  {
      setup-address-model $(targets) : $(sources) : $(properties) ;
@@ -30,13 +18,13 @@
 +    LIB_INSTALL_DIR = [ option.get libdir : $(prefix)/lib ] ;
 +    VERSIONINFO_COMP = [ option.get compatibility_version ] ; 
 +    VERSIONINFO_CUR = [ option.get current_version ] ; 
-+     UNDEFINED = [ option.get undefined ] ;
++    UNDEFINED = [ option.get undefined ] ;
  }
  
  actions link.dll bind LIBRARIES
  {
 -    "$(CONFIG_COMMAND)" -dynamiclib -Wl,-single_module -install_name 
"$(<:B)$(<:S)" -L"$(LINKPATH)" -o "$(<)" "$(>)" "$(LIBRARIES)" -l$(FINDLIBS-SA) 
-l$(FINDLIBS-ST) $(FRAMEWORK_PATH) -framework$(_)$(FRAMEWORK:D=:S=) $(OPTIONS) 
$(USER_OPTIONS)
-+    "$(CONFIG_COMMAND)" -dynamiclib -Wl,-single_module $(UNDEFINED) 
-install_name $(<:D=$(LIB_INSTALL_DIR):S=.dylib) -compatibility_version 1.46.0 
-current_version 1.46.1 -L"$(LINKPATH)" -o "$(<)" "$(>)" "$(LIBRARIES)" 
-l$(FINDLIBS-SA) -l$(FINDLIBS-ST) $(FRAMEWORK_PATH) 
-framework$(_)$(FRAMEWORK:D=:S=) $(OPTIONS) $(USER_OPTIONS)
++    "$(CONFIG_COMMAND)" -dynamiclib -Wl,-single_module -install_name 
"$(LIB_INSTALL_DIR)/$(<:B)-1_46$(<:S)" -compatibility_version 
$(VERSIONINFO_COMP) -current_version $(VERSIONINFO_CUR) -L"$(LINKPATH)" -o 
"$(<)" "$(>)" "$(LIBRARIES)" -l$(FINDLIBS-SA) -l$(FINDLIBS-ST) 
$(FRAMEWORK_PATH) -framework$(_)$(FRAMEWORK:D=:S=) $(OPTIONS) $(USER_OPTIONS)
  }
  
  # We use libtool instead of ar to support universal binary linking


------------------------------------------------------------------------------
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to