From owner-freebsd-ports-bugs@freebsd.org Thu Feb 25 22:22:00 2016 Return-Path: <owner-freebsd-ports-bugs@freebsd.org> Delivered-To: freebsd-ports-bugs@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 9906AAB4213 for <freebsd-ports-bugs@mailman.ysv.freebsd.org>; Thu, 25 Feb 2016 22:22:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 8D3D4949 for <freebsd-ports-bugs@FreeBSD.org>; Thu, 25 Feb 2016 22:22:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u1PMM0M7002109 for <freebsd-ports-bugs@FreeBSD.org>; Thu, 25 Feb 2016 22:22:00 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 207253] cad/openvsp: Fix in 11-CURRENT Date: Thu, 25 Feb 2016 22:22:00 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy, patch, patch-ready X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Flags: merge-quarterly? X-Bugzilla-Changed-Fields: Message-ID: <bug-207253-13-A65V9RXnKw@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-207253-13@https.bugs.freebsd.org/bugzilla/> References: <bug-207253-13@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Ports bug reports <freebsd-ports-bugs.freebsd.org> List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-ports-bugs>, <mailto:freebsd-ports-bugs-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports-bugs/> List-Post: <mailto:freebsd-ports-bugs@freebsd.org> List-Help: <mailto:freebsd-ports-bugs-request@freebsd.org?subject=help> List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs>, <mailto:freebsd-ports-bugs-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 25 Feb 2016 22:22:00 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207253 --- Comment #19 from commit-hook@freebsd.org --- A commit references this bug: Author: rakuco Date: Thu Feb 25 22:21:38 UTC 2016 New revision: 409563 URL: https://svnweb.freebsd.org/changeset/ports/409563 Log: Add patches to fix the build on FreeBSD 11 with libc++. OpenVSP does something like this: using namespace std; class array { ... }; Which causes the build to fail with HEAD's libc++. Even though the port d= oes not use -std=3Dc++11, libc++ still declares an array class that conflicts= with the one OpenVSP has. Enclose OpenVSP's array declaration in a namespace to avoid these conflic= ts. PR: 207253 Approved by: fernando.apesteguia@gmail.com (maintainer) Changes: head/cad/openvsp/files/patch-src_util__code_array.h head/cad/openvsp/files/patch-src_vsp_af.cpp head/cad/openvsp/files/patch-src_vsp_havoc__geom.cpp head/cad/openvsp/files/patch-src_vsp_havoc__geom.h --=20 You are receiving this mail because: You are the assignee for the bug.=