From owner-svn-ports-head@FreeBSD.ORG Fri Dec 19 14:59:11 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C0DCE9F2; Fri, 19 Dec 2014 14:59:11 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 92C3328A9; Fri, 19 Dec 2014 14:59:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBJExBLg087425; Fri, 19 Dec 2014 14:59:11 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBJExBZM087423; Fri, 19 Dec 2014 14:59:11 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201412191459.sBJExBZM087423@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Fri, 19 Dec 2014 14:59:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374949 - head/math/qhull/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-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Dec 2014 14:59:11 -0000 Author: stephen Date: Fri Dec 19 14:59:10 2014 New Revision: 374949 URL: https://svnweb.freebsd.org/changeset/ports/374949 QAT: https://qat.redports.org/buildarchive/r374949/ Log: - Fix build error with clang 3.5.0. PR: 196127 Submitted by: Dimitry Andric Added: head/math/qhull/files/patch-src__libqhullcpp__QhullIterator.h (contents, props changed) head/math/qhull/files/patch-src__libqhullcpp__QhullLinkedList.h (contents, props changed) Added: head/math/qhull/files/patch-src__libqhullcpp__QhullIterator.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/qhull/files/patch-src__libqhullcpp__QhullIterator.h Fri Dec 19 14:59:10 2014 (r374949) @@ -0,0 +1,12 @@ +--- src/libqhullcpp/QhullIterator.h.orig 2012-01-26 04:32:05.000000000 +0100 ++++ src/libqhullcpp/QhullIterator.h 2014-12-19 15:19:26.000000000 +0100 +@@ -16,8 +16,7 @@ + #include + #include + #include +-//! Avoid dependence on +-namespace std { struct bidirectional_iterator_tag; struct random_access_iterator_tag; } ++#include + + namespace orgQhull { + Added: head/math/qhull/files/patch-src__libqhullcpp__QhullLinkedList.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/qhull/files/patch-src__libqhullcpp__QhullLinkedList.h Fri Dec 19 14:59:10 2014 (r374949) @@ -0,0 +1,11 @@ +--- src/libqhullcpp/QhullLinkedList.h.orig 2012-01-26 04:32:05.000000000 +0100 ++++ src/libqhullcpp/QhullLinkedList.h 2014-12-19 15:19:26.000000000 +0100 +@@ -9,7 +9,7 @@ + #ifndef QHULLLINKEDLIST_H + #define QHULLLINKEDLIST_H + +-namespace std { struct bidirectional_iterator_tag; struct random_access_iterator_tag; } ++#include + + #include "QhullError.h" +