From owner-svn-ports-all@freebsd.org Thu Jan 21 06:45:37 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BA2E6A8BCE4; Thu, 21 Jan 2016 06:45:37 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8BABC1A3E; Thu, 21 Jan 2016 06:45:37 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0L6jalQ003796; Thu, 21 Jan 2016 06:45:36 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0L6jaFH003795; Thu, 21 Jan 2016 06:45:36 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201601210645.u0L6jaFH003795@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Thu, 21 Jan 2016 06:45:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406828 - head/devel/pure-stllib/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 06:45:37 -0000 Author: vanilla Date: Thu Jan 21 06:45:36 2016 New Revision: 406828 URL: https://svnweb.freebsd.org/changeset/ports/406828 Log: Fix build with gcc4.9. PR: 204387 Submitted by: gerald@ Approved by: maintainer via twitter. Added: head/devel/pure-stllib/files/patch-stlbase.hpp (contents, props changed) Added: head/devel/pure-stllib/files/patch-stlbase.hpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pure-stllib/files/patch-stlbase.hpp Thu Jan 21 06:45:36 2016 (r406828) @@ -0,0 +1,11 @@ +--- stlbase.hpp.orig 2016-01-21 06:40:43 UTC ++++ stlbase.hpp +@@ -17,6 +17,8 @@ included with the pure-stlvec distributi + #ifndef STLBASE_H + #define STLBASE_H + ++#include ++#include + #include + #include + #include