From owner-svn-ports-head@freebsd.org Tue Dec 12 04:35:52 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0A332E8CF6E; Tue, 12 Dec 2017 04:35:52 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D8A8F6B9A0; Tue, 12 Dec 2017 04:35:51 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBC4ZoqV044872; Tue, 12 Dec 2017 04:35:50 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBC4ZnMo044858; Tue, 12 Dec 2017 04:35:49 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201712120435.vBC4ZnMo044858@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 12 Dec 2017 04:35:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456105 - in head: cad/libopencad devel/caf devel/cppcheck devel/msp430-debug-stack devel/re2 emulators/mednafen games/corsix-th games/endless-sky lang/cling multimedia/ffmpegthumbnaile... X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head: cad/libopencad devel/caf devel/cppcheck devel/msp430-debug-stack devel/re2 emulators/mednafen games/corsix-th games/endless-sky lang/cling multimedia/ffmpegthumbnailer ports-mgmt/portal secur... X-SVN-Commit-Revision: 456105 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Dec 2017 04:35:52 -0000 Author: jbeich Date: Tue Dec 12 04:35:49 2017 New Revision: 456105 URL: https://svnweb.freebsd.org/changeset/ports/456105 Log: Re-try ports affected by bug 193528 on powerpc* after r449590 Modified: head/cad/libopencad/Makefile (contents, props changed) head/devel/caf/Makefile (contents, props changed) head/devel/cppcheck/Makefile (contents, props changed) head/devel/msp430-debug-stack/Makefile (contents, props changed) head/devel/re2/Makefile (contents, props changed) head/emulators/mednafen/Makefile (contents, props changed) head/games/corsix-th/Makefile (contents, props changed) head/games/endless-sky/Makefile (contents, props changed) head/lang/cling/Makefile (contents, props changed) head/multimedia/ffmpegthumbnailer/Makefile (contents, props changed) head/ports-mgmt/portal/Makefile (contents, props changed) head/security/i2pd/Makefile (contents, props changed) head/textproc/highlight/Makefile (contents, props changed) head/textproc/opengrm-ngram/Makefile (contents, props changed) Modified: head/cad/libopencad/Makefile ============================================================================== --- head/cad/libopencad/Makefile Tue Dec 12 04:28:50 2017 (r456104) +++ head/cad/libopencad/Makefile Tue Dec 12 04:35:49 2017 (r456105) @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_armv6= fails to compile: cadheader.cpp: ambiguous conversion for functional-style cast from 'time_t' to 'CADVariant' BROKEN_armv7= 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: head/devel/caf/Makefile ============================================================================== --- head/devel/caf/Makefile Tue Dec 12 04:28:50 2017 (r456104) +++ head/devel/caf/Makefile Tue Dec 12 04:35:49 2017 (r456105) @@ -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: head/devel/cppcheck/Makefile ============================================================================== --- head/devel/cppcheck/Makefile Tue Dec 12 04:28:50 2017 (r456104) +++ head/devel/cppcheck/Makefile Tue Dec 12 04:35:49 2017 (r456105) @@ -12,8 +12,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: head/devel/msp430-debug-stack/Makefile ============================================================================== --- head/devel/msp430-debug-stack/Makefile Tue Dec 12 04:28:50 2017 (r456104) +++ head/devel/msp430-debug-stack/Makefile Tue Dec 12 04:35:49 2017 (r456105) @@ -21,8 +21,6 @@ LICENSE= BSD3CLAUSE 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: head/devel/re2/Makefile ============================================================================== --- head/devel/re2/Makefile Tue Dec 12 04:28:50 2017 (r456104) +++ head/devel/re2/Makefile Tue Dec 12 04:35:49 2017 (r456105) @@ -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: head/emulators/mednafen/Makefile ============================================================================== --- head/emulators/mednafen/Makefile Tue Dec 12 04:28:50 2017 (r456104) +++ head/emulators/mednafen/Makefile Tue Dec 12 04:35:49 2017 (r456105) @@ -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: head/games/corsix-th/Makefile ============================================================================== --- head/games/corsix-th/Makefile Tue Dec 12 04:28:50 2017 (r456104) +++ head/games/corsix-th/Makefile Tue Dec 12 04:35:49 2017 (r456105) @@ -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: head/games/endless-sky/Makefile ============================================================================== --- head/games/endless-sky/Makefile Tue Dec 12 04:28:50 2017 (r456104) +++ head/games/endless-sky/Makefile Tue Dec 12 04:35:49 2017 (r456105) @@ -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: head/lang/cling/Makefile ============================================================================== --- head/lang/cling/Makefile Tue Dec 12 04:28:50 2017 (r456104) +++ head/lang/cling/Makefile Tue Dec 12 04:35:49 2017 (r456105) @@ -20,7 +20,6 @@ LICENSE_PERMS_LLVM= dist-mirror dist-sell pkg-mirror p BROKEN_armv6= fails to compile: AArch64TargetMachine.cpp: relocation truncated to fit: R_ARM_CALL against symbol '__aeabi_uldivmod' BROKEN_armv7= 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: head/multimedia/ffmpegthumbnailer/Makefile ============================================================================== --- head/multimedia/ffmpegthumbnailer/Makefile Tue Dec 12 04:28:50 2017 (r456104) +++ head/multimedia/ffmpegthumbnailer/Makefile Tue Dec 12 04:35:49 2017 (r456105) @@ -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: head/ports-mgmt/portal/Makefile ============================================================================== --- head/ports-mgmt/portal/Makefile Tue Dec 12 04:28:50 2017 (r456104) +++ head/ports-mgmt/portal/Makefile Tue Dec 12 04:35:49 2017 (r456105) @@ -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: head/security/i2pd/Makefile ============================================================================== --- head/security/i2pd/Makefile Tue Dec 12 04:28:50 2017 (r456104) +++ head/security/i2pd/Makefile Tue Dec 12 04:35:49 2017 (r456105) @@ -13,8 +13,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: head/textproc/highlight/Makefile ============================================================================== --- head/textproc/highlight/Makefile Tue Dec 12 04:28:50 2017 (r456104) +++ head/textproc/highlight/Makefile Tue Dec 12 04:35:49 2017 (r456105) @@ -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: head/textproc/opengrm-ngram/Makefile ============================================================================== --- head/textproc/opengrm-ngram/Makefile Tue Dec 12 04:28:50 2017 (r456104) +++ head/textproc/opengrm-ngram/Makefile Tue Dec 12 04:35:49 2017 (r456105) @@ -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