OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 02-Jul-2006 19:07:42
Branch: HEAD Handle: 2006070218074200
Modified files:
openpkg-src/boost boost.patch boost.spec
Log:
upgrading package: boost 1.33.0 -> 1.33.1
Summary:
Revision Changes Path
1.6 +0 -76 openpkg-src/boost/boost.patch
1.10 +3 -3 openpkg-src/boost/boost.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/boost/boost.patch
============================================================================
$ cvs diff -u -r1.5 -r1.6 boost.patch
--- openpkg-src/boost/boost.patch 6 Oct 2005 18:49:38 -0000 1.5
+++ openpkg-src/boost/boost.patch 2 Jul 2006 17:07:42 -0000 1.6
@@ -12,79 +12,3 @@
if $(tags)
{
-Index: Jamfile
---- 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
-- devel packages located at PYTHON_ROOT.
-- Default PYTHON_ROOT; C:\\tools\\python on Win32.
-- Default PYTHON_ROOT; /usr/local on Unix, Linux,
etc.
-- Default PYTHON_ROOT; /usr on Cygwin.
--
-- --with-pydebug Build Boost.Python libraries using the
-- Python debug runtime.
- " ;
- EXIT "" ;
- }
-@@ -124,17 +115,6 @@
- local include-locate = [ MATCH "^--includedir=(.*)" : $(ARGV) ] ;
- include-locate ?= $(boost-locate)/include ;
-
--# location of python
--local python-root = [ MATCH "^--with-python-root=(.*)" : $(ARGV) ] ;
--PYTHON_ROOT ?= $(python-root) ;
--
--# variant for pydebug build
--local with-debug-python ;
--if --with-pydebug in $(ARGV)
--{
-- with-debug-python = debug-python ;
--}
--
- # libraries to disable building, etc.
- local without-libraries = [ MATCH "^--without-(.*)" : $(ARGV) ] ;
-
-@@ -144,9 +124,6 @@
- {
- switch $(arg)
- {
-- case --with-python-root=* : local _ ;
-- case --with-pydebug : local _ ;
--
- case --with-* :
- with-libraries += [ MATCH "^--with-(.*)" : $(arg) ] ;
- }
-@@ -155,9 +132,6 @@
- #
- project-root ;
-
--# bring in the rules for python
--import python ;
--
- #
- local version-tag = [ MATCH "^([^.]+).([^.]+)" : $(BOOST_VERSION) ] ;
- version-tag = $(version-tag:J="_") ;
-@@ -176,7 +150,6 @@
-
- local lib-build =
- debug release
-- [ cond $(with-debug-python) : debug-python ]
- [ cond $(NT) : <runtime-link>static/dynamic ]
- <threading>single/multi
- ;
-Index: status/Jamfile
---- 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
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/boost/boost.spec
============================================================================
$ cvs diff -u -r1.9 -r1.10 boost.spec
--- openpkg-src/boost/boost.spec 24 May 2006 18:50:52 -0000 1.9
+++ openpkg-src/boost/boost.spec 2 Jul 2006 17:07:42 -0000 1.10
@@ -23,8 +23,8 @@
##
# package version
-%define V_openpkg 1.33.0
-%define V_dist 1_33_0
+%define V_openpkg 1.33.1
+%define V_dist 1_33_1
# package information
Name: boost
@@ -37,7 +37,7 @@
Group: Language
License: Boost Software License
Version: %{V_openpkg}
-Release: 20060524
+Release: 20060702
# package options
%option with_debug yes
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]