From 3e620f53411238b9a14b94668cd6b40302238c24 Mon Sep 17 00:00:00 2001 From: Lothar May Date: Tue, 22 Feb 2011 06:30:23 +1100 Subject: update package boost --- doc/index.html | 7 +++++++ src/boost.mk | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/doc/index.html b/doc/index.html index fa4699f..b012866 100644 --- a/doc/index.html +++ b/doc/index.html @@ -447,6 +447,13 @@ USE_OSGPLUGIN(<plugin2>)

All packages are updated to their latest version.

+ +

+ Note for boost::filesystem users - + + version 3 is a major revision + and now the default in 1.46. +

Old Releases
diff --git a/src/boost.mk b/src/boost.mk index b2f41dd..1639188 100644 --- a/src/boost.mk +++ b/src/boost.mk @@ -4,8 +4,8 @@ # Boost C++ Library PKG := boost $(PKG)_IGNORE := -$(PKG)_VERSION := 1.45.0 -$(PKG)_CHECKSUM := eb7424ef99df4e38af7431e38ff9849651b8aaf5 +$(PKG)_VERSION := 1.46.0 +$(PKG)_CHECKSUM := 1fbd865602b61a881c0e6093f58adf999e28ca4d $(PKG)_SUBDIR := boost_$(subst .,_,$($(PKG)_VERSION)) $(PKG)_FILE := boost_$(subst .,_,$($(PKG)_VERSION)).tar.bz2 $(PKG)_WEBSITE := http://www.boost.org/ -- cgit v0.12