Date: Sat, 13 May 2017 23:36:16 +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: r440859 - in head: net-mgmt/aircrack-ng net-mgmt/ipv6calc net-mgmt/pmacct net-p2p/libswift net-p2p/libtorrent-rasterbar net/librdkafka net/nethogs net/ns3 net/openpgm net/openvswitch ne... Message-ID: <201705132336.v4DNaGxK002962@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Sat May 13 23:36:16 2017 New Revision: 440859 URL: https://svnweb.freebsd.org/changeset/ports/440859 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/net-mgmt/aircrack-ng/Makefile head/net-mgmt/ipv6calc/Makefile head/net-mgmt/pmacct/Makefile head/net-p2p/libswift/Makefile head/net-p2p/libtorrent-rasterbar/Makefile head/net/librdkafka/Makefile head/net/nethogs/Makefile head/net/ns3/Makefile head/net/openpgm/Makefile head/net/openvswitch/Makefile head/news/nntpcache/Makefile head/science/clhep/Makefile head/security/honggfuzz/Makefile head/security/pam_ssh_agent_auth/Makefile head/security/py-pysha3/Makefile head/security/sha1collisiondetection/Makefile Modified: head/net-mgmt/aircrack-ng/Makefile ============================================================================== --- head/net-mgmt/aircrack-ng/Makefile Sat May 13 23:21:37 2017 (r440858) +++ head/net-mgmt/aircrack-ng/Makefile Sat May 13 23:36:16 2017 (r440859) @@ -12,6 +12,8 @@ COMMENT= 802.11 WEP and WPA-PSK keys cra LICENSE= GPLv2 BSD3CLAUSE APACHE20 LICENSE_COMB= dual +BROKEN_powerpc64= fails to compile: sse-intrinsics.c: error: emmintrin.h: No such file or directory + USES= cpe dos2unix gmake ssl CPE_VERSION= ${DISTVERSION:C/-.*//} CPE_UPDATE= ${DISTVERSION:C/^[^-]*$//:C/.*-//} Modified: head/net-mgmt/ipv6calc/Makefile ============================================================================== --- head/net-mgmt/ipv6calc/Makefile Sat May 13 23:21:37 2017 (r440858) +++ head/net-mgmt/ipv6calc/Makefile Sat May 13 23:36:16 2017 (r440859) @@ -12,6 +12,8 @@ COMMENT= Convert, change, and calculate LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_powerpc64= fails to build: libipv6addr.c: addr_test_method may be used uninitialized in this function + USES= gmake perl5 ssl GNU_CONFIGURE= yes Modified: head/net-mgmt/pmacct/Makefile ============================================================================== --- head/net-mgmt/pmacct/Makefile Sat May 13 23:21:37 2017 (r440858) +++ head/net-mgmt/pmacct/Makefile Sat May 13 23:36:16 2017 (r440859) @@ -13,7 +13,7 @@ COMMENT= Accounting and aggregation tool LICENSE= GPLv2 BROKEN_aarch64= fails to build: undefined reference to sbrk -BROKEN_powerp64= fails to build: cc: Internal error: Segmentation fault (program ld) +BROKEN_powerpc64= fails to build: cc: Internal error: Segmentation fault (program ld) USE_RC_SUBR= pmacctd nfacctd sfacctd SUB_FILES= pkg-message Modified: head/net-p2p/libswift/Makefile ============================================================================== --- head/net-p2p/libswift/Makefile Sat May 13 23:21:37 2017 (r440858) +++ head/net-p2p/libswift/Makefile Sat May 13 23:36:16 2017 (r440859) @@ -7,12 +7,14 @@ PORTREVISION= 2 CATEGORIES= net-p2p MAINTAINER= dch@skunkwerks.at -COMMENT= IETF Peer-to-Peer Streaming Peer Protocol implementation +COMMENT= IETF Peer-to-Peer Streaming Peer Protocol implementation LICENSE= LGPL21 LIB_DEPENDS= libevent.so:devel/libevent +BROKEN_powerpc64= fails to build: gmake: clang++: Command not found + USE_GITHUB= yes GH_TAGNAME= dda307f Modified: head/net-p2p/libtorrent-rasterbar/Makefile ============================================================================== --- head/net-p2p/libtorrent-rasterbar/Makefile Sat May 13 23:21:37 2017 (r440858) +++ head/net-p2p/libtorrent-rasterbar/Makefile Sat May 13 23:36:16 2017 (r440859) @@ -16,6 +16,8 @@ LIB_DEPENDS+= libboost_chrono.so:devel/b libboost_random.so:devel/boost-libs \ libboost_system.so:devel/boost-libs +BROKEN_powerpc64= fails to build: client_test.cpp: undefined reference to std::__cxx11::basic_string + USES+= compiler:c++11-lib iconv:wchar_t libtool pathfix pkgconfig ssl USE_CXXSTD= c++11 GNU_CONFIGURE= yes Modified: head/net/librdkafka/Makefile ============================================================================== --- head/net/librdkafka/Makefile Sat May 13 23:21:37 2017 (r440858) +++ head/net/librdkafka/Makefile Sat May 13 23:36:16 2017 (r440859) @@ -15,9 +15,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= bash:shells/bash LIB_DEPENDS= liblz4.so:archivers/liblz4 -BROKEN_mips= Fails to build: undefined reference to __sync_add_and_fetch_4 -BROKEN_mips64= Fails to build: undefined reference to __sync_add_and_fetch_4 -BROKEN_sparc64= Fails to build: internal compiler error +BROKEN_mips= fails to build: undefined reference to __sync_add_and_fetch_4 +BROKEN_mips64= fails to build: undefined reference to __sync_add_and_fetch_4 +BROKEN_powerpc64= fails to build: cc: Internal error: Segmentation fault (program ld) +BROKEN_sparc64= fails to build: internal compiler error USE_GITHUB= yes GH_ACCOUNT= edenhill Modified: head/net/nethogs/Makefile ============================================================================== --- head/net/nethogs/Makefile Sat May 13 23:21:37 2017 (r440858) +++ head/net/nethogs/Makefile Sat May 13 23:36:16 2017 (r440859) @@ -12,6 +12,8 @@ COMMENT= Small net top tool LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_powerpc64= fails to compile: inode2prog.cpp: snprintf is not a member of std + USE_GITHUB= yes GH_ACCOUNT= raboof Modified: head/net/ns3/Makefile ============================================================================== --- head/net/ns3/Makefile Sat May 13 23:21:37 2017 (r440858) +++ head/net/ns3/Makefile Sat May 13 23:36:16 2017 (r440859) @@ -11,6 +11,8 @@ COMMENT= Network simulator for Internet LICENSE= GPLv2 +BROKEN_powerpc64= fails to compile: cc1plus: unrecognized command line option -std=c++11 + USES= gettext pkgconfig python sqlite tar:bzip2 waf USE_GNOME= libxml2 USE_LDCONFIG= yes Modified: head/net/openpgm/Makefile ============================================================================== --- head/net/openpgm/Makefile Sat May 13 23:21:37 2017 (r440858) +++ head/net/openpgm/Makefile Sat May 13 23:36:16 2017 (r440859) @@ -13,6 +13,8 @@ COMMENT= Implementation of the PGM relia LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_powerpc64= fails to compile: socket.c: internal compiler error: in extract_insn, at recog.c + USE_GITHUB= yes GH_ACCOUNT= steve-o Modified: head/net/openvswitch/Makefile ============================================================================== --- head/net/openvswitch/Makefile Sat May 13 23:21:37 2017 (r440858) +++ head/net/openvswitch/Makefile Sat May 13 23:36:16 2017 (r440859) @@ -11,6 +11,8 @@ COMMENT= Production quality, multilayer LICENSE= APACHE20 +BROKEN_powerpc64= fails to compile: bfd.c: internal compiler error: in extract_insn, at recog.c + USES= cpe gmake libtool perl5 pkgconfig python shebangfix ssl SHEBANG_FILES= vtep/ovs-vtep USE_LDCONFIG= yes Modified: head/news/nntpcache/Makefile ============================================================================== --- head/news/nntpcache/Makefile Sat May 13 23:21:37 2017 (r440858) +++ head/news/nntpcache/Makefile Sat May 13 23:36:16 2017 (r440859) @@ -16,7 +16,8 @@ SPOOLDIR?= /var/spool NO_CDROM= Free for individuals and non-military, non-profit organisations only -BROKEN_aarch64= Fails to link: missing sbrk +BROKEN_aarch64= fails to link: missing sbrk +BROKEN_powerpc64= fails to install: ./mmap_tests: Quit (core dumped) USES= gmake autoreconf shebangfix GNU_CONFIGURE= yes Modified: head/science/clhep/Makefile ============================================================================== --- head/science/clhep/Makefile Sat May 13 23:21:37 2017 (r440858) +++ head/science/clhep/Makefile Sat May 13 23:36:16 2017 (r440859) @@ -13,6 +13,8 @@ COMMENT= Object-oriented toolkit for par LICENSE= GPLv3 LGPL3 LICENSE_COMB= multi +BROKEN_powerpc64= fails to compile: c++11 extension is not available for /usr/bin/c++ + WRKSRC= ${WRKDIR}/${PORTVERSION}/${PORTNAME:tu} USES= cmake:outsource compiler:openmp perl5 tar:tgz Modified: head/security/honggfuzz/Makefile ============================================================================== --- head/security/honggfuzz/Makefile Sat May 13 23:21:37 2017 (r440858) +++ head/security/honggfuzz/Makefile Sat May 13 23:36:16 2017 (r440859) @@ -11,6 +11,8 @@ COMMENT= General-purpose fuzzer with sim LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_powerpc64= fails to compile: cc1: error: unrecognized command line option -Wframe-larger-than=131072 + USES= gmake USE_GITHUB= yes GH_ACCOUNT= google Modified: head/security/pam_ssh_agent_auth/Makefile ============================================================================== --- head/security/pam_ssh_agent_auth/Makefile Sat May 13 23:21:37 2017 (r440858) +++ head/security/pam_ssh_agent_auth/Makefile Sat May 13 23:36:16 2017 (r440859) @@ -9,6 +9,8 @@ MASTER_SITES= SF/pamsshagentauth/${PORTN MAINTAINER= ports@FreeBSD.org COMMENT= PAM module which permits authentication via ssh-agent +BROKEN_powerpc64= fails to build: ed25519-donna-portable.h: warning: ALIGN redefined + USES= perl5 ssl tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_func_strnvis=no Modified: head/security/py-pysha3/Makefile ============================================================================== --- head/security/py-pysha3/Makefile Sat May 13 23:21:37 2017 (r440858) +++ head/security/py-pysha3/Makefile Sat May 13 23:36:16 2017 (r440859) @@ -13,6 +13,8 @@ COMMENT= SHA-3 (Keccak) for Python LICENSE= PSFL LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_powerpc64= fails to compile: KeccakP-1600-opt64.c: error: Not yet implemented + # Actually Python 2.7,3.4+ USES= python USE_PYTHON= autoplist distutils Modified: head/security/sha1collisiondetection/Makefile ============================================================================== --- head/security/sha1collisiondetection/Makefile Sat May 13 23:21:37 2017 (r440858) +++ head/security/sha1collisiondetection/Makefile Sat May 13 23:36:16 2017 (r440859) @@ -11,6 +11,8 @@ COMMENT= Library and command line tool t LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BROKEN_powerpc64= fails to compile: cc1: error: unrecognized command line option -std=c90 + USE_GITHUB= yes GH_ACCOUNT= cr-marcstevens
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705132336.v4DNaGxK002962>