From a1b63c3163bbd2bf839bb00a68dd6532104b1b11 Mon Sep 17 00:00:00 2001 From: jmmv Date: Tue, 3 Mar 2009 08:57:57 +0000 Subject: Update boost to 1.38.0. Patches from Brook Milligan in private mail. Lots of changes to list here. As usual, some new libraries have been added and there have been improvements all around. Of special interest is that we can now erase most of our local patches because they have been imported upstream. --- meta-pkgs/boost/patches/patch-aa | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 meta-pkgs/boost/patches/patch-aa (limited to 'meta-pkgs/boost/patches/patch-aa') diff --git a/meta-pkgs/boost/patches/patch-aa b/meta-pkgs/boost/patches/patch-aa new file mode 100644 index 00000000000..73ab566a8c3 --- /dev/null +++ b/meta-pkgs/boost/patches/patch-aa @@ -0,0 +1,23 @@ +$NetBSD: patch-aa,v 1.5 2009/03/03 08:57:58 jmmv Exp $ + +--- Jamroot.orig ++++ Jamroot +@@ -253,6 +255,10 @@ + ECHO "error: both --with- and --without- specified" ; + EXIT ; + } ++ if $(without-parameter) && $(without-parameter) = "*" ++ { ++ without-parameter = $(existing-libraries) ; ++ } + + local wrong = [ set.difference $(with-parameter) : $(existing-libraries) ] ; + if $(wrong) +@@ -398,6 +404,7 @@ + : $(stage-locate)/lib + on LIB + on ++ /usr/pkg/lib + ; + explicit stage-proper ; + -- cgit v1.2.3