[Frugalware-git] frugalware-current: boost-1.37.0-1-x86_64

2008-12-10 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=181ce2cc54df54ec452fe67e710442ff451809c0

commit 181ce2cc54df54ec452fe67e710442ff451809c0
Author: Miklos Vajna [EMAIL PROTECTED]
Date:   Wed Dec 10 15:25:04 2008 +0100

boost-1.37.0-1-x86_64

- drop no longer necessary gcc43-x86_64.patch

diff --git a/source/devel-extra/boost/FrugalBuild 
b/source/devel-extra/boost/FrugalBuild
index 839840b..659311c 100644
--- a/source/devel-extra/boost/FrugalBuild
+++ b/source/devel-extra/boost/FrugalBuild
@@ -13,10 +13,9 @@ depends=()
makedepends=('boost-jam=3.1.16' 'python' 'icu=4.0' 'bzip2' 'zlib')
groups=('devel-extra')
archs=('i686' 'x86_64' 'ppc')
-source=(${source/-$pkgver/_${pkgver//./_}} gcc43-x86_64.patch)
+source=(${source/-$pkgver/_${pkgver//./_}})
_F_cd_path=${pkgname}_`echo $pkgver|tr . _`
-sha1sums=('c0d0cf9ad8d954507824aed51a3e93e6a9da1d99' \
-  '93fa93d7d18abee65182dbd216dacc8317d9cbe3')
+sha1sums=('c0d0cf9ad8d954507824aed51a3e93e6a9da1d99')

subpkgs=(libboost libboost-mt)
subdescs=('Boost libraries.' 'Boost libraries with multithreading support.')
diff --git a/source/devel-extra/boost/gcc43-x86_64.patch 
b/source/devel-extra/boost/gcc43-x86_64.patch
deleted file mode 100644
index f353739..000
--- a/source/devel-extra/boost/gcc43-x86_64.patch
+++ /dev/null
@@ -1,55 +0,0 @@
-Index: trunk/boost/archive/polymorphic_iarchive.hpp
-===
 trunk/boost/archive/polymorphic_iarchive.hpp (revision 43694)
-+++ trunk/boost/archive/polymorphic_iarchive.hpp (revision 43958)
-@@ -18,4 +18,5 @@
-
- #include cstddef // std::size_t
-+#include climits // ULONG_MAX
- #include boost/config.hpp
-
-@@ -39,7 +40,14 @@
- // if there is no 64 bit int or if its the same as a long
- // we shouldn't define separate functions for int64 data types.
--#if defined(BOOST_NO_INT64_T) \
--|| (ULONG_MAX != 0x  ULONG_MAX == 18446744073709551615u) // 
2**64 - 1
--#   define BOOST_NO_INTRINSIC_INT64_T
-+#if defined(BOOST_NO_INT64_T)
-+#define BOOST_NO_INTRINSIC_INT64_T
-+#else
-+#if defined(ULONG_MAX)
-+#if(ULONG_MAX != 0x  ULONG_MAX == 18446744073709551615u) // 
2**64 - 1
-+#define BOOST_NO_INTRINSIC_INT64_T
-+#endif
-+#else
-+#define BOOST_NO_INTRINSIC_INT64_T
-+#endif
- #endif
-
-Index: trunk/boost/archive/polymorphic_oarchive.hpp
-===
 trunk/boost/archive/polymorphic_oarchive.hpp (revision 43694)
-+++ trunk/boost/archive/polymorphic_oarchive.hpp (revision 43958)
-@@ -18,4 +18,5 @@
-
- #include cstddef // size_t
-+#include climits // ULONG_MAX
- #include string
-
-@@ -38,7 +39,14 @@
- // if there is no 64 bit int or if its the same as a long
- // we shouldn't define separate functions for int64 data types.
--#if defined(BOOST_NO_INT64_T) \
--|| (ULONG_MAX != 0x  ULONG_MAX == 18446744073709551615u) // 
2**64 - 1
--#   define BOOST_NO_INTRINSIC_INT64_T
-+#if defined(BOOST_NO_INT64_T)
-+#define BOOST_NO_INTRINSIC_INT64_T
-+#else
-+#if defined(ULONG_MAX)
-+#if(ULONG_MAX != 0x  ULONG_MAX == 18446744073709551615u) // 
2**64 - 1
-+#define BOOST_NO_INTRINSIC_INT64_T
-+#endif
-+#else
-+#define BOOST_NO_INTRINSIC_INT64_T
-+#endif
- #endif
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: boost-1.37.0-1-x86_64

2008-12-10 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=69f28654196489cb877cc18f041397e16be52ea4

commit 69f28654196489cb877cc18f041397e16be52ea4
Author: Miklos Vajna [EMAIL PROTECTED]
Date:   Wed Dec 10 15:25:04 2008 +0100

boost-1.37.0-1-x86_64

- drop no longer necessary gcc43-x86_64.patch

diff --git a/source/devel-extra/boost/FrugalBuild 
b/source/devel-extra/boost/FrugalBuild
index 839840b..659311c 100644
--- a/source/devel-extra/boost/FrugalBuild
+++ b/source/devel-extra/boost/FrugalBuild
@@ -13,10 +13,9 @@ depends=()
makedepends=('boost-jam=3.1.16' 'python' 'icu=4.0' 'bzip2' 'zlib')
groups=('devel-extra')
archs=('i686' 'x86_64' 'ppc')
-source=(${source/-$pkgver/_${pkgver//./_}} gcc43-x86_64.patch)
+source=(${source/-$pkgver/_${pkgver//./_}})
_F_cd_path=${pkgname}_`echo $pkgver|tr . _`
-sha1sums=('c0d0cf9ad8d954507824aed51a3e93e6a9da1d99' \
-  '93fa93d7d18abee65182dbd216dacc8317d9cbe3')
+sha1sums=('c0d0cf9ad8d954507824aed51a3e93e6a9da1d99')

subpkgs=(libboost libboost-mt)
subdescs=('Boost libraries.' 'Boost libraries with multithreading support.')
diff --git a/source/devel-extra/boost/gcc43-x86_64.patch 
b/source/devel-extra/boost/gcc43-x86_64.patch
deleted file mode 100644
index f353739..000
--- a/source/devel-extra/boost/gcc43-x86_64.patch
+++ /dev/null
@@ -1,55 +0,0 @@
-Index: trunk/boost/archive/polymorphic_iarchive.hpp
-===
 trunk/boost/archive/polymorphic_iarchive.hpp (revision 43694)
-+++ trunk/boost/archive/polymorphic_iarchive.hpp (revision 43958)
-@@ -18,4 +18,5 @@
-
- #include cstddef // std::size_t
-+#include climits // ULONG_MAX
- #include boost/config.hpp
-
-@@ -39,7 +40,14 @@
- // if there is no 64 bit int or if its the same as a long
- // we shouldn't define separate functions for int64 data types.
--#if defined(BOOST_NO_INT64_T) \
--|| (ULONG_MAX != 0x  ULONG_MAX == 18446744073709551615u) // 
2**64 - 1
--#   define BOOST_NO_INTRINSIC_INT64_T
-+#if defined(BOOST_NO_INT64_T)
-+#define BOOST_NO_INTRINSIC_INT64_T
-+#else
-+#if defined(ULONG_MAX)
-+#if(ULONG_MAX != 0x  ULONG_MAX == 18446744073709551615u) // 
2**64 - 1
-+#define BOOST_NO_INTRINSIC_INT64_T
-+#endif
-+#else
-+#define BOOST_NO_INTRINSIC_INT64_T
-+#endif
- #endif
-
-Index: trunk/boost/archive/polymorphic_oarchive.hpp
-===
 trunk/boost/archive/polymorphic_oarchive.hpp (revision 43694)
-+++ trunk/boost/archive/polymorphic_oarchive.hpp (revision 43958)
-@@ -18,4 +18,5 @@
-
- #include cstddef // size_t
-+#include climits // ULONG_MAX
- #include string
-
-@@ -38,7 +39,14 @@
- // if there is no 64 bit int or if its the same as a long
- // we shouldn't define separate functions for int64 data types.
--#if defined(BOOST_NO_INT64_T) \
--|| (ULONG_MAX != 0x  ULONG_MAX == 18446744073709551615u) // 
2**64 - 1
--#   define BOOST_NO_INTRINSIC_INT64_T
-+#if defined(BOOST_NO_INT64_T)
-+#define BOOST_NO_INTRINSIC_INT64_T
-+#else
-+#if defined(ULONG_MAX)
-+#if(ULONG_MAX != 0x  ULONG_MAX == 18446744073709551615u) // 
2**64 - 1
-+#define BOOST_NO_INTRINSIC_INT64_T
-+#endif
-+#else
-+#define BOOST_NO_INTRINSIC_INT64_T
-+#endif
- #endif
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git