From owner-svn-ports-all@FreeBSD.ORG Sat Apr 11 08:44:59 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 81CC9B63; Sat, 11 Apr 2015 08:44:59 +0000 (UTC) Date: Sat, 11 Apr 2015 08:44:59 +0000 From: Alexey Dokuchaev To: Dmitry Marakasov Subject: Re: svn commit: r383466 - in head/x11-toolkits/wxgtk30: . files Message-ID: <20150411084459.GA13660@FreeBSD.org> References: <201504061849.t36InrtY095320@svn.freebsd.org> <20150410174533.GB77333@hades.panopticon> <55281352.6060904@marino.st> <20150410182438.GA14746@FreeBSD.org> <20150410191527.GC77333@hades.panopticon> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150410191527.GC77333@hades.panopticon> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, marino@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 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: Sat, 11 Apr 2015 08:44:59 -0000 On Fri, Apr 10, 2015 at 10:15:28PM +0300, Dmitry Marakasov wrote: > * Alexey Dokuchaev (danfe@FreeBSD.org) wrote: > > On the other hand, many of these dependent ports actually do not require > > dreaded c++11 (or c++0x) support. It would be very unfortunate to force > > it on all of them just because wxgtk30 guys do not know how to develop > > software [1]. Can we bring wxgtk30 back to sanity, please? > > > > [1] Forcing c++11 on a popular GUI toolkit in 2015 is bad beyond evil. > > It turns out that wxgtk is really tied to c++11: one of my ports fail with > > /usr/local/include/wx-3.0/wx/strvararg.h:350:13: error: 'is_enum' in namespace 'std' does not name a type > typedef std::is_enum is_enum; > > is_enum is c++11 thing: http://en.cppreference.com/w/cpp/types/is_enum Unbelievable stupidity. If I'd care about wx enough, I'd tried getting it back on a sane ground of c++03, luckily I don't use this crap at all. ./danfe