mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
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)
This commit is contained in:
parent
6e34168a94
commit
667e783f16
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349000
@ -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 \
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user