Index: head/cad/libopencad/Makefile =================================================================== --- head/cad/libopencad/Makefile (revision 456104) +++ head/cad/libopencad/Makefile (revision 456105) @@ -1,25 +1,24 @@ # Created by: lbartoletti # $FreeBSD$ PORTNAME= libopencad PORTVERSION= 0.2.0 PORTREVISION= 2 CATEGORIES= cad graphics geography MAINTAINER= lbartoletti@tuxfamily.org COMMENT= Library which provides a way to read/write CAD (DWG/DXF/DXFB) files 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_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 USES= cmake compiler:c++11-lib USE_LDCONFIG= yes .include Index: head/devel/caf/Makefile =================================================================== --- head/devel/caf/Makefile (revision 456104) +++ head/devel/caf/Makefile (revision 456105) @@ -1,55 +1,53 @@ # Created by: vanilla@ # $FreeBSD$ PORTNAME= caf PORTVERSION= 0.15.3 PORTREVISION= 2 CATEGORIES= devel MAINTAINER= vallentin@icir.org 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 USE_LDCONFIG= yes TEST_TARGET= test USE_GITHUB= yes GH_ACCOUNT= actor-framework GH_PROJECT= ${GH_ACCOUNT} OPTIONS_DEFINE= DEBUG TEST STATIC OPTIONS_RADIO= LOG_LEVEL OPTIONS_RADIO_LOG_LEVEL= LOG_LEVEL_ERROR LOG_LEVEL_WARN LOG_LEVEL_INFO LOG_LEVEL_DEBUG LOG_LEVEL_TRACE OPTIONS_DEFAULT= TEST OPTIONS_SUB= yes PLIST_SUB+= PORTVERSION=${PORTVERSION} TEST_DESC= Build with unit tests STATIC_DESC= Additionally build static version of library LOG_LEVEL_ERROR= Use log level ERROR for console output LOG_LEVEL_WARN= Use log level WARN for console output LOG_LEVEL_INFO= Use log level INFO for console output LOG_LEVEL_DEBUG= Use log level DEBUG for console output LOG_LEVEL_TRACE= Use log level TRACE for console output # Until we cannot automatically disentangle examples from other binaries, we do # not support an EXAMPLES option. We also disable a few components that are # still quite experimental. CMAKE_ARGS+= -DCAF_NO_EXAMPLES:BOOL=yes -DCAF_NO_OPENCL:BOOL=yes DEBUG_CMAKE_ON= -DCAF_ENABLE_RUNTIME_CHECKS:BOOL=yes STATIC_CMAKE_ON= -DCAF_BUILD_STATIC:BOOL=yes TEST_CMAKE_OFF= -DCAF_NO_UNIT_TESTS:BOOL=yes LOG_LEVEL_ERROR_CMAKE_ON= -DCAF_LOG_LEVEL:STRING=0 LOG_LEVEL_WARN_CMAKE_ON= -DCAF_LOG_LEVEL:STRING=1 LOG_LEVEL_INFO_CMAKE_ON= -DCAF_LOG_LEVEL:STRING=2 LOG_LEVEL_DEBUG_CMAKE_ON= -DCAF_LOG_LEVEL:STRING=3 LOG_LEVEL_TRACE_CMAKE_ON= -DCAF_LOG_LEVEL:STRING=4 .include Index: head/devel/cppcheck/Makefile =================================================================== --- head/devel/cppcheck/Makefile (revision 456104) +++ head/devel/cppcheck/Makefile (revision 456105) @@ -1,76 +1,74 @@ # Created by: Gabor Pali # $FreeBSD$ PORTNAME= cppcheck PORTVERSION= 1.81 CATEGORIES= devel MASTER_SITES= SF MAINTAINER= amdmi3@FreeBSD.org 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) COMMENT= Static analysis of C/C++ code (GUI) RUN_DEPENDS= cppcheck:devel/cppcheck CMAKE_ARGS= -DBUILD_GUI=TRUE USE_QT5= core gui widgets printsupport qmake_build buildtools_build linguisttools_build BUILD_WRKSRC= ${WRKSRC}/gui INSTALL_WRKSRC= ${WRKSRC}/gui PLIST= ${PKGDIR}/pkg-plist-gui PKGNAMESUFFIX= -gui .else USES+= shebangfix SHEBANG_FILES= htmlreport/cppcheck-htmlreport OPTIONS_DEFINE= RULES HTMLREPORT MANPAGES MATCHCOMPILER TEST OPTIONS_DEFAULT= RULES HTMLREPORT MANPAGES MATCHCOMPILER OPTIONS_SUB= yes RULES_DESC= User-defined rule support (requires PCRE) RULES_CMAKE_BOOL= HAVE_RULES RULES_LIB_DEPENDS= libpcre.so:devel/pcre RULES_USES= localbase:ldflags TEST_CMAKE_BOOL= BUILD_TESTS HTMLREPORT_DESC= Install cppcheck-htmlreport HTMLREPORT_USES= python:2,${PYUSE:C/ /,/W} HTMLREPORT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>0:textproc/py-pygments@${PY_FLAVOR} HTMLREPORT_PLIST_FILES= bin/cppcheck-htmlreport HTMLREPORT_VARS= PYUSE+=run MANPAGES_BUILD_DEPENDS= xsltproc:textproc/libxslt \ ${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:textproc/docbook-xsl MATCHCOMPILER_DESC= Build-time optimizations via Python MATCHCOMPILER_CMAKE_BOOL= USE_MATCHCOMPILER MATCHCOMPILER_USES= python:2,${PYUSE:C/ /,/W} MATCHCOMPILER_VARS= PYUSE+=build post-install-HTMLREPORT-on: ${INSTALL_SCRIPT} ${WRKSRC}/htmlreport/cppcheck-htmlreport ${STAGEDIR}${PREFIX}/bin post-build-MANPAGES-on: cd ${WRKSRC}/man && ${LOCALBASE}/bin/xsltproc --nonet --param man.charmap.use.subset "0" \ ${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl cppcheck.1.xml post-install-MANPAGES-on: ${INSTALL_MAN} ${WRKSRC}/man/cppcheck.1 ${STAGEDIR}${PREFIX}/man/man1 do-test-TEST-on: cd ${WRKSRC} && ctest .endif .include Index: head/devel/msp430-debug-stack/Makefile =================================================================== --- head/devel/msp430-debug-stack/Makefile (revision 456104) +++ head/devel/msp430-debug-stack/Makefile (revision 456105) @@ -1,57 +1,55 @@ # $FreeBSD$ PORTNAME= msp430-debug-stack PORTVERSION= 3.10.001.000 PORTREVISION= 6 CATEGORIES= devel MASTER_SITES= http://www.ti.com/lit/sw/slac460v/ \ http://www.ti.com/lit/ug/slau320z/:doc1 \ http://www.ti.com/lit/ug/slau656b/:doc2 DISTFILES= slac460v.zip \ slau320z.pdf:doc1 \ slau656b.pdf:doc2 DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} EXTRACT_ONLY= slac460v.zip MAINTAINER= lev@FreeBSD.org COMMENT= TI MSP430 debugging interface library 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 WRKSRC= ${WRKDIR} DOS2UNIX_REGEX= .*\.(cpp|h) MAKE_ARGS+= BOOST_DIR=${LOCALBASE} \ HIDAPI_DIR=${LOCALBASE} MAKE_JOBS_UNSAFE= yes SUB_FILES+= pkg-message REINPLACE_ARGS= -i "" post-patch: @${FIND} ${WRKSRC}/DLL430_v3/src/TI/DLL430 \ \( -name '*.cpp' -o -name '*.h' \) -print0 | ${XARGS} -0 \ ${REINPLACE_CMD} -e 's|[io]fstream|std::&|; s|std::std::|std::|' do-install: ${INSTALL_LIB} ${WRKSRC}/libmsp430.so ${STAGEDIR}${PREFIX}/lib/libmsp430.so ${INSTALL_DATA} ${WRKSRC}/libmsp430.a ${STAGEDIR}${PREFIX}/lib/libmsp430.a ${MKDIR} ${STAGEDIR}${PREFIX}/include/libmsp430 ${INSTALL_DATA} ${WRKSRC}/DLL430_v3/include/* ${STAGEDIR}${PREFIX}/include/libmsp430/ ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/slau320z.pdf ${STAGEDIR}${DOCSDIR}/ ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/slau656b.pdf ${STAGEDIR}${DOCSDIR}/ ${MKDIR} ${STAGEDIR}${PREFIX}/etc/devd ${INSTALL_DATA} ${FILESDIR}/mspfet.conf ${STAGEDIR}${PREFIX}/etc/devd .include Index: head/devel/re2/Makefile =================================================================== --- head/devel/re2/Makefile (revision 456104) +++ head/devel/re2/Makefile (revision 456105) @@ -1,29 +1,27 @@ # Created by: Julien Laffaye # $FreeBSD$ PORTNAME= re2 PORTVERSION= 20170301 PORTREVISION= 1 CATEGORIES= devel MAINTAINER= jlaffaye@FreeBSD.org 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 PATHFIX_MAKEFILEIN= Makefile GH_ACCOUNT= google GH_TAGNAME= ${PORTVERSION:C|(....)(..)(..)|\1-\2-\3|} USE_GITHUB= yes post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libre2.so .include Index: head/emulators/mednafen/Makefile =================================================================== --- head/emulators/mednafen/Makefile (revision 456104) +++ head/emulators/mednafen/Makefile (revision 456105) @@ -1,88 +1,87 @@ # $FreeBSD$ PORTNAME= mednafen PORTVERSION= 0.9.45.1 PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= emulators games MASTER_SITES= https://mednafen.github.io/releases/files/ MAINTAINER= acm@FreeBSD.org COMMENT= Portable multi-system emulator LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING 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 USE_SDL= sdl net USE_GL= gl glu CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib WRKSRC= ${WRKDIR}/${PORTNAME} SUB_FILES= pkg-message CONFIGURE_ARGS+=--disable-alsa --disable-alsatest \ --with-sdl-prefix=${LOCALBASE} USES= compiler:c++11-lib cpe iconv pkgconfig:build tar:xz CPE_VENDOR= david_shadoff OPTIONS_DEFINE= NLS DOCS JACK OPTIONS_MULTI= EMU OPTIONS_MULTI_EMU= GB GBA LINX MD NES NGP PCE PCFX PSX SMS SWAN VB OPTIONS_DEFAULT= GB GBA LINX MD NES NGP PCE PCFX PSX SMS SWAN VB GB_DESC= build with GameBoy emulation GBA_DESC= build with GameBoy Advance emulation LINX_DESC= build with Atari Lynx emulation MD_DESC= build with Sega Genesis/MegaDrive emulation NES_DESC= build with Nintendo Entertainment System emulation NGP_DESC= build with Neo Geo Pocket emulation PCE_DESC= build with PC Engine (TurboGrafx 16) emulation PCFX_DESC= build with PC-FX emulation PSX_DESC= build with Playstation emulation SMS_DESC= build with SMS+GG emulation SWAN_DESC= build with WonderSWan emulation VB_DESC= build with Virtual Boy emulation JACK_DESC= support the JACK audio API OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_ENABLE=nls JACK_LIB_DEPENDS=libjack.so:audio/jack JACK_CONFIGURE_ENABLE=jack GB_CONFIGURE_ENABLE=gb GBA_CONFIGURE_ENABLE=gba LINX_CONFIGURE_ENABLE=lynx MD_CONFIGURE_ENABLE=md NES_CONFIGURE_ENABLE=nes NGP_CONFIGURE_ENABLE=ngp PCE_CONFIGURE_ENABLE=pce PCFX_CONFIGURE_ENABLE=pcfx PSX_CONFIGURE_ENABLE=psx SMS_CONFIGURE_ENABLE=sms SWAN_CONFIGURE_ENABLE=wswan VB_CONFIGURE_ENABLE=vb pre-configure: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ -e 's|/usr/X11R6|${LOCALBASE}|g' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|NetBSD|FreeBSD|' \ ${WRKSRC}/include/trio/triodef.h post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/Documentation/mednafen.html ${STAGEDIR}${DOCSDIR} .include Index: head/games/corsix-th/Makefile =================================================================== --- head/games/corsix-th/Makefile (revision 456104) +++ head/games/corsix-th/Makefile (revision 456105) @@ -1,54 +1,52 @@ # Created by: Alexey Dokuchaev # $FreeBSD$ PORTNAME= corsixth PORTVERSION= 0.60 DISTVERSIONPREFIX= v PORTREVISION= 5 CATEGORIES= games MAINTAINER= madpilot@FreeBSD.org COMMENT= Open source clone of Theme Hospital LICENSE= MIT 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 \ CorsixTH/CMakeLists.txt \ CorsixTH/Src/iso_fs.cpp CMAKE_ARGS= -DWITH_LUAJIT=OFF CFLAGS+= -I${ICONV_PREFIX}/include USE_GITHUB= yes GH_ACCOUNT= CorsixTH GH_PROJECT= CorsixTH OPTIONS_DEFINE= MOVIES OPTIONS_DEFAULT= MOVIES MOVIES_DESC= Play in-game movies MOVIES_CMAKE_ON= -DWITH_MOVIES=ON MOVIES_CMAKE_OFF= -DWITH_MOVIES=OFF MOVIES_LIB_DEPENDS= libswresample.so:multimedia/ffmpeg post-patch: # Allow the game to find its resources without wrapper scripts @${REINPLACE_CMD} -e \ '/return loadfile/s,name,\\"${DATADIR}/\\" .. &,' \ ${WRKSRC}/CorsixTH/Src/main.cpp do-install: ${INSTALL_PROGRAM} ${WRKSRC}/CorsixTH/CorsixTH ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/CorsixTH/CorsixTH.lua ${STAGEDIR}${DATADIR} cd ${WRKSRC}/CorsixTH && ${COPYTREE_SHARE} "Bitmap Levels Lua" \ ${STAGEDIR}${DATADIR} .include Index: head/games/endless-sky/Makefile =================================================================== --- head/games/endless-sky/Makefile (revision 456104) +++ head/games/endless-sky/Makefile (revision 456105) @@ -1,39 +1,37 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= endless-sky PORTVERSION= 0.9.8 PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org COMMENT= Space exploration and combat game similar to Escape Velocity LICENSE= GPLv3+ CC-BY-4.0 CC-BY-SA-3.0 CC-BY-SA-4.0 PD LICENSE_COMB= multi 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 USE_SDL= sdl2 USE_GL= gl glew INSTALLS_ICONS= yes PORTDATA= * post-build: @${REINPLACE_CMD} -e 's|/usr/local/|${PREFIX}/|; s|share/games|share|' \ ${WRKSRC}/source/Files.cpp post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} @${LN} -s ../icons/hicolor/32x32/apps/endless-sky.png ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png .include Index: head/lang/cling/Makefile =================================================================== --- head/lang/cling/Makefile (revision 456104) +++ head/lang/cling/Makefile (revision 456105) @@ -1,126 +1,125 @@ # Created by: Mahdi Mokhtari # $FreeBSD$ PORTNAME= cling PORTVERSION= 0.4 PORTREVISION?= 3 CATEGORIES= lang devel MASTER_SITES= https://root.cern.ch/download/cling/ DISTNAME= ${PORTNAME}_2016-12-29_sources MAINTAINER= mmokhi@FreeBSD.org COMMENT= Interactive C++ Interpreter Based on LLVM and Clang Libs LICENSE= LLVM NCSA LICENSE_COMB= multi LICENSE_NAME_LLVM= LLVM Release License LICENSE_FILE_LLVM= ${WRKSRC}/LICENSE.TXT 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_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 LLVM_RELEASE= 3.9.0 LLVM_SUFFIX= 39_cern-root LLVM_PREFIX= ${PREFIX}/llvm${LLVM_SUFFIX} USES= cmake:outsource compiler:c11 compiler:c++11-lib cpe \ python:build shebangfix tar:bzip2 USE_LDCONFIG= ${LLVM_PREFIX}/lib SHEBANG_FILES= tools/clang/tools/clang-format/clang-format-diff.py \ tools/clang/tools/clang-format/git-clang-format \ tools/clang/tools/scan-view/bin/scan-view SUB_FILES= llvm-wrapper.sh SUB_LIST+= LLVM_PREFIX="${LLVM_PREFIX}" LLVM_SUFFIX="${LLVM_SUFFIX}" PLIST_SUB+= LLVM_SUFFIX=${LLVM_SUFFIX} LLVM_RELEASE=${LLVM_RELEASE} CMAKE_BUILD_TYPE= Release CMAKE_INSTALL_PREFIX= ${LLVM_PREFIX} CMAKE_ARGS+= -DINSTALL_LAYOUT=FREEBSD \ --target ${PORTNAME} CLING_FILES= bin/cling \ lib/libcling.so \ lib/libclingInterpreter.a \ lib/libclingJupyter.so \ lib/libclingMetaProcessor.a \ lib/libclingUserInterface.a \ lib/libclingUtils.a \ include/cling/Interpreter/AutoloadCallback.h \ include/cling/Interpreter/CIFactory.h \ include/cling/Interpreter/CValuePrinter.h \ include/cling/Interpreter/ClangInternalState.h \ include/cling/Interpreter/ClingCodeCompleteConsumer.h \ include/cling/Interpreter/ClingOptions.h \ include/cling/Interpreter/CompilationOptions.h \ include/cling/Interpreter/DynamicExprInfo.h \ include/cling/Interpreter/DynamicLibraryManager.h \ include/cling/Interpreter/DynamicLookupLifetimeHandler.h \ include/cling/Interpreter/DynamicLookupRuntimeUniverse.h \ include/cling/Interpreter/Exception.h \ include/cling/Interpreter/Interpreter.h \ include/cling/Interpreter/InterpreterCallbacks.h \ include/cling/Interpreter/InvocationOptions.h \ include/cling/Interpreter/LookupHelper.h \ include/cling/Interpreter/RuntimePrintValue.h \ include/cling/Interpreter/RuntimeUniverse.h \ include/cling/Interpreter/Transaction.h \ include/cling/Interpreter/Value.h \ include/cling/MetaProcessor/MetaProcessor.h \ include/cling/UserInterface/UserInterface.h \ include/cling/UserInterface/textinput/Callbacks.h \ include/cling/UserInterface/textinput/Color.h \ include/cling/UserInterface/textinput/Display.h \ include/cling/UserInterface/textinput/Editor.h \ include/cling/UserInterface/textinput/History.h \ include/cling/UserInterface/textinput/InputData.h \ include/cling/UserInterface/textinput/KeyBinding.h \ include/cling/UserInterface/textinput/Range.h \ include/cling/UserInterface/textinput/Reader.h \ include/cling/UserInterface/textinput/SignalHandler.h \ include/cling/UserInterface/textinput/StreamReader.h \ include/cling/UserInterface/textinput/StreamReaderUnix.h \ include/cling/UserInterface/textinput/StreamReaderWin.h \ include/cling/UserInterface/textinput/TerminalConfigUnix.h \ include/cling/UserInterface/textinput/TerminalDisplay.h \ include/cling/UserInterface/textinput/TerminalDisplayUnix.h \ include/cling/UserInterface/textinput/TerminalDisplayWin.h \ include/cling/UserInterface/textinput/Text.h \ include/cling/UserInterface/textinput/TextInput.h \ include/cling/UserInterface/textinput/TextInputContext.h \ include/cling/Utils/AST.h \ include/cling/Utils/Output.h \ include/cling/Utils/ParserStateRAII.h \ include/cling/Utils/Paths.h \ include/cling/Utils/Platform.h \ include/cling/Utils/SourceNormalization.h \ include/cling/Utils/Validation.h FIRST_FILE= ${CLING_FILES:C/^/XXXX/1:MXXXX*:C/^XXXX//} post-patch: @${REINPLACE_CMD} -e 's|%%LLVM_PREFIX%%|${LLVM_PREFIX}|g' \ ${PATCH_WRKSRC}/tools/cling/tools/driver/cling.cpp @${REINPLACE_CMD} -e 's|%%LLVM_PREFIX%%|${LLVM_PREFIX}|g' \ ${PATCH_WRKSRC}/tools/cling/lib/Interpreter/CIFactory.cpp post-install: ${RM} ${STAGEDIR}${LLVM_PREFIX}/man/man1/scan-build.1 ${RM} -rf ${STAGEDIR}${LLVM_PREFIX}/man ${INSTALL_SCRIPT} ${WRKDIR}/llvm-wrapper.sh \ ${STAGEDIR}${PREFIX}/${FIRST_FILE} ${MKDIR} ${STAGEDIR}${PREFIX}/include/${PORTNAME}/Interpreter ${MKDIR} ${STAGEDIR}${PREFIX}/include/${PORTNAME}/MetaProcessor ${MKDIR} ${STAGEDIR}${PREFIX}/include/${PORTNAME}/UserInterface/textinput ${MKDIR} ${STAGEDIR}${PREFIX}/include/${PORTNAME}/Utils .for file in ${CLING_FILES:C/^/XXXX/1:NXXXX*} ${LN} -f ${STAGEDIR}${PREFIX}/${FIRST_FILE} ${STAGEDIR}${PREFIX}/${file} .endfor .include Index: head/multimedia/ffmpegthumbnailer/Makefile =================================================================== --- head/multimedia/ffmpegthumbnailer/Makefile (revision 456104) +++ head/multimedia/ffmpegthumbnailer/Makefile (revision 456105) @@ -1,36 +1,34 @@ # Created by: Dierk Sacher # $FreeBSD$ PORTNAME= ffmpegthumbnailer PORTVERSION= 2.2.0 PORTREVISION= 4 CATEGORIES= multimedia graphics MAINTAINER= clutton@zoho.com COMMENT= Lightweight video thumbnailer that can be used by file managers LICENSE= GPLv2+ 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 USES= cmake:outsource compiler:c++11-lib jpeg localbase pathfix pkgconfig USE_GNOME= glib20 USE_LDCONFIG= yes CMAKE_ARGS= -DENABLE_GIO=ON OPTIONS_DEFINE= THUMBNAILER THUMBNAILER_DESC=Register as a system thumbnailer OPTIONS_SUB= yes OPTIONS_DEFAULT=THUMBNAILER THUMBNAILER_CMAKE_ON= -DENABLE_THUMBNAILER=ON .include Index: head/ports-mgmt/portal/Makefile =================================================================== --- head/ports-mgmt/portal/Makefile (revision 456104) +++ head/ports-mgmt/portal/Makefile (revision 456105) @@ -1,29 +1,27 @@ # $FreeBSD$ PORTNAME= portal PORTVERSION= 0.4 PORTREVISION= 2 CATEGORIES= ports-mgmt MAINTAINER= culot@FreeBSD.org 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 USE_GITHUB= yes GH_ACCOUNT= culot USES= ncurses compiler:c++11-lib CFLAGS+= -I${NCURSESINC} LDFLAGS+= -L${NCURSESLIB} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 .include Index: head/security/i2pd/Makefile =================================================================== --- head/security/i2pd/Makefile (revision 456104) +++ head/security/i2pd/Makefile (revision 456105) @@ -1,61 +1,59 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= i2pd PORTVERSION= 2.17.0 CATEGORIES= security net-p2p MAINTAINER= amdmi3@FreeBSD.org COMMENT= C++ implementation of I2P client LICENSE= BSD3CLAUSE 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 USES= cmake compiler:c++11-lib ssl CMAKE_ARGS= -DWITH_GUI=OFF CMAKE_SOURCE_PATH= ${WRKSRC}/build USE_RC_SUBR= ${PORTNAME} PORTDOCS= * USERS= _i2pd GROUPS= _i2pd PLIST_SUB= USER="${USERS}" GROUP="${GROUPS}" SUB_LIST= USER="${USERS}" GROUP="${GROUPS}" SUB_FILES= i2pd.newsyslog.conf OPTIONS_DEFINE= AESNI AVX UPNP DOCS HARDENING AESNI_DESC= Use AES-NI instructions set AESNI_CMAKE_BOOL= WITH_AESNI AVX_DESC= Use AVX instructions AVX_CMAKE_BOOL= WITH_AVX UPNP_DESC= Include support for UPnP client UPNP_CMAKE_BOOL= WITH_UPNP UPNP_LIB_DEPENDS= libminiupnpc.so:net/miniupnpc UPNP_DESC= Include support for UPnP client HARDENING_CMAKE_BOOL= WITH_HARDENING HARDENING_DESC= Use hardening compiler flags do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/debian/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 @${MKDIR} ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d ${INSTALL_DATA} ${WRKDIR}/i2pd.newsyslog.conf ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d/i2pd.conf @${MKDIR} ${STAGEDIR}/var/run/i2pd @${MKDIR} ${STAGEDIR}/var/log/i2pd @${MKDIR} ${STAGEDIR}/var/db/i2pd do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} .include Index: head/textproc/highlight/Makefile =================================================================== --- head/textproc/highlight/Makefile (revision 456104) +++ head/textproc/highlight/Makefile (revision 456105) @@ -1,44 +1,42 @@ # Created by: Adam Weinberger # $FreeBSD$ PORTNAME= highlight PORTVERSION= 3.36 PORTREVISION= 3 PORTEPOCH= 3 CATEGORIES= textproc MASTER_SITES= http://www.andre-simon.de/zip/ MAINTAINER= kwm@FreeBSD.org COMMENT= Customizable syntax highlighter LICENSE= GPLv3 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 MAKE_ARGS= CXX="${CXX}" \ CFLAGS="${CXXFLAGS} ${CPPFLAGS} -DHAVE_DECL_GETOPT" \ LDFLAGS="${LDFLAGS}" PORTDOCS= * post-patch: @${REINPLACE_CMD} \ -e 's|^PREFIX =|PREFIX ?=|' \ -e 's|^conf_dir =.*|conf_dir = $${PREFIX}/etc/highlight/|' \ ${WRKSRC}/${MAKEFILE} @${REINPLACE_CMD} -e 's|^CXX=|CXX?=|' \ -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ ${WRKSRC}/src/${MAKEFILE} post-install: @cd ${STAGEDIR}${PREFIX}/etc/highlight && ${MV} filetypes.conf \ filetypes.conf.sample @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/highlight .include Index: head/textproc/opengrm-ngram/Makefile =================================================================== --- head/textproc/opengrm-ngram/Makefile (revision 456104) +++ head/textproc/opengrm-ngram/Makefile (revision 456105) @@ -1,24 +1,23 @@ # Created by: Dmitry Sivachenko # $FreeBSD$ PORTNAME= opengrm-ngram PORTVERSION= 1.3.1 PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://openfst.cs.nyu.edu/twiki/pub/GRM/NGramDownload/ MAINTAINER= demon@FreeBSD.org 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 USES= compiler:c++11-lib libtool localbase USE_LDCONFIG= yes GNU_CONFIGURE= yes .include