Date: Sat, 11 Apr 2015 08:44:59 +0000 From: Alexey Dokuchaev <danfe@FreeBSD.org> To: Dmitry Marakasov <amdmi3@amdmi3.ru> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, marino@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r383466 - in head/x11-toolkits/wxgtk30: . files Message-ID: <20150411084459.GA13660@FreeBSD.org> In-Reply-To: <20150410191527.GC77333@hades.panopticon> References: <201504061849.t36InrtY095320@svn.freebsd.org> <20150410174533.GB77333@hades.panopticon> <55281352.6060904@marino.st> <20150410182438.GA14746@FreeBSD.org> <20150410191527.GC77333@hades.panopticon>
next in thread | previous in thread | raw e-mail | index | archive | help
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<T> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150411084459.GA13660>