svn commit: r390637 - head/x11-toolkits/hs-wxc

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Jun 26 13:25:22 UTC 2015


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 at FreeBSD.org
 COMMENT=	wxHaskell C++ wrapper
 
+BROKEN_FreeBSD_9=	does not build
+
 USE_CABAL=	wxdirect>=0.90.1.0
 
 USES=		dos2unix


More information about the svn-ports-all mailing list