Date: Mon, 18 Jun 2018 14:00:43 +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: r472693 - in head: graphics/animorph graphics/evolvotron graphics/fracplanet graphics/gimmage graphics/goxel graphics/mupdf graphics/pqiv graphics/py-gphoto2 graphics/scantailor graphic... Message-ID: <201806181400.w5IE0hfj057564@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Mon Jun 18 14:00:43 2018 New Revision: 472693 URL: https://svnweb.freebsd.org/changeset/ports/472693 Log: Mark ports broken on powerpc64, categories g-n. While here, pet portlint and do some other cleanup. Approved by: portmgr (tier-2 blanket) Modified: head/graphics/animorph/Makefile head/graphics/evolvotron/Makefile head/graphics/fracplanet/Makefile head/graphics/gimmage/Makefile head/graphics/goxel/Makefile head/graphics/mupdf/Makefile head/graphics/pqiv/Makefile head/graphics/py-gphoto2/Makefile head/graphics/scantailor/Makefile head/graphics/waifu2x-converter-cpp/Makefile head/graphics/wayland/Makefile head/irc/ezbounce/Makefile head/mail/isync/Makefile head/mail/openemm2013/Makefile head/mail/openemm2015/Makefile head/math/drgeo/Makefile head/math/libmesh/Makefile head/math/libqalculate/Makefile head/math/pari/Makefile head/math/rexx-regmath/Makefile head/math/stp/Makefile head/misc/bibletime/Makefile head/misc/free42/Makefile head/misc/libpostal/Makefile head/misc/libsweep-lidar/Makefile head/multimedia/gstreamer1-editing-services/Makefile head/net-im/prosody/Makefile head/net-mgmt/mdata-client/Makefile head/net-p2p/torrent-file-editor/Makefile head/net-p2p/verlihub-plugins-floodprotect/Makefile head/net-p2p/xmrig/Makefile head/net/bird2/Makefile head/net/delegate/Makefile head/net/freeradius3/Makefile head/net/grive2/Makefile head/net/liferea/Makefile head/net/ndproxy/Makefile head/net/samba46/Makefile head/net/samba48/Makefile Modified: head/graphics/animorph/Makefile ============================================================================== --- head/graphics/animorph/Makefile Mon Jun 18 13:35:26 2018 (r472692) +++ head/graphics/animorph/Makefile Mon Jun 18 14:00:43 2018 (r472693) @@ -12,6 +12,8 @@ COMMENT= Morphing engine for MakeHuman LICENSE= LGPL21 +BROKEN_powerpc64= fails to compile: unrecognized command line option "-std=gnu++03" + GNU_CONFIGURE= yes USES= pkgconfig gmake libtool USE_LDCONFIG= yes Modified: head/graphics/evolvotron/Makefile ============================================================================== --- head/graphics/evolvotron/Makefile Mon Jun 18 13:35:26 2018 (r472692) +++ head/graphics/evolvotron/Makefile Mon Jun 18 14:00:43 2018 (r472693) @@ -15,6 +15,8 @@ COMMENT= Generative software that evolves images/textu LICENSE= GPLv3+ # LICENSE file is GPLv2 though +BROKEN_powerpc64= fails to link: evolvotron.o: undefined reference to boost::program_options::options_description::options_description + LIB_DEPENDS= libboost_thread.so:devel/boost-libs WRKSRC= ${WRKDIR}/${PORTNAME} Modified: head/graphics/fracplanet/Makefile ============================================================================== --- head/graphics/fracplanet/Makefile Mon Jun 18 13:35:26 2018 (r472692) +++ head/graphics/fracplanet/Makefile Mon Jun 18 14:00:43 2018 (r472693) @@ -16,6 +16,8 @@ COMMENT= Interactive tool for creating random fractal LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_powerpc64= fails to link: obj/fracplanet.o:(.text+0x250): undefined reference to boost::program_options::options_description::options_description + BUILD_DEPENDS= xsltproc:textproc/libxslt LIB_DEPENDS= libboost_program_options.so:devel/boost-libs Modified: head/graphics/gimmage/Makefile ============================================================================== --- head/graphics/gimmage/Makefile Mon Jun 18 13:35:26 2018 (r472692) +++ head/graphics/gimmage/Makefile Mon Jun 18 14:00:43 2018 (r472693) @@ -13,6 +13,8 @@ COMMENT= Simple image viewer LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_powerpc64= fails to configure: C++ compiler cannot create executables + LIB_DEPENDS= libcurl.so:ftp/curl \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 Modified: head/graphics/goxel/Makefile ============================================================================== --- head/graphics/goxel/Makefile Mon Jun 18 13:35:26 2018 (r472692) +++ head/graphics/goxel/Makefile Mon Jun 18 14:00:43 2018 (r472693) @@ -12,6 +12,8 @@ COMMENT= Free and Open Source 3D Voxel Editor LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_powerpc64= fails to build: sh: clang++: not found + LIB_DEPENDS= libargp.so:devel/argp-standalone \ libglfw.so:graphics/glfw \ libpng.so:graphics/png Modified: head/graphics/mupdf/Makefile ============================================================================== --- head/graphics/mupdf/Makefile Mon Jun 18 13:35:26 2018 (r472692) +++ head/graphics/mupdf/Makefile Mon Jun 18 14:00:43 2018 (r472693) @@ -15,6 +15,8 @@ COMMENT= Lightweight PDF viewer and toolkit LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_powerpc64= fails to compile: cmsmd5.c:36:51: 'ContextID' undeclared + LIB_DEPENDS= libcurl.so:ftp/curl \ libfreetype.so:print/freetype2 \ libharfbuzz.so:print/harfbuzz \ Modified: head/graphics/pqiv/Makefile ============================================================================== --- head/graphics/pqiv/Makefile Mon Jun 18 13:35:26 2018 (r472692) +++ head/graphics/pqiv/Makefile Mon Jun 18 14:00:43 2018 (r472693) @@ -10,6 +10,8 @@ COMMENT= Pretty Quick Image Viewer LICENSE= GPLv2 +BROKEN_powerpc64= fails to compile: pqiv.c:1183: #pragma GCC diagnostic not allowed inside functions + LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 BUILD_DEPENDS= bash:shells/bash Modified: head/graphics/py-gphoto2/Makefile ============================================================================== --- head/graphics/py-gphoto2/Makefile Mon Jun 18 13:35:26 2018 (r472692) +++ head/graphics/py-gphoto2/Makefile Mon Jun 18 14:00:43 2018 (r472693) @@ -13,6 +13,8 @@ COMMENT= Python bindings for libgphoto2 LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BROKEN_powerpc64= fails to compile: unrecognized command line option "-Wno-unused-but-set-variable" + LIB_DEPENDS= libgphoto2.so:graphics/libgphoto2 USES= pkgconfig python shebangfix Modified: head/graphics/scantailor/Makefile ============================================================================== --- head/graphics/scantailor/Makefile Mon Jun 18 13:35:26 2018 (r472692) +++ head/graphics/scantailor/Makefile Mon Jun 18 14:00:43 2018 (r472693) @@ -12,11 +12,12 @@ COMMENT= Interactive post-processing tool for scanned LICENSE= GPLv3 -LIB_DEPENDS= libtiff.so:graphics/tiff \ - libjbig.so:graphics/jbigkit \ - libpng.so:graphics/png \ +BROKEN_powerpc64= fails to compile: core.hpp:69: boost::lambda::<unnamed>::_1 causes a section type conflict BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs +LIB_DEPENDS= libtiff.so:graphics/tiff \ + libjbig.so:graphics/jbigkit \ + libpng.so:graphics/png #MAKE_JOBS_UNSAFE= yes USES= cmake gettext jpeg Modified: head/graphics/waifu2x-converter-cpp/Makefile ============================================================================== --- head/graphics/waifu2x-converter-cpp/Makefile Mon Jun 18 13:35:26 2018 (r472692) +++ head/graphics/waifu2x-converter-cpp/Makefile Mon Jun 18 14:00:43 2018 (r472693) @@ -14,6 +14,8 @@ LICENSE_COMB= multi LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE LICENSE_FILE_MIT= ${WRKSRC}/LICENSE +BROKEN_powerpc64= fails to link: libw2xc.so: undefined reference to cv::imread + BUILD_DEPENDS= ${LOCALBASE}/include/CL/opencl.h:devel/opencl LIB_DEPENDS= libopencv_highgui.so:graphics/opencv \ libopencv_imgproc.so:graphics/opencv-core Modified: head/graphics/wayland/Makefile ============================================================================== --- head/graphics/wayland/Makefile Mon Jun 18 13:35:26 2018 (r472692) +++ head/graphics/wayland/Makefile Mon Jun 18 14:00:43 2018 (r472693) @@ -12,6 +12,8 @@ COMMENT= Wayland composite "server" LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_powerpc64= fails to compile: tests/test-runner.c:349: undefined reference to prctl + LIB_DEPENDS= libexpat.so:textproc/expat2 \ libffi.so:devel/libffi \ libepoll-shim.so:devel/libepoll-shim Modified: head/irc/ezbounce/Makefile ============================================================================== --- head/irc/ezbounce/Makefile Mon Jun 18 13:35:26 2018 (r472692) +++ head/irc/ezbounce/Makefile Mon Jun 18 14:00:43 2018 (r472693) @@ -10,6 +10,8 @@ MASTER_SITES= http://BSDforge.com/projects/source/irc/ MAINTAINER= portmaster@BSDforge.com COMMENT= Highly configurable IRC Proxy +BROKEN_powerpc64= fails to configure: checking for boostlib >= 1.33... not found + OPTIONS_DEFINE= DOCS SSL COMPRESS OPTIONS_DEFAULT=SSL COMPRESS OPTIONS_SUB= yes Modified: head/mail/isync/Makefile ============================================================================== --- head/mail/isync/Makefile Mon Jun 18 13:35:26 2018 (r472692) +++ head/mail/isync/Makefile Mon Jun 18 14:00:43 2018 (r472693) @@ -11,6 +11,8 @@ COMMENT= Maintain local copies of remote IMAP folders LICENSE= GPLv2 +BROKEN_powerpc64= fails to compile: util.c:523: #pragma GCC diagnostic not allowed inside functions + LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 USES= alias bdb cpe perl5 ssl Modified: head/mail/openemm2013/Makefile ============================================================================== --- head/mail/openemm2013/Makefile Mon Jun 18 13:35:26 2018 (r472692) +++ head/mail/openemm2013/Makefile Mon Jun 18 14:00:43 2018 (r472693) @@ -17,6 +17,8 @@ COMMENT= OpenEMM a email marketing enterprise app LICENSE= CPAL-1.0 LICENSE_FILE= ${WRKSRC}/other/LICENSE.txt +BROKEN_powerpc64= fails to build: gmake[1]: clang: Command not found + LIB_DEPENDS= libslang.so:devel/libslang2 \ libsa.so:net/ossp-sa BUILD_DEPENDS= ${TOMCATHOME}/bin/bootstrap.jar:www/tomcat8 \ @@ -24,11 +26,11 @@ BUILD_DEPENDS= ${TOMCATHOME}/bin/bootstrap.jar:www/tom RUN_DEPENDS= ${TOMCATHOME}/bin/bootstrap.jar:www/tomcat8 \ py27-MySQLdb>=1.2.3:databases/py-MySQLdb +USES= dos2unix gmake python:2.7,run USE_RC_SUBR= openemm2013 USE_JAVA= yes JAVA_VERSION= 1.7+ -USES= dos2unix gmake python:2.7,run DOS2UNIX_GLOB= *.c *.cpp *.h *.java *.xml *.properties CC= clang CXX= clang++ Modified: head/mail/openemm2015/Makefile ============================================================================== --- head/mail/openemm2015/Makefile Mon Jun 18 13:35:26 2018 (r472692) +++ head/mail/openemm2015/Makefile Mon Jun 18 14:00:43 2018 (r472693) @@ -16,6 +16,8 @@ COMMENT= OpenEMM a email marketing enterprise app LICENSE= CPAL-1.0 LICENSE_FILE= ${WRKSRC}/other/LICENSE.txt +BROKEN_powerpc64= fails to build: gmake[1]: clang: Command not found + LIB_DEPENDS= libslang.so:devel/libslang2 \ libsa.so:net/ossp-sa BUILD_DEPENDS= ${TOMCATHOME}/bin/bootstrap.jar:www/tomcat8 \ @@ -23,11 +25,11 @@ BUILD_DEPENDS= ${TOMCATHOME}/bin/bootstrap.jar:www/tom RUN_DEPENDS= ${TOMCATHOME}/bin/bootstrap.jar:www/tomcat8 \ py27-MySQLdb>=1.2.3:databases/py-MySQLdb +USES= dos2unix gmake python:2.7,run USE_RC_SUBR= openemm2015 USE_JAVA= yes JAVA_VERSION= 1.7+ -USES= dos2unix gmake python:2.7,run DOS2UNIX_GLOB= *.c *.cpp *.h *.java *.xml *.properties CC= clang CXX= clang++ Modified: head/math/drgeo/Makefile ============================================================================== --- head/math/drgeo/Makefile Mon Jun 18 13:35:26 2018 (r472692) +++ head/math/drgeo/Makefile Mon Jun 18 14:00:43 2018 (r472693) @@ -13,6 +13,8 @@ COMMENT= GTK interactive geometry software LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_powerpc64= fails to compile: ./geo/libgeo.a: multiple definition of drgeoDialogData + LIB_DEPENDS= libguile.so:lang/guile GNU_CONFIGURE= yes Modified: head/math/libmesh/Makefile ============================================================================== --- head/math/libmesh/Makefile Mon Jun 18 13:35:26 2018 (r472692) +++ head/math/libmesh/Makefile Mon Jun 18 14:00:43 2018 (r472693) @@ -13,6 +13,8 @@ COMMENT= Numerical simulation of partial differential LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_powerpc64= fails to link: libcontrib_opt.a: relocation truncated to fit: R_PPC64_GOT_TLSLD16 against .LANCHOR1 + LIB_DEPENDS= libboost_system.so:devel/boost-libs USES= autoreconf eigen:3 gmake libtool Modified: head/math/libqalculate/Makefile ============================================================================== --- head/math/libqalculate/Makefile Mon Jun 18 13:35:26 2018 (r472692) +++ head/math/libqalculate/Makefile Mon Jun 18 14:00:43 2018 (r472693) @@ -13,6 +13,8 @@ COMMENT= Multi-purpose desktop calculator (backend lib LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_powerpc64= fails to compile: umachine.h:347: 'char16_t' does not name a type + LIB_DEPENDS= libicuuc.so:devel/icu \ libcurl.so:ftp/curl \ libgmp.so:math/gmp \ Modified: head/math/pari/Makefile ============================================================================== --- head/math/pari/Makefile Mon Jun 18 13:35:26 2018 (r472692) +++ head/math/pari/Makefile Mon Jun 18 14:00:43 2018 (r472693) @@ -14,6 +14,8 @@ COMMENT= Mathematics library and advanced calculator p LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_powerpc64= fails to link: intnum.o: relocation truncated to fit: R_PPC64_GOT_TLSGD16 against symbol 'avma' defined in .tbss section in init.o + LIB_DEPENDS= libgmp.so:math/gmp USES= perl5 readline Modified: head/math/rexx-regmath/Makefile ============================================================================== --- head/math/rexx-regmath/Makefile Mon Jun 18 13:35:26 2018 (r472692) +++ head/math/rexx-regmath/Makefile Mon Jun 18 14:00:43 2018 (r472693) @@ -14,6 +14,8 @@ COMMENT= Two mathematics libraries for Rexx LICENSE= MPL10 +BROKEN_powerpc64= fails to compile: unrecognized command line option "-Wno-incompatible-pointer-types" + BUILD_DEPENDS= ${LOCALBASE}/include/rexxsaa.h:lang/rexx-regina USES= zip Modified: head/math/stp/Makefile ============================================================================== --- head/math/stp/Makefile Mon Jun 18 13:35:26 2018 (r472692) +++ head/math/stp/Makefile Mon Jun 18 14:00:43 2018 (r472693) @@ -12,13 +12,14 @@ COMMENT= Decision Procedure for Bitvectors and Arrays LICENSE= MIT +BROKEN_aarch64= fails to compile: undefined reference to sbrk +BROKEN_powerpc64= fails to compile: main.cpp.o: undefined reference to boost::program_options::error_with_option_name::get_canonical_option_name() + LIB_DEPENDS= libboost_program_options.so:devel/boost-libs \ libboost_system.so:devel/boost-libs USES= bison:build cmake:noninja perl5 tar:xz USE_PERL5= build CMAKE_ARGS= -DFL_LIBRARY=/usr/lib/libfl.a - -BROKEN_aarch64= Fails to compile: undefined reference to sbrk .include <bsd.port.mk> Modified: head/misc/bibletime/Makefile ============================================================================== --- head/misc/bibletime/Makefile Mon Jun 18 13:35:26 2018 (r472692) +++ head/misc/bibletime/Makefile Mon Jun 18 14:00:43 2018 (r472693) @@ -11,6 +11,8 @@ COMMENT= Open source Bible study tool LICENSE= GPLv2 +BROKEN_powerpc64= fails to compile: btosismorphsegmentation.cpp.o: undefined reference to sword::SWOptionFilter::SWOptionFilter + LIB_DEPENDS= libclucene-core.so:textproc/clucene \ libsword.so:misc/sword Modified: head/misc/free42/Makefile ============================================================================== --- head/misc/free42/Makefile Mon Jun 18 13:35:26 2018 (r472692) +++ head/misc/free42/Makefile Mon Jun 18 14:00:43 2018 (r472693) @@ -15,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_aarch64= fails to link: c++: error: no such file or directory: 'gcc111libbid.a' BROKEN_armv6= fails to link: c++: error: no such file or directory: 'gcc111libbid.a' BROKEN_mips64= fails to link: c++: error: no such file or directory: 'gcc111libbid.a' +BROKEN_powerpc64= fails to compile: unrecognized command line option "-Wno-c++11-narrowing" LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 Modified: head/misc/libpostal/Makefile ============================================================================== --- head/misc/libpostal/Makefile Mon Jun 18 13:35:26 2018 (r472692) +++ head/misc/libpostal/Makefile Mon Jun 18 14:00:43 2018 (r472693) @@ -11,6 +11,8 @@ COMMENT= Library for parsing/normalizing street addres LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_powerpc64= fails to compile: unrecognized command line option "-Wno-c++11-narrowing" + RUN_DEPENDS= curl:ftp/curl USES= autoreconf libtool localbase Modified: head/misc/libsweep-lidar/Makefile ============================================================================== --- head/misc/libsweep-lidar/Makefile Mon Jun 18 13:35:26 2018 (r472692) +++ head/misc/libsweep-lidar/Makefile Mon Jun 18 14:00:43 2018 (r472693) @@ -11,6 +11,8 @@ COMMENT= Low-level Scanse Sweep LiDAR library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_powerpc64= fails to compile: unrecognized command line option "-Weverything" + USES= cmake:outsource USE_GITHUB= yes GH_ACCOUNT= scanse Modified: head/multimedia/gstreamer1-editing-services/Makefile ============================================================================== --- head/multimedia/gstreamer1-editing-services/Makefile Mon Jun 18 13:35:26 2018 (r472692) +++ head/multimedia/gstreamer1-editing-services/Makefile Mon Jun 18 14:00:43 2018 (r472693) @@ -10,6 +10,8 @@ DISTNAME= gstreamer-editing-services-${PORTVERSION} MAINTAINER= multimedia@FreeBSD.org COMMENT= GStreamer editing services +BROKEN_powerpc64= fails to compile: ges-extractable.h:24: error: redefinition of typedef 'GESExtractable' + PORTSCOUT= limitw:1,even USES= gmake gnome libtool pathfix python:2.7 pkgconfig tar:xz Modified: head/net-im/prosody/Makefile ============================================================================== --- head/net-im/prosody/Makefile Mon Jun 18 13:35:26 2018 (r472692) +++ head/net-im/prosody/Makefile Mon Jun 18 14:00:43 2018 (r472693) @@ -13,6 +13,8 @@ COMMENT= Simple extensible XMPP server written in Lua LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_powerpc64= fails to compile: table.c:14: 'for' loop initial declaration used outside C99 mode + RUN_DEPENDS= ${LUA_MODLIBDIR}/socket/core.so:net/luasocket-51 \ ${LUA_MODLIBDIR}/ssl.so:security/luasec-51 \ ${LUA_MODLIBDIR}/lxp.so:textproc/luaexpat-51 \ Modified: head/net-mgmt/mdata-client/Makefile ============================================================================== --- head/net-mgmt/mdata-client/Makefile Mon Jun 18 13:35:26 2018 (r472692) +++ head/net-mgmt/mdata-client/Makefile Mon Jun 18 14:00:43 2018 (r472693) @@ -10,9 +10,10 @@ COMMENT= Metadata tools for use within guests of the S LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USE_GITHUB= yes -GH_ACCOUNT= joyent +BROKEN_powerpc64= fails to compile: unrecognized command line option "-Wno-typedef-redefinition" USES= gmake +USE_GITHUB= yes +GH_ACCOUNT= joyent .include <bsd.port.mk> Modified: head/net-p2p/torrent-file-editor/Makefile ============================================================================== --- head/net-p2p/torrent-file-editor/Makefile Mon Jun 18 13:35:26 2018 (r472692) +++ head/net-p2p/torrent-file-editor/Makefile Mon Jun 18 14:00:43 2018 (r472693) @@ -12,6 +12,8 @@ COMMENT= Qt-based GUI tool for creating and editing .t LICENSE= GPLv3 +BROKEN_powerpc64= fails to compile: -Werror=cpp: No option -Wcpp + USES= cmake desktop-file-utils _QT4_DEPS= linguisttools_build moc_build qmake_build rcc_build \ Modified: head/net-p2p/verlihub-plugins-floodprotect/Makefile ============================================================================== --- head/net-p2p/verlihub-plugins-floodprotect/Makefile Mon Jun 18 13:35:26 2018 (r472692) +++ head/net-p2p/verlihub-plugins-floodprotect/Makefile Mon Jun 18 14:00:43 2018 (r472693) @@ -10,6 +10,8 @@ DISTNAME= ${PLUGIN_NAME} MAINTAINER= me@skylord.ru +BROKEN_powerpc64= fails to compile: thasharray.h:338:29: cast from 'std::nullptr_t' to 'short int' loses precision + PLUGIN_NAME= floodprot PLUGIN_DESC= Floodprotect Modified: head/net-p2p/xmrig/Makefile ============================================================================== --- head/net-p2p/xmrig/Makefile Mon Jun 18 13:35:26 2018 (r472692) +++ head/net-p2p/xmrig/Makefile Mon Jun 18 14:00:43 2018 (r472693) @@ -12,6 +12,8 @@ COMMENT= High performance Monero (XMR) CPU miner LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_powerpc64= fails to configure: Target "xmrig" requires the language dialect "CXX11", but CMake does not know the compile flags to use to enable it. + OPTIONS_DEFINE= STATIC MICROHTTPD MICROHTTPD_DESC=Build with libmicrohttpd support OPTIONS_DEFAULT=MICROHTTPD Modified: head/net/bird2/Makefile ============================================================================== --- head/net/bird2/Makefile Mon Jun 18 13:35:26 2018 (r472692) +++ head/net/bird2/Makefile Mon Jun 18 14:00:43 2018 (r472693) @@ -13,6 +13,8 @@ COMMENT= Dynamic IP routing daemon LICENSE= GPLv2 +BROKEN_powerpc64= fails to compile: ./lib/ip.h:337: 'for' loop initial declaration used outside C99 mode + LIB_DEPENDS= libssh.so:security/libssh CONFLICTS= bird-[0-9]* Modified: head/net/delegate/Makefile ============================================================================== --- head/net/delegate/Makefile Mon Jun 18 13:35:26 2018 (r472692) +++ head/net/delegate/Makefile Mon Jun 18 14:00:43 2018 (r472693) @@ -10,6 +10,8 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= danilo@FreeBSD.org COMMENT= General purpose TCP/IP proxy system +BROKEN_powerpc64= fails to build: gmake[1]: *** [Makefile:116: mkmake.exe] Error 1 + USES= gmake SUB_FILES= pkg-message Modified: head/net/freeradius3/Makefile ============================================================================== --- head/net/freeradius3/Makefile Mon Jun 18 13:35:26 2018 (r472692) +++ head/net/freeradius3/Makefile Mon Jun 18 14:00:43 2018 (r472693) @@ -17,6 +17,8 @@ COMMENT= Free RADIUS server implementation LICENSE= GPLv2 +BROKEN_powerpc64= fails to compile: unrecognized command line option "-Wno-date-time" + LIB_DEPENDS= libgdbm.so:databases/gdbm \ libtalloc.so:devel/talloc @@ -26,9 +28,9 @@ KRB5_CONFIG?= /usr/bin/krb5-config --libs CONFLICTS_INSTALL= gnu-radius-[0-9].* openradius-[0-9].* radiusd-cistron-[0-9].* \ freeradius-mysql-[0-9].* freeradius-[^3].* +USES= gmake readline shebangfix ssl tar:bzip2 USE_RC_SUBR= radiusd -USES= gmake readline shebangfix ssl tar:bzip2 SHEBANG_FILES= src/modules/rlm_counter/rad_counter scripts/sql/radsqlrelay GNU_CONFIGURE= yes # Prevent /root/.rnd leftover Modified: head/net/grive2/Makefile ============================================================================== --- head/net/grive2/Makefile Mon Jun 18 13:35:26 2018 (r472692) +++ head/net/grive2/Makefile Mon Jun 18 14:00:43 2018 (r472693) @@ -12,6 +12,8 @@ COMMENT= Open source client for Google Drive LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_powerpc64= fails to compile: JsonValTest.cc.o: undefined reference to boost::unit_test::ut_detail::normalize_test_case_name + LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs \ libcurl.so:ftp/curl \ libexpat.so:textproc/expat2 \ Modified: head/net/liferea/Makefile ============================================================================== --- head/net/liferea/Makefile Mon Jun 18 13:35:26 2018 (r472692) +++ head/net/liferea/Makefile Mon Jun 18 14:00:43 2018 (r472693) @@ -11,6 +11,8 @@ COMMENT= Simple RSS/RDF feed reader LICENSE= GPLv2 +BROKEN_powerpc64= fails to compile: WebKitWebEditor.h:40: redefinition of typedef 'WebKitWebEditor' + BUILD_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ libwebkit2gtk-4.0.so:www/webkit2-gtk3 \ Modified: head/net/ndproxy/Makefile ============================================================================== --- head/net/ndproxy/Makefile Mon Jun 18 13:35:26 2018 (r472692) +++ head/net/ndproxy/Makefile Mon Jun 18 14:00:43 2018 (r472693) @@ -11,6 +11,8 @@ COMMENT= Implementation of IPv6 Neighbor Discovery pro LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_powerpc64= fails to build: ndproxy.c:51: function declaration isn't a prototype + SUB_FILES= pkg-message USES= kmod Modified: head/net/samba46/Makefile ============================================================================== --- head/net/samba46/Makefile Mon Jun 18 13:35:26 2018 (r472692) +++ head/net/samba46/Makefile Mon Jun 18 14:00:43 2018 (r472693) @@ -13,6 +13,8 @@ COMMENT?= Free SMB/CIFS and AD/DC server and client LICENSE= GPLv3 +BROKEN_powerpc64= fails to compile: unrecognized command line option "-Wno-format-truncation" + IGNORE_NONTHREAD_PYTHON= needs port lang/python${PYTHON_SUFFIX} to be build with THREADS support CONFLICTS_INSTALL?= samba4-4.0.* samba4[1-57-9]-4.* p5-Parse-Pidl-4.* Modified: head/net/samba48/Makefile ============================================================================== --- head/net/samba48/Makefile Mon Jun 18 13:35:26 2018 (r472692) +++ head/net/samba48/Makefile Mon Jun 18 14:00:43 2018 (r472693) @@ -13,6 +13,8 @@ COMMENT= Free SMB/CIFS and AD/DC server and client f LICENSE= GPLv3 +BROKEN_powerpc64= fails to compile: auth.idl:107: Unable to determine origin of type struct cli_credentials + IGNORE_NONTHREAD_PYTHON= needs port lang/python${PYTHON_SUFFIX} to be build with THREADS support CONFLICTS_INSTALL?= samba4-4.0.* samba4[1-79]-4.* p5-Parse-Pidl-4.*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806181400.w5IE0hfj057564>