From d69aa36e2c12417af140be228910b9c136d9cc0b Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Tue, 12 Dec 2017 05:11:41 +0000 Subject: MFH: r456105 Re-try ports affected by bug 193528 on powerpc* after r449590 Approved by: ports-secteam blanket --- cad/libopencad/Makefile | 1 - devel/caf/Makefile | 2 -- devel/cppcheck/Makefile | 2 -- devel/msp430-debug-stack/Makefile | 2 -- devel/re2/Makefile | 2 -- emulators/mednafen/Makefile | 1 - games/corsix-th/Makefile | 2 -- games/endless-sky/Makefile | 2 -- lang/cling/Makefile | 1 - multimedia/ffmpegthumbnailer/Makefile | 2 -- ports-mgmt/portal/Makefile | 2 -- security/i2pd/Makefile | 2 -- textproc/highlight/Makefile | 2 -- textproc/opengrm-ngram/Makefile | 1 - 14 files changed, 24 deletions(-) diff --git a/cad/libopencad/Makefile b/cad/libopencad/Makefile index 127f2c85164d..51d1fb618e21 100644 --- a/cad/libopencad/Makefile +++ b/cad/libopencad/Makefile @@ -13,7 +13,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_armv6= fails to compile: cadheader.cpp: ambiguous conversion for functional-style cast from 'time_t' to 'CADVariant' -BROKEN_powerpc64= fails to compile: r2000.cpp: 'to_string' was not declared in this scope USE_GITHUB= yes GH_ACCOUNT= sandyre diff --git a/devel/caf/Makefile b/devel/caf/Makefile index aa2c25baef14..38227cd16c15 100644 --- a/devel/caf/Makefile +++ b/devel/caf/Makefile @@ -12,8 +12,6 @@ COMMENT= C++ actor framework LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_powerpc64= does not build: error: to_string is not a member of std - CXXFLAGS+= -std=c++11 -Wextra -Wall -pedantic LDFLAGS+= -pthread USES= cmake:outsource compiler:c++11-lang diff --git a/devel/cppcheck/Makefile b/devel/cppcheck/Makefile index 92905c9aa0b9..d46a1ac0df41 100644 --- a/devel/cppcheck/Makefile +++ b/devel/cppcheck/Makefile @@ -13,8 +13,6 @@ COMMENT?= Static analysis of C/C++ code LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_powerpc64= fails to compile: analyzerinfo.cpp: 'to_string' is not a member of 'std' - USES= compiler:c++11-lib cmake tar:bzip2 .if defined(GUI_ONLY) diff --git a/devel/msp430-debug-stack/Makefile b/devel/msp430-debug-stack/Makefile index 2005988f2820..d832c691d6f0 100644 --- a/devel/msp430-debug-stack/Makefile +++ b/devel/msp430-debug-stack/Makefile @@ -23,8 +23,6 @@ BROKEN= fails to package LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs \ libhidapi.so:comms/hidapi -BROKEN_powerpc64= fails to compile: adapt_enum.h: 'to_string' is not a member of 'std' - USES= compiler:c++11-lib dos2unix gmake zip:infozip USE_LDCONFIG= yes diff --git a/devel/re2/Makefile b/devel/re2/Makefile index d46f67797ab0..a20d8cf7db5d 100644 --- a/devel/re2/Makefile +++ b/devel/re2/Makefile @@ -11,8 +11,6 @@ COMMENT= Fast C++ regex library LICENSE= BSD3CLAUSE -BROKEN_powerpc64= fails to compile: prefilter_tree.cc: 'to_string' is not a member of 'std' - MAKE_ARGS= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" SED_INPLACE="${SED} -i ''" prefix=${PREFIX} USE_LDCONFIG= yes USES= compiler:c++11-lang gmake pathfix diff --git a/emulators/mednafen/Makefile b/emulators/mednafen/Makefile index b15119e360f4..f64dc626bac9 100644 --- a/emulators/mednafen/Makefile +++ b/emulators/mednafen/Makefile @@ -17,7 +17,6 @@ LIB_DEPENDS= libcdio.so:sysutils/libcdio \ libsndfile.so:audio/libsndfile \ libvorbis.so:audio/libvorbis -BROKEN_powerpc64= fails to compile: mednafen.cpp: 'to_string' is not a member of 'std' BROKEN_sparc64= fails to compile due to internal compiler error GNU_CONFIGURE= yes diff --git a/games/corsix-th/Makefile b/games/corsix-th/Makefile index 4cba495afa7c..dc8fd9c69114 100644 --- a/games/corsix-th/Makefile +++ b/games/corsix-th/Makefile @@ -16,8 +16,6 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 RUN_DEPENDS= ${LUA_MODLIBDIR}/lfs.so:devel/luafilesystem \ ${LUA_MODLIBDIR}/lpeg.so:devel/lua-lpeg -BROKEN_powerpc64= fails to compile: th_map_overlays.cpp: 'to_string' is not a member of 'std' - USES= cmake compiler:c++11-lib dos2unix iconv lua pkgconfig USE_SDL= mixer2 DOS2UNIX_FILES= CMake/FindFFmpeg.cmake \ diff --git a/games/endless-sky/Makefile b/games/endless-sky/Makefile index b243e6381b91..37b0af629e8c 100644 --- a/games/endless-sky/Makefile +++ b/games/endless-sky/Makefile @@ -17,8 +17,6 @@ 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/lang/cling/Makefile b/lang/cling/Makefile index 1449918ae40b..debc56f00c43 100644 --- a/lang/cling/Makefile +++ b/lang/cling/Makefile @@ -19,7 +19,6 @@ LICENSE_FILE_NCSA= ${WRKSRC}/tools/cling/LICENSE.TXT LICENSE_PERMS_LLVM= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept BROKEN_armv6= fails to compile: AArch64TargetMachine.cpp: relocation truncated to fit: R_ARM_CALL against symbol '__aeabi_uldivmod' -BROKEN_powerpc64= fails to compile: IncrementalParser.cpp: 'to_string' is not a member of 'std' WRKSRC= ${WRKDIR}/src diff --git a/multimedia/ffmpegthumbnailer/Makefile b/multimedia/ffmpegthumbnailer/Makefile index aee91ab63fc9..43eb95ce7ad2 100644 --- a/multimedia/ffmpegthumbnailer/Makefile +++ b/multimedia/ffmpegthumbnailer/Makefile @@ -15,8 +15,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpng.so:graphics/png \ libswscale.so:multimedia/ffmpeg -BROKEN_powerpc64= fails to compile: moviedecoder.cpp: error: 'to_string' is not a member of 'std' - USE_GITHUB= yes GH_ACCOUNT= dirkvdb diff --git a/ports-mgmt/portal/Makefile b/ports-mgmt/portal/Makefile index 9a1debcceda4..b96d7bb5b4b4 100644 --- a/ports-mgmt/portal/Makefile +++ b/ports-mgmt/portal/Makefile @@ -10,8 +10,6 @@ COMMENT= Front-end to pkg(8) LICENSE= BSD2CLAUSE -BROKEN_powerpc64= does not build: error: to_string is not a member of std - PLIST_FILES= bin/${PORTNAME} \ man/man1/${PORTNAME}.1.gz diff --git a/security/i2pd/Makefile b/security/i2pd/Makefile index d8dcb959a895..46f4d68ee934 100644 --- a/security/i2pd/Makefile +++ b/security/i2pd/Makefile @@ -14,8 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libboost_thread.so:devel/boost-libs -BROKEN_powerpc64= does not build: error: to_string is not a member of std - USE_GITHUB= yes GH_ACCOUNT= PurpleI2P diff --git a/textproc/highlight/Makefile b/textproc/highlight/Makefile index 5a0c89b01019..4eeffa73b95f 100644 --- a/textproc/highlight/Makefile +++ b/textproc/highlight/Makefile @@ -16,8 +16,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= boost-libs>0:devel/boost-libs -BROKEN_powerpc64= fails to compile: rtfgenerator.cpp:279:37: 'to_string' was not declared in this scope - USES= compiler:c++11-lib gmake lua:52 pkgconfig tar:bzip2 USE_CXXSTD= c++11 MAKEFILE= makefile diff --git a/textproc/opengrm-ngram/Makefile b/textproc/opengrm-ngram/Makefile index 6a4102d55ea0..f716fedef6b3 100644 --- a/textproc/opengrm-ngram/Makefile +++ b/textproc/opengrm-ngram/Makefile @@ -13,7 +13,6 @@ COMMENT= Library for making n-gram language models encoded as weighted FSTs LICENSE= APACHE20 BROKEN= fails to build -BROKEN_powerpc64= fails to compile: ngram-count.cc: 'to_string' is not a member of 'std' LIB_DEPENDS= libfst.so:math/openfst -- cgit v1.2.3