From owner-svn-ports-all@freebsd.org Sun Apr 30 01:12:14 2017 Return-Path: Delivered-To: svn-ports-all@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 476E9D4BAD5; Sun, 30 Apr 2017 01:12:14 +0000 (UTC) (envelope-from linimon@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 17985A1C; Sun, 30 Apr 2017 01:12:14 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3U1CDv5064465; Sun, 30 Apr 2017 01:12:13 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3U1CAc6064442; Sun, 30 Apr 2017 01:12:10 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201704300112.v3U1CAc6064442@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Sun, 30 Apr 2017 01:12:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439779 - in head: mail/archiveopteryx mail/archiveopteryx-devel mail/milter-callback mail/spamdyke multimedia/assimp multimedia/mediainfo multimedia/tvheadend net-im/telegram net-mgmt/... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 01:12:14 -0000 Author: linimon Date: Sun Apr 30 01:12:10 2017 New Revision: 439779 URL: https://svnweb.freebsd.org/changeset/ports/439779 Log: Provide more descriptive error messages for ports failing on powerpc64. Approved by: portmgr (tier-2 blanket) Modified: head/mail/archiveopteryx-devel/Makefile head/mail/archiveopteryx/Makefile head/mail/milter-callback/Makefile head/mail/spamdyke/Makefile head/multimedia/assimp/Makefile head/multimedia/mediainfo/Makefile head/multimedia/tvheadend/Makefile head/net-im/telegram/Makefile head/net-mgmt/chillispot/Makefile head/net-mgmt/icinga2/Makefile head/net-p2p/litecoin-daemon/Makefile head/net-p2p/litecoin-utils/Makefile head/net-p2p/twister/Makefile head/net-p2p/zetacoin-nox11/Makefile head/net/kamailio/Makefile head/net/libilbc/Makefile head/net/norm/Makefile head/net/openh323/Makefile head/net/py-libnet/Makefile head/net/yami4/Makefile head/ports-mgmt/portal/Makefile Modified: head/mail/archiveopteryx-devel/Makefile ============================================================================== --- head/mail/archiveopteryx-devel/Makefile Sun Apr 30 00:44:32 2017 (r439778) +++ head/mail/archiveopteryx-devel/Makefile Sun Apr 30 01:12:10 2017 (r439779) @@ -12,10 +12,10 @@ COMMENT= Advanced PostgreSQL-based IMAP/ LICENSE= MIT -BROKEN_powerpc64= Does not build - BUILD_DEPENDS= jam:devel/jam +BROKEN_powerpc64= Does not build: /bin/sh: clang: not found + USE_GITHUB= yes GH_ACCOUNT= aox GH_PROJECT= aox Modified: head/mail/archiveopteryx/Makefile ============================================================================== --- head/mail/archiveopteryx/Makefile Sun Apr 30 00:44:32 2017 (r439778) +++ head/mail/archiveopteryx/Makefile Sun Apr 30 01:12:10 2017 (r439779) @@ -12,10 +12,10 @@ COMMENT= Advanced PostgreSQL-based IMAP/ LICENSE= MIT -BROKEN_powerpc64= Does not build - BUILD_DEPENDS= jam:devel/jam +BROKEN_powerpc64= Does not build: /bin/sh: clang: not found + USES= perl5 ssl tar:bzip2 USE_PERL5= build WITH_PGSQL= client Modified: head/mail/milter-callback/Makefile ============================================================================== --- head/mail/milter-callback/Makefile Sun Apr 30 00:44:32 2017 (r439778) +++ head/mail/milter-callback/Makefile Sun Apr 30 01:12:10 2017 (r439779) @@ -12,10 +12,10 @@ COMMENT= Milter to perform a envelope-fr LICENSE= GPLv3 -BROKEN_powerpc64= Does not build - LIB_DEPENDS= libspf2.so:mail/libspf2 +BROKEN_powerpc64= Does not build: error: nested functions are disabled, use -fnested-functions to re-enable + USES= tar:xz USE_RC_SUBR= milter-callback USE_GCC= any Modified: head/mail/spamdyke/Makefile ============================================================================== --- head/mail/spamdyke/Makefile Sun Apr 30 00:44:32 2017 (r439778) +++ head/mail/spamdyke/Makefile Sun Apr 30 01:12:10 2017 (r439779) @@ -14,7 +14,7 @@ LICENSE= GPLv2 RUN_DEPENDS= ${LOCALBASE}/bin/tcprules:sysutils/ucspi-tcp -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= Does not build: error: nested functions are disabled, use -fnested-functions to re-enable USES= cpe qmail tar:tgz WRKSRC= ${WRKDIR}/${DISTNAME}/spamdyke Modified: head/multimedia/assimp/Makefile ============================================================================== --- head/multimedia/assimp/Makefile Sun Apr 30 00:44:32 2017 (r439778) +++ head/multimedia/assimp/Makefile Sun Apr 30 01:12:10 2017 (r439779) @@ -13,7 +13,7 @@ COMMENT= Library to import various 3D mo LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= Does not build: error: ByteSwap has not been declared USES= cmake compiler:c++11-lib pkgconfig USE_GITHUB= yes Modified: head/multimedia/mediainfo/Makefile ============================================================================== --- head/multimedia/mediainfo/Makefile Sun Apr 30 00:44:32 2017 (r439778) +++ head/multimedia/mediainfo/Makefile Sun Apr 30 01:12:10 2017 (r439779) @@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/../../../License LIB_DEPENDS= libmediainfo.so:multimedia/libmediainfo \ libzen.so:multimedia/libzen -BROKEN_powerpc64= does not build +BROKEN_powerpc64= does not build: undefined reference to fmodl GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/multimedia/tvheadend/Makefile ============================================================================== --- head/multimedia/tvheadend/Makefile Sun Apr 30 00:44:32 2017 (r439778) +++ head/multimedia/tvheadend/Makefile Sun Apr 30 01:12:10 2017 (r439779) @@ -12,15 +12,14 @@ COMMENT= TV streaming server supporting LICENSE= GPLv3 -BROKEN_powerpc64= Does not build - BUILD_DEPENDS= bash:shells/bash \ ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat - LIB_DEPENDS= libcurl.so:ftp/curl \ liburiparser.so:net/uriparser RUN_DEPENDS= dtv-scan-tables>=0:multimedia/dtv-scan-tables +BROKEN_powerpc64= Does not build + USE_GITHUB= yes USES= execinfo gmake pkgconfig python shebangfix Modified: head/net-im/telegram/Makefile ============================================================================== --- head/net-im/telegram/Makefile Sun Apr 30 00:44:32 2017 (r439778) +++ head/net-im/telegram/Makefile Sun Apr 30 01:12:10 2017 (r439779) @@ -18,7 +18,7 @@ LIB_DEPENDS= libconfig.so:devel/libconfi BROKEN_mips= Missing header BROKEN_mips64= Missing header -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= Does not build: Assertion failed: (get_int () == TLS_SCHEMA_V2) USES= execinfo gmake lua:52 ncurses pkgconfig readline ssl GNU_CONFIGURE= yes Modified: head/net-mgmt/chillispot/Makefile ============================================================================== --- head/net-mgmt/chillispot/Makefile Sun Apr 30 00:44:32 2017 (r439778) +++ head/net-mgmt/chillispot/Makefile Sun Apr 30 01:12:10 2017 (r439779) @@ -12,7 +12,7 @@ MASTER_SITES= http://www.chillispot.info MAINTAINER= venture37@geeklan.co.uk COMMENT= Wireless LAN Access Point Controller -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= Does not build: error: nested functions are disabled, use -fnested-functions to re-enable CONFLICTS= coovachilli-[0-9]* Modified: head/net-mgmt/icinga2/Makefile ============================================================================== --- head/net-mgmt/icinga2/Makefile Sun Apr 30 00:44:32 2017 (r439778) +++ head/net-mgmt/icinga2/Makefile Sun Apr 30 01:12:10 2017 (r439779) @@ -15,7 +15,7 @@ LIB_DEPENDS= libboost_system.so:devel/bo libyajl.so:devel/yajl RUN_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash -BROKEN_powerpc64= does not build +BROKEN_powerpc64= does not build: Your version of GCC (4.2.1) is too old for building Icinga 2 (GCC >= 4.6.0) USE_GITHUB= yes GH_ACCOUNT= icinga Modified: head/net-p2p/litecoin-daemon/Makefile ============================================================================== --- head/net-p2p/litecoin-daemon/Makefile Sun Apr 30 00:44:32 2017 (r439778) +++ head/net-p2p/litecoin-daemon/Makefile Sun Apr 30 01:12:10 2017 (r439779) @@ -7,8 +7,8 @@ COMMENT= Virtual Peer-to-Peer Currency ( SLAVE_PORT= yes -BROKEN_powerpc64= Does not build -BROKEN_sparc64= Does not build +NOT_FOR_ARCHS= powerpc64 sparc64 +NOT_FOR_ARCHS_REASON= configure: error: Big Endian not supported USES+= cpe CPE_VENDOR= bitcoin Modified: head/net-p2p/litecoin-utils/Makefile ============================================================================== --- head/net-p2p/litecoin-utils/Makefile Sun Apr 30 00:44:32 2017 (r439778) +++ head/net-p2p/litecoin-utils/Makefile Sun Apr 30 01:12:10 2017 (r439779) @@ -7,8 +7,8 @@ COMMENT= Virtual Peer-to-Peer Currency ( SLAVE_PORT= yes -BROKEN_powerpc64= Does not build -BROKEN_sparc64= Does not build +NOT_FOR_ARCHS= powerpc64 sparc64 +NOT_FOR_ARCHS_REASON= configure: error: Big Endian not supported OPTIONS_DEFINE= DEBUG HARDENING TESTS OPTIONS_DEFAULT= HARDENING TESTS Modified: head/net-p2p/twister/Makefile ============================================================================== --- head/net-p2p/twister/Makefile Sun Apr 30 00:44:32 2017 (r439778) +++ head/net-p2p/twister/Makefile Sun Apr 30 01:12:10 2017 (r439779) @@ -15,11 +15,11 @@ LICENSE= BSD3CLAUSE MIT LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_powerpc64= Does not build - LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libleveldb.so:databases/leveldb +BROKEN_powerpc64= Does not build: /usr/bin/ld: final link failed: Bad value + OPTIONS_DEFINE= DOCS USE_GITHUB= yes Modified: head/net-p2p/zetacoin-nox11/Makefile ============================================================================== --- head/net-p2p/zetacoin-nox11/Makefile Sun Apr 30 00:44:32 2017 (r439778) +++ head/net-p2p/zetacoin-nox11/Makefile Sun Apr 30 01:12:10 2017 (r439779) @@ -9,6 +9,6 @@ OPTIONS_EXCLUDE= X11 QRCODES SLAVE_PORT= yes BROKEN_armv6= AtomicPointer not implemented -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= Does not configure: error: No working boost sleep implementation found .include "${MASTERDIR}/Makefile" Modified: head/net/kamailio/Makefile ============================================================================== --- head/net/kamailio/Makefile Sun Apr 30 00:44:32 2017 (r439778) +++ head/net/kamailio/Makefile Sun Apr 30 01:12:10 2017 (r439779) @@ -18,7 +18,7 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 libcurl.so:ftp/curl RUN_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= Does not build: /bin/sh: clang: not found USES= gmake ncurses readline shebangfix USE_LDCONFIG= yes Modified: head/net/libilbc/Makefile ============================================================================== --- head/net/libilbc/Makefile Sun Apr 30 00:44:32 2017 (r439778) +++ head/net/libilbc/Makefile Sun Apr 30 01:12:10 2017 (r439779) @@ -11,9 +11,7 @@ COMMENT= Internet Low Bit Rate codec (RF LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_powerpc64= Does not build - -NOT_FOR_ARCHS= sparc64 +NOT_FOR_ARCHS= powerpc64 sparc64 NOT_FOR_ARCHS_REASON= not yet ported to this architecture CONFLICTS= ilbc-r[0-9]* Modified: head/net/norm/Makefile ============================================================================== --- head/net/norm/Makefile Sun Apr 30 00:44:32 2017 (r439778) +++ head/net/norm/Makefile Sun Apr 30 01:12:10 2017 (r439779) @@ -11,7 +11,7 @@ COMMENT= NACK-Oriented Reliable Multicas BROKEN_mips= Does not build: named return values are no longer supported BROKEN_mips64= Does not build: named return values are no longer supported -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= Does not build: named return values are no longer supported BROKEN_sparc64= Does not build: named return values are no longer supported WRKSRC= ${WRKDIR}/norm-${DISTVERSION} Modified: head/net/openh323/Makefile ============================================================================== --- head/net/openh323/Makefile Sun Apr 30 00:44:32 2017 (r439778) +++ head/net/openh323/Makefile Sun Apr 30 01:12:10 2017 (r439779) @@ -13,10 +13,10 @@ DIST_SUBDIR= openh323 MAINTAINER= ports@FreeBSD.org COMMENT= H323 Video Conferencing library -BROKEN_powerpc64= Does not build - LIB_DEPENDS= libpt_r.so:devel/pwlib +BROKEN_powerpc64= Does not build: call to H261Encoder::~H261Encoder() lacks nop, can't restore toc + CONFLICTS= h323plus-1.* WRKSRC= ${WRKDIR}/${PORTNAME}_v${PORTVERSION:S/./_/g} Modified: head/net/py-libnet/Makefile ============================================================================== --- head/net/py-libnet/Makefile Sun Apr 30 00:44:32 2017 (r439778) +++ head/net/py-libnet/Makefile Sun Apr 30 01:12:10 2017 (r439779) @@ -29,7 +29,7 @@ OPTIONS_DEFINE= EXAMPLES OSVER= uname -r BROKEN_aarch64= Fails to install: lib.freebsd-11.0-RELEASE-p1-aarch64-2.7/libnet.so: No such file or directory -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= Fails to install: lib.freebsd-11.0-RELEASE-p1-powerpc64-2.7/libnet.so: No such file or directory post-patch: @${REINPLACE_CMD} 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/setup.py Modified: head/net/yami4/Makefile ============================================================================== --- head/net/yami4/Makefile Sun Apr 30 00:44:32 2017 (r439778) +++ head/net/yami4/Makefile Sun Apr 30 01:12:10 2017 (r439779) @@ -13,7 +13,7 @@ COMMENT= Messaging library for distribut LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/gpl-3.0.txt -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= Does not build: error: snprintf is not a member of std # USES= compiler:c++11-lib Modified: head/ports-mgmt/portal/Makefile ============================================================================== --- head/ports-mgmt/portal/Makefile Sun Apr 30 00:44:32 2017 (r439778) +++ head/ports-mgmt/portal/Makefile Sun Apr 30 01:12:10 2017 (r439779) @@ -10,7 +10,7 @@ COMMENT= Front-end to pkg(8) LICENSE= BSD2CLAUSE -BROKEN_powerpc64= does not build +BROKEN_powerpc64= does not build: error: to_string is not a member of std PLIST_FILES= bin/${PORTNAME} \ man/man1/${PORTNAME}.1.gz