From owner-svn-ports-all@freebsd.org Fri Jun 26 13:25:22 2015 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 412F498C7BA; Fri, 26 Jun 2015 13:25:22 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 325D81D3E; Fri, 26 Jun 2015 13:25:22 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5QDPMGh040113; Fri, 26 Jun 2015 13:25:22 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5QDPMHp040112; Fri, 26 Jun 2015 13:25:22 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506261325.t5QDPMHp040112@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 26 Jun 2015 13:25:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390637 - head/x11-toolkits/hs-wxc 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.20 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: Fri, 26 Jun 2015 13:25:22 -0000 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