Date: Fri, 26 Jun 2015 13:25:22 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390637 - head/x11-toolkits/hs-wxc Message-ID: <201506261325.t5QDPMHp040112@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri Jun 26 13:25:21 2015 New Revision: 390637 URL: https://svnweb.freebsd.org/changeset/ports/390637 Log: - Mark broken on 9.x: /usr/local/lib/gcc48/include/c++/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled with the -std=c++11 or -std=gnu++11 compiler options. Using USES=compiler:c++11-lib and USE_CXXSTD=c++11 doesn't really help Submitted by: pkg-fallout Approved by: portmgr blanket Modified: head/x11-toolkits/hs-wxc/Makefile Modified: head/x11-toolkits/hs-wxc/Makefile ============================================================================== --- head/x11-toolkits/hs-wxc/Makefile Fri Jun 26 13:24:38 2015 (r390636) +++ head/x11-toolkits/hs-wxc/Makefile Fri Jun 26 13:25:21 2015 (r390637) @@ -8,6 +8,8 @@ CATEGORIES= x11-toolkits haskell MAINTAINER= haskell@FreeBSD.org COMMENT= wxHaskell C++ wrapper +BROKEN_FreeBSD_9= does not build + USE_CABAL= wxdirect>=0.90.1.0 USES= dos2unix
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506261325.t5QDPMHp040112>