From 74fa808d34ee655874151e5c38668b44f18bf58e Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Sat, 20 May 2017 16:58:10 +0000 Subject: Mark some ports failing on power64. In cases where the error message was a stub, provide a real one. While here, pet portlint. Reported by: swills Approved by: portmgr (tier-2 blanket) --- games/endless-sky/Makefile | 2 ++ games/py-fife/Makefile | 6 ++++-- games/stratagus/Makefile | 2 ++ 3 files changed, 8 insertions(+), 2 deletions(-) (limited to 'games') diff --git a/games/endless-sky/Makefile b/games/endless-sky/Makefile index abf868df28f5..1d7a1ed471f6 100644 --- a/games/endless-sky/Makefile +++ b/games/endless-sky/Makefile @@ -17,6 +17,8 @@ LICENSE_FILE_GPLv3+ = ${WRKSRC}/license.txt LIB_DEPENDS= libpng.so:graphics/png \ libmad.so:audio/libmad +BROKEN_powerpc64= fails to compile: Dialog.h: 'to_string' is not a member of 'std' + USE_GITHUB= yes USES= compiler:c++11-lib jpeg localbase:ldflags openal scons diff --git a/games/py-fife/Makefile b/games/py-fife/Makefile index 8c6e979bc239..49aeb8c78b6c 100644 --- a/games/py-fife/Makefile +++ b/games/py-fife/Makefile @@ -3,7 +3,7 @@ PORTNAME= fife PORTVERSION= 0.4.1 -PORTREVISION= 1 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= https://github.com/fifengine/fifengine/archive/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,6 +19,8 @@ LIB_DEPENDS= libvorbisfile.so:audio/libvorbis \ libboost_filesystem.so:devel/boost-libs \ libpng.so:graphics/png +BROKEN_powerpc64= fails to compile: fifePYTHON_wrap.cxx: relocation truncated to fit + USES= openal:al pkgconfig cmake:outsource USE_GL= gl USE_SDL= sdl2 ttf2 image2 @@ -43,7 +45,7 @@ LOGGING_DESC= Logging OPTIONS_MULTI_COMP= PYTHON LIBRARY COMP_DESC= Building components PYTHON_DESC= Build python extension module (need for unknown-horizons) -LIBRARY_DESC= Build and install files for directly develop with C++ +LIBRARY_DESC= Build and install files for directly develop with C++ OPTIONS_DEFAULT= FIFECHAN ZIP LOGGING PYTHON diff --git a/games/stratagus/Makefile b/games/stratagus/Makefile index a903ade6e04f..ccd00f3895f7 100644 --- a/games/stratagus/Makefile +++ b/games/stratagus/Makefile @@ -15,6 +15,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpng.so:graphics/png \ libtolua++-${LUA_VER}.so:lang/tolua++ +BROKEN_powerpc64= fails to compile: cc1plus: unrecognized command line option "-std=gnu++0x" + USE_GITHUB= yes GH_ACCOUNT= Wargus -- cgit v1.2.3