Date: Sat, 13 May 2017 23:21:37 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440858 - in head: emulators/gem5 emulators/simh emulators/unicorn ftp/curlpp ftp/libfilezilla games/bunnysay games/crafty-tablebase-no-pawn games/crafty-tablebase-pawn games/flightgear... Message-ID: <201705132321.v4DNLbbw095360@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Sat May 13 23:21:37 2017 New Revision: 440858 URL: https://svnweb.freebsd.org/changeset/ports/440858 Log: Mark some ports failing on power64. In cases where the error message was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Modified: head/emulators/gem5/Makefile head/emulators/simh/Makefile head/emulators/unicorn/Makefile head/ftp/curlpp/Makefile head/ftp/libfilezilla/Makefile head/games/bunnysay/Makefile head/games/crafty-tablebase-no-pawn/Makefile head/games/crafty-tablebase-pawn/Makefile head/games/flightgear-mb339-pan/Makefile head/games/redorblack/Makefile head/games/rubix/Makefile head/graphics/code-eli/Makefile head/graphics/cptutils/Makefile head/java/bootstrap-openjdk/Makefile head/lang/phantomjs/Makefile head/lang/qore/Makefile head/lang/racket-minimal/Makefile head/lang/squirrel/Makefile head/math/clrng/Makefile head/math/gringo/Makefile head/math/openlibm/Makefile head/multimedia/libtuner/Makefile head/multimedia/mkvalidator/Makefile head/multimedia/oscam/Makefile Modified: head/emulators/gem5/Makefile ============================================================================== --- head/emulators/gem5/Makefile Sat May 13 22:17:50 2017 (r440857) +++ head/emulators/gem5/Makefile Sat May 13 23:21:37 2017 (r440858) @@ -14,7 +14,7 @@ BUILD_DEPENDS= swig2.0:devel/swig20 \ BROKEN_armv6= fails to link: undefined reference to HDLcd::BUS_OPTIONS_RESETV BROKEN_i386= does not build BROKEN_mips64= fails to build: claims that gcc version 4.6 or newer required -BROKEN_powerpc64= does not build +BROKEN_powerpc64= fails to build: claims that gcc version 4.6 or newer required DATE= 20140422 USE_GITHUB= yes Modified: head/emulators/simh/Makefile ============================================================================== --- head/emulators/simh/Makefile Sat May 13 22:17:50 2017 (r440857) +++ head/emulators/simh/Makefile Sat May 13 23:21:37 2017 (r440858) @@ -17,6 +17,8 @@ COMMENT= Emulates classic DEC, HP, GRI, LICENSE= BSD3CLAUSE +BROKEN_powerpc64= fails to compile: cc1: error: unrecognized command line option "-Wno-logical-op-parentheses" + NO_WRKSUBDIR= yes USES= gmake dos2unix zip Modified: head/emulators/unicorn/Makefile ============================================================================== --- head/emulators/unicorn/Makefile Sat May 13 22:17:50 2017 (r440857) +++ head/emulators/unicorn/Makefile Sat May 13 23:21:37 2017 (r440858) @@ -12,6 +12,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING TEST_DEPENDS= cmocka>0:sysutils/cmocka +BROKEN_powerpc64= fails to compile: cc1: error: unrecognized command line option "-Wno-logical-op-parentheses" + USE_GITHUB= yes GH_ACCOUNT= unicorn-engine Modified: head/ftp/curlpp/Makefile ============================================================================== --- head/ftp/curlpp/Makefile Sat May 13 22:17:50 2017 (r440857) +++ head/ftp/curlpp/Makefile Sat May 13 23:21:37 2017 (r440858) @@ -14,6 +14,8 @@ LICENSE_FILE= ${WRKSRC}/doc/LICENSE LIB_DEPENDS= libcurl.so:ftp/curl +BROKEN_powerpc64= fails to configure: error: A compiler with support for C++11 language features is required + OPTIONS_DEFINE= DOCS EXAMPLES USE_LDCONFIG= yes Modified: head/ftp/libfilezilla/Makefile ============================================================================== --- head/ftp/libfilezilla/Makefile Sat May 13 22:17:50 2017 (r440857) +++ head/ftp/libfilezilla/Makefile Sat May 13 23:21:37 2017 (r440858) @@ -12,7 +12,7 @@ COMMENT= C++ library for building platfo LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= does not compile: libfilezilla/string.hpp: error: to_wstring is not a member of std USES= compiler:c++14-lang gmake iconv:wchar_t libtool localbase pathfix pkgconfig tar:bzip2 USE_LDCONFIG= yes Modified: head/games/bunnysay/Makefile ============================================================================== --- head/games/bunnysay/Makefile Sat May 13 22:17:50 2017 (r440857) +++ head/games/bunnysay/Makefile Sat May 13 23:21:37 2017 (r440858) @@ -12,6 +12,8 @@ COMMENT= Bunny Sign for terminals with U LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_powerpc64= fails to compile: cc1plus: error: unrecognized command line option -std=c++11 + USES= gmake ALL_TARGET= bunnysay Modified: head/games/crafty-tablebase-no-pawn/Makefile ============================================================================== --- head/games/crafty-tablebase-no-pawn/Makefile Sat May 13 22:17:50 2017 (r440857) +++ head/games/crafty-tablebase-no-pawn/Makefile Sat May 13 23:21:37 2017 (r440858) @@ -52,6 +52,7 @@ NO_BUILD= yes BROKEN_aarch64= Fails to install: runaway process BROKEN_armv6= Fails to install: runaway process BROKEN_mips64= Fails to install: runaway process +BROKEN_powerpc64= Fails to install: runaway process .if !defined(WITH_TBDIR) WITH_TBDIR= ${PREFIX}/lib/crafty/TB Modified: head/games/crafty-tablebase-pawn/Makefile ============================================================================== --- head/games/crafty-tablebase-pawn/Makefile Sat May 13 22:17:50 2017 (r440857) +++ head/games/crafty-tablebase-pawn/Makefile Sat May 13 23:21:37 2017 (r440858) @@ -44,6 +44,7 @@ NO_ARCH= yes BROKEN_aarch64= Fails to install: runaway process BROKEN_armv6= Fails to install: runaway process BROKEN_mips64= Fails to install: runaway process +BROKEN_powerpc64= Fails to install: runaway process .if !defined(WITH_TBDIR) WITH_TBDIR= ${PREFIX}/lib/crafty/TB Modified: head/games/flightgear-mb339-pan/Makefile ============================================================================== --- head/games/flightgear-mb339-pan/Makefile Sat May 13 22:17:50 2017 (r440857) +++ head/games/flightgear-mb339-pan/Makefile Sat May 13 23:21:37 2017 (r440858) @@ -15,6 +15,8 @@ RUN_DEPENDS= ${LOCALBASE}/share/flightge RESTRICTED= Redistribution prohibited +BROKEN_powerpc64= fails to build: runaway process + NO_BUILD= yes USES= zip WRKSRC= ${WRKDIR}/${PORTNAME} Modified: head/games/redorblack/Makefile ============================================================================== --- head/games/redorblack/Makefile Sat May 13 22:17:50 2017 (r440857) +++ head/games/redorblack/Makefile Sat May 13 23:21:37 2017 (r440858) @@ -11,6 +11,8 @@ COMMENT= Simple card game to test fortun LICENSE= BSD2CLAUSE +BROKEN_powerpc64= fails to compile: deckClass.h: error: random: No such file or directory + PLIST_FILES= bin/redorblack do-build: Modified: head/games/rubix/Makefile ============================================================================== --- head/games/rubix/Makefile Sat May 13 22:17:50 2017 (r440857) +++ head/games/rubix/Makefile Sat May 13 23:21:37 2017 (r440858) @@ -11,8 +11,6 @@ MASTER_SITES= http://sed.free.fr/rubix/ MAINTAINER= ports@FreeBSD.org COMMENT= Another Rubik's cube game with a rather interesting interface -BROKEN_powerpc64= Does not build - USES= compiler:nestedfct gmake tar:bzip2 USE_XORG= x11 MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -DENGLISH" \ @@ -26,7 +24,7 @@ OPTIONS_DEFINE= DOCS .include <bsd.port.pre.mk> -.if (${ARCH} == mips || ${ARCH} == mips64) && ${COMPILER_TYPE} == gcc +.if (${ARCH} == mips || ${ARCH} == mips64 || ${ARCH} == powerpc || ${ARCH} == powerpc64) && ${COMPILER_TYPE} == gcc CFLAGS+= -fnested-functions .endif Modified: head/graphics/code-eli/Makefile ============================================================================== --- head/graphics/code-eli/Makefile Sat May 13 22:17:50 2017 (r440857) +++ head/graphics/code-eli/Makefile Sat May 13 23:21:37 2017 (r440858) @@ -33,7 +33,8 @@ DOXYGEN_BUILD_DEPENDS= ${LOCALBASE}/bin/ DOXYGEN_ALL_TARGET= doc DOXYGEN_PORTDOCS= html latex -BROKEN_armv6= Fails to compile: undefined reference to cbrtl +BROKEN_armv6= fails to compile: undefined reference to cbrtl +BROKEN_powerpc64= fails to compile: there are no arguments to 'printf' that depend on a template parameter post-patch-EXAMPLES-off: ${REINPLACE_CMD} \ Modified: head/graphics/cptutils/Makefile ============================================================================== --- head/graphics/cptutils/Makefile Sat May 13 22:17:50 2017 (r440857) +++ head/graphics/cptutils/Makefile Sat May 13 23:21:37 2017 (r440858) @@ -19,6 +19,8 @@ BUILD_DEPENDS= gengetopt:devel/gengetopt LIB_DEPENDS= libjansson.so:devel/jansson \ libpng.so:graphics/png +BROKEN_powerpc64= fails to build: grd5read.c: \#pragma GCC diagnostic not allowed inside functions + USE_GITHUB= yes GH_ACCOUNT= jjgreen Modified: head/java/bootstrap-openjdk/Makefile ============================================================================== --- head/java/bootstrap-openjdk/Makefile Sat May 13 22:17:50 2017 (r440857) +++ head/java/bootstrap-openjdk/Makefile Sat May 13 23:21:37 2017 (r440858) @@ -14,9 +14,11 @@ COMMENT= Oracle\'s Java 6 virtual machin LICENSE= GPLv2 RUN_DEPENDS= java-zoneinfo>0:java/java-zoneinfo + BUNDLE_LIBS= yes ONLY_FOR_ARCHS= amd64 armv6 armv6hf i386 powerpc64 +BROKEN_powerpc64= fails to build: pkg-static: Unable to access file jre/lib/powerpc64/jvm.cfg DISTINFO_FILE= ${.CURDIR}/distinfo.${JDK_ARCH} DISTVERSION_amd64= r351880 Modified: head/lang/phantomjs/Makefile ============================================================================== --- head/lang/phantomjs/Makefile Sat May 13 22:17:50 2017 (r440857) +++ head/lang/phantomjs/Makefile Sat May 13 23:21:37 2017 (r440858) @@ -17,6 +17,7 @@ LIB_DEPENDS= libfreetype.so:print/freety libicui18n.so:devel/icu \ libpng.so:graphics/png +BROKEN_powerpc64= fails to build: g++48: not found BROKEN_sparc64= does not link on sparc64 USES= bison:build compiler:c++11-lang gmake gperf jpeg perl5 pkgconfig python:build ssl sqlite Modified: head/lang/qore/Makefile ============================================================================== --- head/lang/qore/Makefile Sat May 13 22:17:50 2017 (r440857) +++ head/lang/qore/Makefile Sat May 13 23:21:37 2017 (r440858) @@ -15,7 +15,8 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/flex:tex ${LOCALBASE}/bin/bison:devel/bison \ ${LOCALBASE}/bin/bash:shells/bash -BROKEN_powerpc64= Does not build +BROKEN_powerpc= fails to build +BROKEN_powerpc64= fails to build: Error: unsupported relocation against r1 USES= gmake iconv libtool:build pathfix autoreconf ssl USE_LDCONFIG= yes @@ -30,16 +31,10 @@ LDFLAGS+= -L${LOCALBASE}/lib PLIST_SUB= PORTVERSION=${PORTVERSION} INSTALL_TARGET= install-strip -.include <bsd.port.pre.mk> - -.if ${ARCH} == "powerpc" -BROKEN= Does not compile on powerpc -.endif - pre-configure: cd ${WRKSRC}; ./reconf.sh post-configure: ${REINPLACE_CMD} -e 's|; make|; $${MAKE}|g' ${WRKSRC}/Makefile.in -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/lang/racket-minimal/Makefile ============================================================================== --- head/lang/racket-minimal/Makefile Sat May 13 22:17:50 2017 (r440857) +++ head/lang/racket-minimal/Makefile Sat May 13 23:21:37 2017 (r440858) @@ -21,10 +21,11 @@ LICENSE= LGPL3 LIB_DEPENDS= libffi.so:devel/libffi -BROKEN_armv6= does not build: error: GNU lightning does not support the current target -BROKEN_aarch64= does not build: error: Unported platform -BROKEN_sparc64= does not build -BROKEN_i386= does not build on i386 (Seg fault (internal error) at 0x606060a) +BROKEN_armv6= does not build: error: GNU lightning does not support the current target +BROKEN_aarch64= does not build: error: Unported platform +BROKEN_powerpc64= does not build: jit.c: error: JIT_LOCAL4 undeclared +BROKEN_sparc64= does not build +BROKEN_i386= does not build on i386 (Seg fault (internal error) at 0x606060a) MAKE_JOBS_UNSAFE=yes Modified: head/lang/squirrel/Makefile ============================================================================== --- head/lang/squirrel/Makefile Sat May 13 22:17:50 2017 (r440857) +++ head/lang/squirrel/Makefile Sat May 13 23:21:37 2017 (r440858) @@ -12,6 +12,8 @@ COMMENT= High level imperative/OO progra CONFLICTS= squsq-[0-9]* +BROKEN_powerpc64= fails to compile: cc1plus: error: unrecognized command line option -std=c++0x + USES= cmake dos2unix CMAKE_ARGS= -DINSTALL_INC_DIR:STRING=include USE_LDCONFIG= yes Modified: head/math/clrng/Makefile ============================================================================== --- head/math/clrng/Makefile Sat May 13 22:17:50 2017 (r440857) +++ head/math/clrng/Makefile Sat May 13 23:21:37 2017 (r440858) @@ -18,6 +18,7 @@ RUN_DEPENDS= opencl>=0:devel/opencl ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 ONLY_FOR_ARCHS_REASON= this code has only been tested on x86 and powerpc platforms +BROKEN_powerpc64= fails to compile: cc1: error: unrecognized command line option -std=c11 USE_GITHUB= yes GH_ACCOUNT= clMathLibraries Modified: head/math/gringo/Makefile ============================================================================== --- head/math/gringo/Makefile Sat May 13 22:17:50 2017 (r440857) +++ head/math/gringo/Makefile Sat May 13 23:21:37 2017 (r440858) @@ -15,6 +15,8 @@ LICENSE= GPLv3 BUILD_DEPENDS= re2c:devel/re2c +BROKEN_powerpc64= fails to compile: term.cc: error: pow is not a member of std + USES= bison compiler:c++11-lib scons MAKE_ARGS+= ${MAKE_ENV} Modified: head/math/openlibm/Makefile ============================================================================== --- head/math/openlibm/Makefile Sat May 13 22:17:50 2017 (r440857) +++ head/math/openlibm/Makefile Sat May 13 23:21:37 2017 (r440858) @@ -21,8 +21,8 @@ GH_PROJECT= openlibm USES= gmake USE_LDCONFIG= yes -BROKEN_aarch64= Does not compile: the clang compiler does not support -march=aarch64 -BROKEN_powerpc64= Does not build +BROKEN_aarch64= does not compile: the clang compiler does not support -march=aarch64 +BROKEN_powerpc64= does not build: gmake: clang: Command not found .include <bsd.port.pre.mk> Modified: head/multimedia/libtuner/Makefile ============================================================================== --- head/multimedia/libtuner/Makefile Sat May 13 22:17:50 2017 (r440857) +++ head/multimedia/libtuner/Makefile Sat May 13 23:21:37 2017 (r440858) @@ -12,6 +12,8 @@ COMMENT= Userspace drivers for various T LICENSE= BSD2CLAUSE MIT LICENSE_COMB= multi +BROKEN_powerpc64= fails to compile: tuner_iic_device.cpp: EINVAL was not declared in this scope + MAKE_ARGS+= INSTALLDIR=${STAGEDIR}${PREFIX} MAKE_ARGS+= -D LIBTUNER_ENABLE_IIC USE_LDCONFIG= ${PREFIX}/lib/libtuner Modified: head/multimedia/mkvalidator/Makefile ============================================================================== --- head/multimedia/mkvalidator/Makefile Sat May 13 22:17:50 2017 (r440857) +++ head/multimedia/mkvalidator/Makefile Sat May 13 23:21:37 2017 (r440858) @@ -11,7 +11,7 @@ COMMENT= Command line tool to verify Mat LICENSE= BSD3CLAUSE BSD4CLAUSE GPLv2 LICENSE_COMB= multi -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= does not compile: mkvtree.c: error: dereferencing pointer to incomplete type BUILD_WRKSRC= ${WRKSRC}/${PORTNAME} Modified: head/multimedia/oscam/Makefile ============================================================================== --- head/multimedia/oscam/Makefile Sat May 13 22:17:50 2017 (r440857) +++ head/multimedia/oscam/Makefile Sat May 13 23:21:37 2017 (r440858) @@ -12,7 +12,7 @@ COMMENT= Softcam software to decrypt dig LICENSE= GPLv3 -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= does not build: gmake: clang: Command not found USES= gmake ssl tar:bzip2 USE_RC_SUBR= oscam
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705132321.v4DNLbbw095360>