From owner-freebsd-office@freebsd.org Thu Nov 24 05:23:58 2016 Return-Path: Delivered-To: freebsd-office@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 229B3C528F9 for ; Thu, 24 Nov 2016 05:23:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 0BE9C896 for ; Thu, 24 Nov 2016 05:23:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 0B425C528F8; Thu, 24 Nov 2016 05:23:58 +0000 (UTC) Delivered-To: office@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 07CF7C528F7 for ; Thu, 24 Nov 2016 05:23:58 +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 E89CC895 for ; Thu, 24 Nov 2016 05:23:57 +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 uAO5NvsY083502 for ; Thu, 24 Nov 2016 05:23:57 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: office@FreeBSD.org Subject: [Bug 213987] devel/boost-libs: fix for lang/gcc5 Date: Thu, 24 Nov 2016 05:23:57 +0000 X-Bugzilla-Reason: CC 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: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Rejected X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: office@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status Message-ID: In-Reply-To: References: 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-office@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Nov 2016 05:23:58 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213987 Jan Beich (mail not working) changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |Rejected Status|New |Closed --- Comment #1 from Jan Beich (mail not working) --- Likely obsoleted by ports r426908. Even if not, please, describe build environment in more detail e.g., backed by poudriere logs and if there're l= ocal patches. Don't forget to quote errors which are crucial when remuving cruft= in future. Also, if the compiler is buggy it should be patched rather than stacking mo= re hacks into consumers. While GCC 4.2 in base can't be patched retroactively = the ports can and *should*. > +.if ${COMPILER_TYPE} =3D=3D gcc > +CXXFLAGS +=3D -std=3Dgnu++11 -D_GLIBCXX_USE_C99=3D1 -include cmath devel/boost-libs is fragile if consumers are built with different compiler = or flags. Adding -std=3Dgnu++11 would require an exp-run. Besides, GCC in base doesn't support C++11 --=20 You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.=