Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Dec 2017 05:11:41 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r456106 - in branches/2017Q4: cad/libopencad devel/caf devel/cppcheck devel/msp430-debug-stack devel/re2 emulators/mednafen games/corsix-th games/endless-sky lang/cling multimedia/ffmpe...
Message-ID:  <201712120511.vBC5BfFp059513@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Tue Dec 12 05:11:41 2017
New Revision: 456106
URL: https://svnweb.freebsd.org/changeset/ports/456106

Log:
  MFH: r456105
  
  Re-try ports affected by bug 193528 on powerpc* after r449590
  
  Approved by:	ports-secteam blanket

Modified:
  branches/2017Q4/cad/libopencad/Makefile
  branches/2017Q4/devel/caf/Makefile
  branches/2017Q4/devel/cppcheck/Makefile
  branches/2017Q4/devel/msp430-debug-stack/Makefile
  branches/2017Q4/devel/re2/Makefile
  branches/2017Q4/emulators/mednafen/Makefile
  branches/2017Q4/games/corsix-th/Makefile
  branches/2017Q4/games/endless-sky/Makefile
  branches/2017Q4/lang/cling/Makefile
  branches/2017Q4/multimedia/ffmpegthumbnailer/Makefile
  branches/2017Q4/ports-mgmt/portal/Makefile
  branches/2017Q4/security/i2pd/Makefile
  branches/2017Q4/textproc/highlight/Makefile
  branches/2017Q4/textproc/opengrm-ngram/Makefile
Directory Properties:
  branches/2017Q4/   (props changed)

Modified: branches/2017Q4/cad/libopencad/Makefile
==============================================================================
--- branches/2017Q4/cad/libopencad/Makefile	Tue Dec 12 04:35:49 2017	(r456105)
+++ branches/2017Q4/cad/libopencad/Makefile	Tue Dec 12 05:11:41 2017	(r456106)
@@ -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

Modified: branches/2017Q4/devel/caf/Makefile
==============================================================================
--- branches/2017Q4/devel/caf/Makefile	Tue Dec 12 04:35:49 2017	(r456105)
+++ branches/2017Q4/devel/caf/Makefile	Tue Dec 12 05:11:41 2017	(r456106)
@@ -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

Modified: branches/2017Q4/devel/cppcheck/Makefile
==============================================================================
--- branches/2017Q4/devel/cppcheck/Makefile	Tue Dec 12 04:35:49 2017	(r456105)
+++ branches/2017Q4/devel/cppcheck/Makefile	Tue Dec 12 05:11:41 2017	(r456106)
@@ -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)

Modified: branches/2017Q4/devel/msp430-debug-stack/Makefile
==============================================================================
--- branches/2017Q4/devel/msp430-debug-stack/Makefile	Tue Dec 12 04:35:49 2017	(r456105)
+++ branches/2017Q4/devel/msp430-debug-stack/Makefile	Tue Dec 12 05:11:41 2017	(r456106)
@@ -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
 

Modified: branches/2017Q4/devel/re2/Makefile
==============================================================================
--- branches/2017Q4/devel/re2/Makefile	Tue Dec 12 04:35:49 2017	(r456105)
+++ branches/2017Q4/devel/re2/Makefile	Tue Dec 12 05:11:41 2017	(r456106)
@@ -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

Modified: branches/2017Q4/emulators/mednafen/Makefile
==============================================================================
--- branches/2017Q4/emulators/mednafen/Makefile	Tue Dec 12 04:35:49 2017	(r456105)
+++ branches/2017Q4/emulators/mednafen/Makefile	Tue Dec 12 05:11:41 2017	(r456106)
@@ -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

Modified: branches/2017Q4/games/corsix-th/Makefile
==============================================================================
--- branches/2017Q4/games/corsix-th/Makefile	Tue Dec 12 04:35:49 2017	(r456105)
+++ branches/2017Q4/games/corsix-th/Makefile	Tue Dec 12 05:11:41 2017	(r456106)
@@ -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 \

Modified: branches/2017Q4/games/endless-sky/Makefile
==============================================================================
--- branches/2017Q4/games/endless-sky/Makefile	Tue Dec 12 04:35:49 2017	(r456105)
+++ branches/2017Q4/games/endless-sky/Makefile	Tue Dec 12 05:11:41 2017	(r456106)
@@ -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

Modified: branches/2017Q4/lang/cling/Makefile
==============================================================================
--- branches/2017Q4/lang/cling/Makefile	Tue Dec 12 04:35:49 2017	(r456105)
+++ branches/2017Q4/lang/cling/Makefile	Tue Dec 12 05:11:41 2017	(r456106)
@@ -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
 

Modified: branches/2017Q4/multimedia/ffmpegthumbnailer/Makefile
==============================================================================
--- branches/2017Q4/multimedia/ffmpegthumbnailer/Makefile	Tue Dec 12 04:35:49 2017	(r456105)
+++ branches/2017Q4/multimedia/ffmpegthumbnailer/Makefile	Tue Dec 12 05:11:41 2017	(r456106)
@@ -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
 

Modified: branches/2017Q4/ports-mgmt/portal/Makefile
==============================================================================
--- branches/2017Q4/ports-mgmt/portal/Makefile	Tue Dec 12 04:35:49 2017	(r456105)
+++ branches/2017Q4/ports-mgmt/portal/Makefile	Tue Dec 12 05:11:41 2017	(r456106)
@@ -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
 

Modified: branches/2017Q4/security/i2pd/Makefile
==============================================================================
--- branches/2017Q4/security/i2pd/Makefile	Tue Dec 12 04:35:49 2017	(r456105)
+++ branches/2017Q4/security/i2pd/Makefile	Tue Dec 12 05:11:41 2017	(r456106)
@@ -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
 

Modified: branches/2017Q4/textproc/highlight/Makefile
==============================================================================
--- branches/2017Q4/textproc/highlight/Makefile	Tue Dec 12 04:35:49 2017	(r456105)
+++ branches/2017Q4/textproc/highlight/Makefile	Tue Dec 12 05:11:41 2017	(r456106)
@@ -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

Modified: branches/2017Q4/textproc/opengrm-ngram/Makefile
==============================================================================
--- branches/2017Q4/textproc/opengrm-ngram/Makefile	Tue Dec 12 04:35:49 2017	(r456105)
+++ branches/2017Q4/textproc/opengrm-ngram/Makefile	Tue Dec 12 05:11:41 2017	(r456106)
@@ -13,7 +13,6 @@ COMMENT=	Library for making n-gram language models enc
 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
 



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