Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Mar 2014 13:43:36 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r349000 - in head: emulators/wxmupen64plus net-p2p/solidcoin x11-toolkits/hs-wx x11-toolkits/hs-wxc x11-toolkits/hs-wxcore
Message-ID:  <201403241343.s2ODhaul011206@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Mar 24 13:43:36 2014
New Revision: 349000
URL: http://svnweb.freebsd.org/changeset/ports/349000
QAT: https://qat.redports.org/buildarchive/r349000/

Log:
  Mark as broken ports that expect wx 2.9+ but does not build with 3.0 (2.9 is a dev version and will be removed soon)

Modified:
  head/emulators/wxmupen64plus/Makefile
  head/net-p2p/solidcoin/Makefile
  head/x11-toolkits/hs-wx/Makefile
  head/x11-toolkits/hs-wxc/Makefile
  head/x11-toolkits/hs-wxcore/Makefile

Modified: head/emulators/wxmupen64plus/Makefile
==============================================================================
--- head/emulators/wxmupen64plus/Makefile	Mon Mar 24 13:37:24 2014	(r348999)
+++ head/emulators/wxmupen64plus/Makefile	Mon Mar 24 13:43:36 2014	(r349000)
@@ -13,6 +13,8 @@ DIST_SUBDIR=	${PORTNAME:S/wx//}
 MAINTAINER=	acm@FreeBSD.org
 COMMENT=	Mupen64Plus 2.0 GUI frontend written using wxWidgets
 
+BROKEN=		does not build with any of the supported wx
+
 LIB_DEPENDS=	mupen64plus:${PORTSDIR}/emulators/mupen64plus-core
 RUN_DEPENDS=	${LOCALBASE}/lib/libmupen64plus.so.2:${PORTSDIR}/emulators/mupen64plus-core \
 		${LOCALBASE}/lib/mupen64plus/mupen64plus-audio-sdl.so:${PORTSDIR}/emulators/mupen64plus-audio-sdl \

Modified: head/net-p2p/solidcoin/Makefile
==============================================================================
--- head/net-p2p/solidcoin/Makefile	Mon Mar 24 13:37:24 2014	(r348999)
+++ head/net-p2p/solidcoin/Makefile	Mon Mar 24 13:43:36 2014	(r349000)
@@ -17,6 +17,8 @@ LICENSE=	MIT
 BUILD_DEPENDS=	${LOCALBASE}/include/boost/graph/parallel/algorithm.hpp:${PORTSDIR}/devel/boost-libs
 LIB_DEPENDS=	libboost_date_time.so:${PORTSDIR}/devel/boost-libs
 
+BROKEN=		Does not build with any of the supported wx
+
 OPTIONS_DEFINE=	WXGTK
 OPTIONS_DEFAULT=	WXGTK
 

Modified: head/x11-toolkits/hs-wx/Makefile
==============================================================================
--- head/x11-toolkits/hs-wx/Makefile	Mon Mar 24 13:37:24 2014	(r348999)
+++ head/x11-toolkits/hs-wx/Makefile	Mon Mar 24 13:43:36 2014	(r349000)
@@ -10,6 +10,8 @@ COMMENT=	wxHaskell
 
 USE_CABAL=	stm wxcore>=0.90
 
+BROKEN=		does not build with any of the supported wx
+
 USE_WX=		3.0
 WX_COMPS=	wx
 WX_UNICODE=	yes

Modified: head/x11-toolkits/hs-wxc/Makefile
==============================================================================
--- head/x11-toolkits/hs-wxc/Makefile	Mon Mar 24 13:37:24 2014	(r348999)
+++ head/x11-toolkits/hs-wxc/Makefile	Mon Mar 24 13:43:36 2014	(r349000)
@@ -10,6 +10,8 @@ COMMENT=	wxHaskell C++ wrapper
 
 USE_CABAL=	wxdirect>=0.90
 
+BROKEN=		does not build with any of the supported wx
+
 USE_WX=		3.0
 WX_COMPS=	wx
 WX_UNICODE=	yes

Modified: head/x11-toolkits/hs-wxcore/Makefile
==============================================================================
--- head/x11-toolkits/hs-wxcore/Makefile	Mon Mar 24 13:37:24 2014	(r348999)
+++ head/x11-toolkits/hs-wxcore/Makefile	Mon Mar 24 13:43:36 2014	(r349000)
@@ -10,6 +10,8 @@ COMMENT=	wxHaskell core
 
 USE_CABAL=	parsec stm wxc>=0.90.0.4 wxdirect>=0.90
 
+BROKEN=		does not build with any of the supported wx
+
 USE_WX=		3.0
 WX_COMPS=	wx
 WX_UNICODE=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403241343.s2ODhaul011206>