From 667e783f1636ab48d8db845238fd12f1bda9bd41 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Mon, 24 Mar 2014 13:43:36 +0000 Subject: [PATCH] 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) --- emulators/wxmupen64plus/Makefile | 2 ++ net-p2p/solidcoin/Makefile | 2 ++ x11-toolkits/hs-wx/Makefile | 2 ++ x11-toolkits/hs-wxc/Makefile | 2 ++ x11-toolkits/hs-wxcore/Makefile | 2 ++ 5 files changed, 10 insertions(+) diff --git a/emulators/wxmupen64plus/Makefile b/emulators/wxmupen64plus/Makefile index 14eb977a7355..e47c31709751 100644 --- a/emulators/wxmupen64plus/Makefile +++ b/emulators/wxmupen64plus/Makefile @@ -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 \ diff --git a/net-p2p/solidcoin/Makefile b/net-p2p/solidcoin/Makefile index 16e24985b625..71ef78548929 100644 --- a/net-p2p/solidcoin/Makefile +++ b/net-p2p/solidcoin/Makefile @@ -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 diff --git a/x11-toolkits/hs-wx/Makefile b/x11-toolkits/hs-wx/Makefile index 49125ff772e1..97ad3eb58d00 100644 --- a/x11-toolkits/hs-wx/Makefile +++ b/x11-toolkits/hs-wx/Makefile @@ -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 diff --git a/x11-toolkits/hs-wxc/Makefile b/x11-toolkits/hs-wxc/Makefile index bc12f340a239..7be9e87de7ae 100644 --- a/x11-toolkits/hs-wxc/Makefile +++ b/x11-toolkits/hs-wxc/Makefile @@ -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 diff --git a/x11-toolkits/hs-wxcore/Makefile b/x11-toolkits/hs-wxcore/Makefile index 06175ac0cf50..9cba613bd1ca 100644 --- a/x11-toolkits/hs-wxcore/Makefile +++ b/x11-toolkits/hs-wxcore/Makefile @@ -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