From owner-svn-ports-all@freebsd.org Mon Jul 2 00:47:18 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 834D7FF51B7; Mon, 2 Jul 2018 00:47:18 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 31B4686E3F; Mon, 2 Jul 2018 00:47:18 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0DEBC26251; Mon, 2 Jul 2018 00:47:18 +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 w620lHLD030090; Mon, 2 Jul 2018 00:47:17 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w620lEiI030070; Mon, 2 Jul 2018 00:47:14 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201807020047.w620lEiI030070@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Mon, 2 Jul 2018 00:47:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473692 - in head: biology/iolib databases/memcached devel/py-libzfs devel/py-pip-tools devel/smake devel/thrift graphics/gifsicle graphics/wayland net-mgmt/mdata-client net/haproxy net... X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: in head: biology/iolib databases/memcached devel/py-libzfs devel/py-pip-tools devel/smake devel/thrift graphics/gifsicle graphics/wayland net-mgmt/mdata-client net/haproxy net/p5-Net-AMQP-RabbitMQ sec... X-SVN-Commit-Revision: 473692 X-SVN-Commit-Repository: ports 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.27 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: Mon, 02 Jul 2018 00:47:18 -0000 Author: linimon Date: Mon Jul 2 00:47:14 2018 New Revision: 473692 URL: https://svnweb.freebsd.org/changeset/ports/473692 Log: Mark various ports broken on mips64 and, where appropriate, mips. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Modified: head/biology/iolib/Makefile head/databases/memcached/Makefile head/devel/py-libzfs/Makefile head/devel/py-pip-tools/Makefile head/devel/smake/Makefile head/devel/thrift/Makefile head/graphics/gifsicle/Makefile head/graphics/wayland/Makefile head/net-mgmt/mdata-client/Makefile head/net/haproxy/Makefile head/net/p5-Net-AMQP-RabbitMQ/Makefile head/security/libtomcrypt/Makefile head/sysutils/p5-Unix-Processors/Makefile head/sysutils/runit/Makefile head/sysutils/watchman/Makefile Modified: head/biology/iolib/Makefile ============================================================================== --- head/biology/iolib/Makefile Mon Jul 2 00:05:13 2018 (r473691) +++ head/biology/iolib/Makefile Mon Jul 2 00:47:14 2018 (r473692) @@ -11,9 +11,11 @@ COMMENT= General purpose trace file (and Experiment Fi LICENSE= BSD3CLAUSE -LIB_DEPENDS= libcurl.so:ftp/curl - +BROKEN_mips= fails to compile: bgzip.c: error: invalid operands to binary & +BROKEN_mips64= fails to compile: bgzip.c: error: invalid operands to binary & BROKEN_powerpc64= fails to compile: bgzip.c: error: invalid operands to binary & + +LIB_DEPENDS= libcurl.so:ftp/curl USE_GITHUB= yes GH_ACCOUNT= jkbonfield Modified: head/databases/memcached/Makefile ============================================================================== --- head/databases/memcached/Makefile Mon Jul 2 00:05:13 2018 (r473691) +++ head/databases/memcached/Makefile Mon Jul 2 00:47:14 2018 (r473692) @@ -13,6 +13,9 @@ COMMENT= High-performance distributed memory object ca LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_mips= fails to link: failed to merge target specific data of file /usr/lib/dtrace/drti.o +BROKEN_mips64= fails to link: failed to merge target specific data of file /usr/lib/dtrace/drti.o + LIB_DEPENDS= libevent.so:devel/libevent CONFLICTS= memcached-1.2* Modified: head/devel/py-libzfs/Makefile ============================================================================== --- head/devel/py-libzfs/Makefile Mon Jul 2 00:05:13 2018 (r473691) +++ head/devel/py-libzfs/Makefile Mon Jul 2 00:47:14 2018 (r473692) @@ -11,6 +11,8 @@ COMMENT= Python libzfs bindings LICENSE= BSD2CLAUSE +BROKEN_mips= fails to build: libzfs.c: error: convert_for_assignment: incompatible type for argument 3 of zfs_path_to_zhandle +BROKEN_mips64= fails to build: libzfs.c: error: convert_for_assignment: incompatible type for argument 3 of zfs_path_to_zhandle BROKEN_powerpc64= fails to build: libzfs.c: error: convert_for_assignment: incompatible type for argument 3 of zfs_path_to_zhandle RUN_DEPENDS= ${PY_ENUM34} Modified: head/devel/py-pip-tools/Makefile ============================================================================== --- head/devel/py-pip-tools/Makefile Mon Jul 2 00:05:13 2018 (r473691) +++ head/devel/py-pip-tools/Makefile Mon Jul 2 00:47:14 2018 (r473692) @@ -13,6 +13,7 @@ COMMENT= Keep your pinned dependencies fresh LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_mips64= fails to compile: UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 6865: ordinal not in range(128) BROKEN_powerpc64= fails to compile: UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 6865: ordinal not in range(128) BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} Modified: head/devel/smake/Makefile ============================================================================== --- head/devel/smake/Makefile Mon Jul 2 00:05:13 2018 (r473691) +++ head/devel/smake/Makefile Mon Jul 2 00:47:14 2018 (r473692) @@ -14,8 +14,8 @@ LICENSE_COMB= multi LICENSE_FILE_CDDL= ${WRKSRC}/CDDL.Schily.txt BROKEN_i386= fails to compile -NOT_FOR_ARCHS= aarch64 armv6 armv7 -NOT_FOR_ARCHS_REASON= unknown rule to build: ./RULES/arm-freebsd-/nxb-bin/usr/bin/cc.rul +NOT_FOR_ARCHS= aarch64 armv6 armv7 mips mips64 +NOT_FOR_ARCHS_REASON= unknown rule to build: ./RULES/-freebsd-/nxb-bin/usr/bin/cc.rul WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/.a.*//g} Modified: head/devel/thrift/Makefile ============================================================================== --- head/devel/thrift/Makefile Mon Jul 2 00:05:13 2018 (r473691) +++ head/devel/thrift/Makefile Mon Jul 2 00:47:14 2018 (r473692) @@ -12,6 +12,8 @@ COMMENT= Framework for scalable cross-language service LICENSE= APACHE20 +BROKEN_mips= fails to compile: unrecognized command line option "-Wno-c++11-long-long" +BROKEN_mips64= fails to compile: unrecognized command line option "-Wno-c++11-long-long" BROKEN_powerpc64= fails to compile: unrecognized command line option "-Wno-c++11-long-long" USES= autoreconf libtool pkgconfig Modified: head/graphics/gifsicle/Makefile ============================================================================== --- head/graphics/gifsicle/Makefile Mon Jul 2 00:05:13 2018 (r473691) +++ head/graphics/gifsicle/Makefile Mon Jul 2 00:47:14 2018 (r473692) @@ -12,6 +12,9 @@ COMMENT= Manipulates GIF images and animations LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +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' + GNU_CONFIGURE= yes PORTDOCS= NEWS.md README.md Modified: head/graphics/wayland/Makefile ============================================================================== --- head/graphics/wayland/Makefile Mon Jul 2 00:05:13 2018 (r473691) +++ head/graphics/wayland/Makefile Mon Jul 2 00:47:14 2018 (r473692) @@ -12,6 +12,8 @@ COMMENT= Wayland composite "server" LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_mips= fails to compile: tests/test-runner.c:349: undefined reference to prctl +BROKEN_mips64= fails to compile: tests/test-runner.c:349: undefined reference to prctl BROKEN_powerpc64= fails to compile: tests/test-runner.c:349: undefined reference to prctl LIB_DEPENDS= libexpat.so:textproc/expat2 \ Modified: head/net-mgmt/mdata-client/Makefile ============================================================================== --- head/net-mgmt/mdata-client/Makefile Mon Jul 2 00:05:13 2018 (r473691) +++ head/net-mgmt/mdata-client/Makefile Mon Jul 2 00:47:14 2018 (r473692) @@ -10,6 +10,8 @@ COMMENT= Metadata tools for use within guests of the S LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_mips= fails to compile: unrecognized command line option "-Wno-typedef-redefinition" +BROKEN_mips64= fails to compile: unrecognized command line option "-Wno-typedef-redefinition" BROKEN_powerpc64= fails to compile: unrecognized command line option "-Wno-typedef-redefinition" USES= gmake Modified: head/net/haproxy/Makefile ============================================================================== --- head/net/haproxy/Makefile Mon Jul 2 00:05:13 2018 (r473691) +++ head/net/haproxy/Makefile Mon Jul 2 00:47:14 2018 (r473692) @@ -13,6 +13,9 @@ COMMENT= Reliable, high performance TCP/HTTP load bala LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi +BROKEN_mips= fails to build: undefined reference to '__sync_sub_and_fetch_4' +BROKEN_mips64= fails to build: undefined reference to '__sync_sub_and_fetch_4' + CONFLICTS_INSTALL= haproxy-devel-[0-9]* USES= cpe gmake Modified: head/net/p5-Net-AMQP-RabbitMQ/Makefile ============================================================================== --- head/net/p5-Net-AMQP-RabbitMQ/Makefile Mon Jul 2 00:05:13 2018 (r473691) +++ head/net/p5-Net-AMQP-RabbitMQ/Makefile Mon Jul 2 00:47:14 2018 (r473692) @@ -9,6 +9,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= swills@FreeBSD.org COMMENT= Interact with RabbitMQ over AMQP using librabbitmq +NOT_FOR_ARCHS= mips mips64 +NOT_FOR_ARCHS_REASON= Endianness not known + BUILD_DEPENDS= p5-Math-Int64>0.34:math/p5-Math-Int64 RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/security/libtomcrypt/Makefile ============================================================================== --- head/security/libtomcrypt/Makefile Mon Jul 2 00:05:13 2018 (r473691) +++ head/security/libtomcrypt/Makefile Mon Jul 2 00:47:14 2018 (r473692) @@ -14,6 +14,8 @@ COMMENT= Comprehensive, modular, and portable cryptogr LICENSE= PD LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_mips= fails to compile: unrecognized command line option "-Wno-type-limits" +BROKEN_mips64= fails to compile: unrecognized command line option "-Wno-type-limits" BROKEN_powerpc64= fails to compile: unrecognized command line option "-Wno-type-limits" WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} Modified: head/sysutils/p5-Unix-Processors/Makefile ============================================================================== --- head/sysutils/p5-Unix-Processors/Makefile Mon Jul 2 00:05:13 2018 (r473691) +++ head/sysutils/p5-Unix-Processors/Makefile Mon Jul 2 00:47:14 2018 (r473692) @@ -13,6 +13,9 @@ COMMENT= Interface to processor (CPU) information LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +BROKEN_mips= fails to compile: sys/systeminfo.h: No such file or directory +BROKEN_mips64= fails to compile: sys/systeminfo.h: No such file or directory + USES= perl5 USE_PERL5= configure Modified: head/sysutils/runit/Makefile ============================================================================== --- head/sysutils/runit/Makefile Mon Jul 2 00:05:13 2018 (r473691) +++ head/sysutils/runit/Makefile Mon Jul 2 00:47:14 2018 (r473692) @@ -14,6 +14,9 @@ COMMENT= Service supervision tools compatible with DJB LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/package/COPYING +BROKEN_mips= fails to install: runit-init failed +BROKEN_mips64= fails to install: runit-init failed + USE_RC_SUBR= runsvdir WRKSRC= ${WRKDIR}/admin/${DISTNAME} Modified: head/sysutils/watchman/Makefile ============================================================================== --- head/sysutils/watchman/Makefile Mon Jul 2 00:05:13 2018 (r473691) +++ head/sysutils/watchman/Makefile Mon Jul 2 00:47:14 2018 (r473692) @@ -11,6 +11,9 @@ COMMENT= File alteration monitoring service LICENSE= APACHE20 +BROKEN_mips= fails to build: watchman.h:169: undefined reference to '__sync_add_and_fetch_8' +BROKEN_mips64= fails to build: watchman.h:169: undefined reference to '__sync_add_and_fetch_8' + USE_GITHUB= yes GH_ACCOUNT= facebook