OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   23-Aug-2005 09:28:45
  Branch: HEAD                             Handle: 2005082308284500

  Modified files:
    openpkg-src/boost       boost.patch boost.patch.nopython boost.spec

  Log:
    upgrading package: boost 1.32.0 -> 1.33.0

  Summary:
    Revision    Changes     Path
    1.4         +3  -17     openpkg-src/boost/boost.patch
    1.2         +14 -27     openpkg-src/boost/boost.patch.nopython
    1.5         +3  -3      openpkg-src/boost/boost.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/boost/boost.patch
  ============================================================================
  $ cvs diff -u -r1.3 -r1.4 boost.patch
  --- openpkg-src/boost/boost.patch     4 Mar 2005 16:17:56 -0000       1.3
  +++ openpkg-src/boost/boost.patch     23 Aug 2005 07:28:45 -0000      1.4
  @@ -1,21 +1,7 @@
  -Index: boost/config/platform/bsd.hpp
  ---- boost/config/platform/bsd.hpp.orig       2004-02-27 14:13:00 +0100
  -+++ boost/config/platform/bsd.hpp    2005-03-03 14:15:00 +0100
  -@@ -41,7 +41,9 @@
  - //
  - // No wide character support in the BSD header files:
  - //
  --#define BOOST_NO_CWCHAR
  -+#if !(defined(__FreeBSD__) && (__FreeBSD__ >= 5))
  -+#  define BOOST_NO_CWCHAR
  -+#endif
  - 
  - //
  - // The BSD <ctype.h> has macros only, no functions:
   Index: tools/build/v1/boost-base.jam
  ---- tools/build/v1/boost-base.jam.orig       2004-10-28 22:07:53 +0200
  -+++ tools/build/v1/boost-base.jam    2005-03-03 14:16:48 +0100
  -@@ -2651,10 +2651,8 @@
  +--- tools/build/v1/boost-base.jam.orig       2005-07-30 17:55:37 +0200
  ++++ tools/build/v1/boost-base.jam    2005-08-13 10:22:58 +0200
  +@@ -2692,10 +2692,8 @@
            version-tag = $(version-tag:J="_") ;
        }
        
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/boost/boost.patch.nopython
  ============================================================================
  $ cvs diff -u -r1.1 -r1.2 boost.patch.nopython
  --- openpkg-src/boost/boost.patch.nopython    4 Mar 2005 16:17:56 -0000       
1.1
  +++ openpkg-src/boost/boost.patch.nopython    23 Aug 2005 07:28:45 -0000      
1.2
  @@ -1,9 +1,9 @@
   Index: Jamfile
  ---- Jamfile.orig     2005-03-02 20:17:46 +0100
  -+++ Jamfile  2005-03-02 20:26:47 +0100
  -@@ -62,15 +62,6 @@
  -     --without-<library>     Do not build, stage, or install the specified
  -                             <library>. By default all libraries attempt to 
build.
  +--- Jamfile.orig     2005-02-27 18:28:08 +0100
  ++++ Jamfile  2005-08-13 14:34:09 +0200
  +@@ -64,15 +64,6 @@
  +                             <library>. By default all libraries attempt to
  +                             build.
                                
   -    --with-python-root[=PYTHON_ROOT]
   -                            Build Boost.Python libraries with the Python
  @@ -17,7 +17,7 @@
    " ;
        EXIT "" ;
    }
  -@@ -122,17 +113,6 @@
  +@@ -124,17 +115,6 @@
    local include-locate = [ MATCH "^--includedir=(.*)" : $(ARGV) ] ;
    include-locate ?= $(boost-locate)/include ;
    
  @@ -35,7 +35,7 @@
    # libraries to disable building, etc.
    local without-libraries = [ MATCH "^--without-(.*)" : $(ARGV) ] ;
    
  -@@ -142,9 +122,6 @@
  +@@ -144,9 +124,6 @@
    {
        switch $(arg)
        {
  @@ -45,7 +45,7 @@
            case --with-* :
            with-libraries += [ MATCH "^--with-(.*)" : $(arg) ] ;
        }
  -@@ -153,9 +130,6 @@
  +@@ -155,9 +132,6 @@
    #
    project-root ;
    
  @@ -55,7 +55,7 @@
    #
    local version-tag = [ MATCH "^([^.]+).([^.]+)" : $(BOOST_VERSION) ] ;
    version-tag = $(version-tag:J="_") ;
  -@@ -174,7 +148,6 @@
  +@@ -176,7 +150,6 @@
        
        local lib-build =
            debug release
  @@ -64,26 +64,13 @@
            <threading>single/multi
            ;
   Index: status/Jamfile
  ---- status/Jamfile.orig      2005-03-02 20:28:44 +0100
  -+++ status/Jamfile   2005-03-02 20:28:37 +0100
  -@@ -38,7 +38,6 @@
  - subinclude libs/numeric/ublas ;            # test-suite numeric/uBLAS
  - subinclude libs/optional/test ;            # test-suite optional
  +--- status/Jamfile.orig      2005-06-23 11:57:18 +0200
  ++++ status/Jamfile   2005-08-13 14:35:31 +0200
  +@@ -44,7 +44,6 @@
    subinclude libs/program_options/test ;     # test-suite program_options
  + subinclude libs/property_map/test ;        # test-suite property_map
  + subinclude libs/ptr_container/test ;       # test-suite ptr_container
   -subinclude libs/python/test ;              # test-suite python
    subinclude libs/random/test ;              # test-suite random
    subinclude libs/range/test ;               # test-suite range
    subinclude libs/regex/test ;               # test-suite regex
  -Index: Jamfile.v2
  ---- Jamfile.v2.orig  2005-03-02 20:30:05 +0100
  -+++ Jamfile.v2       2005-03-02 20:30:32 +0100
  -@@ -24,9 +24,6 @@
  - build-project libs/regex/build ;
  - build-project libs/signals/build ;
  - build-project libs/graph/build ;
  --
  --# Comment this out if you don't have Python2.2 installed
  --build-project libs/python/build ;
  - build-project libs/thread/build ;
  - build-project libs/filesystem/build ;
  - build-project libs/program_options/build ;
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/boost/boost.spec
  ============================================================================
  $ cvs diff -u -r1.4 -r1.5 boost.spec
  --- openpkg-src/boost/boost.spec      24 Mar 2005 11:18:30 -0000      1.4
  +++ openpkg-src/boost/boost.spec      23 Aug 2005 07:28:45 -0000      1.5
  @@ -23,8 +23,8 @@
   ##
   
   #   package version
  -%define       V_openpkg    1.32.0
  -%define       V_dist       1_32_0
  +%define       V_openpkg    1.33.0
  +%define       V_dist       1_33_0
   
   #   package information
   Name:         boost
  @@ -37,7 +37,7 @@
   Group:        Language
   License:      Boost Software License
   Version:      %{V_openpkg}
  -Release:      20050304
  +Release:      20050823
   
   #   package options
   %option       with_debug     yes
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to