From owner-svn-ports-all@freebsd.org Sun Feb 5 13:30:02 2017 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 C423DCD16BC; Sun, 5 Feb 2017 13:30:02 +0000 (UTC) (envelope-from jbeich@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 789CC1334; Sun, 5 Feb 2017 13:30:02 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v15DU1Wc084962; Sun, 5 Feb 2017 13:30:01 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v15DU1JX084961; Sun, 5 Feb 2017 13:30:01 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201702051330.v15DU1JX084961@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 5 Feb 2017 13:30:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433405 - head/audio/smasher 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.23 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: Sun, 05 Feb 2017 13:30:02 -0000 Author: jbeich Date: Sun Feb 5 13:30:01 2017 New Revision: 433405 URL: https://svnweb.freebsd.org/changeset/ports/433405 Log: audio/smasher: unbreak with gcc5 or later (runtime still broken) In file included from /usr/local/lib/gcc5/include/c++/string:52:0, from /usr/local/include/wx-2.8/wx/string.h:176, from /usr/local/include/wx-2.8/wx/memory.h:16, from /usr/local/include/wx-2.8/wx/object.h:20, from /usr/local/include/wx-2.8/wx/event.h:17, from /usr/local/include/wx-2.8/wx/window.h:19, from /usr/local/include/wx-2.8/wx/control.h:23, from /usr/local/include/wx-2.8/wx/checkbox.h:19, from settingsbook.cpp:4: /usr/local/lib/gcc5/include/c++/bits/basic_string.h: In instantiation of 'union std::__cxx11::basic_string::': /usr/local/lib/gcc5/include/c++/bits/basic_string.h:119:7: required from 'class std::__cxx11::basic_string' fxplotwindow.h:12:32: required from here /usr/local/lib/gcc5/include/c++/bits/basic_string.h:121:53: error: member 'wxPoint std::__cxx11::basic_string::::_M_local_buf [2]' with constructor not allowed in union _CharT _M_local_buf[_S_local_capacity + 1]; ^ /usr/local/lib/gcc5/include/c++/bits/basic_string.h:121:53: note: unrestricted unions only available with -std=c++11 or -std=gnu++11 PR: 216707 Reported by: antoine (via exp-run) Modified: head/audio/smasher/Makefile (contents, props changed) Modified: head/audio/smasher/Makefile ============================================================================== --- head/audio/smasher/Makefile Sun Feb 5 13:27:55 2017 (r433404) +++ head/audio/smasher/Makefile Sun Feb 5 13:30:01 2017 (r433405) @@ -19,6 +19,7 @@ LIB_DEPENDS= libsndfile.so:audio/libsndf GNU_CONFIGURE= yes USES= desktop-file-utils gmake pkgconfig +USE_CXXSTD= c++11 USE_GCC= yes USE_WX= 2.8 WX_CONF_ARGS= absolute