Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 4F8577A262 for ; Tue, 2 Aug 2016 08:49:48 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 026A285F75; Tue, 2 Aug 2016 08:49:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8859B85E86 for ; Tue, 2 Aug 2016 08:49:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 2cisXnEG_8GM for ; Tue, 2 Aug 2016 08:49:47 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0E19B84CF0 for ; Tue, 2 Aug 2016 08:49:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 08E09FBB5; Tue, 2 Aug 2016 08:49:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1470127787126060" MIME-Version: 1.0 Date: Tue, 2 Aug 2016 08:49:47 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20160802084947.08E09FBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1470127787126060 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Aug 2 08:49:46 UTC 2016 Modified Files: pkgsrc/devel/boost-headers: Makefile pkgsrc/meta-pkgs/boost: distinfo Added Files: pkgsrc/meta-pkgs/boost/patches: patch-boost_optional_optional__fwd.hpp Log Message: Fix boost/optional/optional_fwd.hpp header file using upstream patch. https://github.com/boostorg/optional/pull/19/commits/844ca6a0d506e59daedabb2b94e1117ec4a7e71e Bump PKGREVISION of boost-headers. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 pkgsrc/devel/boost-headers/Makefile cvs rdiff -u -r1.87 -r1.88 pkgsrc/meta-pkgs/boost/distinfo cvs rdiff -u -r0 -r1.1 \ pkgsrc/meta-pkgs/boost/patches/patch-boost_optional_optional__fwd.hpp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1470127787126060 Content-Disposition: inline Content-Length: 2814 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/boost-headers/Makefile diff -u pkgsrc/devel/boost-headers/Makefile:1.37 pkgsrc/devel/boost-headers/Makefile:1.38 --- pkgsrc/devel/boost-headers/Makefile:1.37 Fri May 13 20:47:32 2016 +++ pkgsrc/devel/boost-headers/Makefile Tue Aug 2 08:49:46 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2016/05/13 20:47:32 adam Exp $ +# $NetBSD: Makefile,v 1.38 2016/08/02 08:49:46 wiz Exp $ BOOST_PACKAGE= headers BOOST_COMMENT= (build-time headers) @@ -6,6 +6,8 @@ BOOST_CONFIG= generate .include "../../meta-pkgs/boost/Makefile.common" +PKGREVISION= 1 + BJAM_ARGS+= --without-* # disable all libraries NO_BUILD= yes Index: pkgsrc/meta-pkgs/boost/distinfo diff -u pkgsrc/meta-pkgs/boost/distinfo:1.87 pkgsrc/meta-pkgs/boost/distinfo:1.88 --- pkgsrc/meta-pkgs/boost/distinfo:1.87 Fri May 13 20:47:32 2016 +++ pkgsrc/meta-pkgs/boost/distinfo Tue Aug 2 08:49:46 2016 @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.87 2016/05/13 20:47:32 adam Exp $ +$NetBSD: distinfo,v 1.88 2016/08/02 08:49:46 wiz Exp $ SHA1 (boost_1_61_0.tar.bz2) = f84b1a1ce764108ec3c2b7bd7704cf8dfd3c9d01 RMD160 (boost_1_61_0.tar.bz2) = 1ceb250fcece242b54a999dbadbe2f3f1922541b @@ -18,6 +18,7 @@ SHA1 (patch-boost_config_stdlib_libcpp.h SHA1 (patch-boost_config_stdlib_libstdcpp3.hpp) = 52ebedd5e80b3a8c257eccb28cd2db76cb1ca01e SHA1 (patch-boost_core_noncopyable.hpp) = a693e5eda7fc303e1bd86ecfab40321d771af6fe SHA1 (patch-boost_math_tools_config.hpp) = db3965cd810185116efd669df29067f58cc847e5 +SHA1 (patch-boost_optional_optional__fwd.hpp) = 2349b6342b75e2c3ff3001a02bc91f37e5e41035 SHA1 (patch-boost_regex_config.hpp) = 6b752c7c23168c591cd391739c7a4539bef44c12 SHA1 (patch-libs_config_configure) = e2f204d4fa4f1bd9b4131d28f9be0a1ac22bf711 SHA1 (patch-libs_config_test_boost__no__range__based__for.ipp) = d9936c472fc2c696d86522b36eb12813ae91bee4 Added files: Index: pkgsrc/meta-pkgs/boost/patches/patch-boost_optional_optional__fwd.hpp diff -u /dev/null pkgsrc/meta-pkgs/boost/patches/patch-boost_optional_optional__fwd.hpp:1.1 --- /dev/null Tue Aug 2 08:49:46 2016 +++ pkgsrc/meta-pkgs/boost/patches/patch-boost_optional_optional__fwd.hpp Tue Aug 2 08:49:46 2016 @@ -0,0 +1,16 @@ +$NetBSD: patch-boost_optional_optional__fwd.hpp,v 1.1 2016/08/02 08:49:46 wiz Exp $ + +Fix build issues when optional_fwd.hpp is used before including boost/config.hpp +https://github.com/boostorg/optional/pull/19/commits/844ca6a0d506e59daedabb2b94e1117ec4a7e71e + +--- boost/optional/optional_fwd.hpp.orig 2016-05-05 21:13:30.000000000 +0000 ++++ boost/optional/optional_fwd.hpp +@@ -16,7 +16,7 @@ + #ifndef BOOST_OPTIONAL_OPTIONAL_FWD_FLC_19NOV2002_HPP + #define BOOST_OPTIONAL_OPTIONAL_FWD_FLC_19NOV2002_HPP + +-#include ++#include + + namespace boost { + --_----------=_1470127787126060--