From owner-freebsd-x11@freebsd.org Mon Jul 2 00:48:57 2018 Return-Path: Delivered-To: freebsd-x11@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 C6D2AFF55B7 for ; Mon, 2 Jul 2018 00:48:57 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 6235286FAE for ; Mon, 2 Jul 2018 00:48:57 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: by mailman.ysv.freebsd.org (Postfix) id 17F24FF55AC; Mon, 2 Jul 2018 00:48:57 +0000 (UTC) Delivered-To: x11@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 CD5D9FF55AB for ; Mon, 2 Jul 2018 00:48:56 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [18.222.6.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.soaustin.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5C41786FA3; Mon, 2 Jul 2018 00:48:56 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from lonesome.com (unknown [18.188.142.31]) by mail.soaustin.net (Postfix) with ESMTPSA id 4529F24935; Mon, 2 Jul 2018 00:48:55 +0000 (UTC) Date: Mon, 2 Jul 2018 00:48:54 +0000 From: Mark Linimon To: crees@FreeBSD.org, danilo@FreeBSD.org, demon@FreeBSD.org, gahr@FreeBSD.org, jadawin@FreeBSD.org, komarov@valerka.net, linpct@gmail.com, sunpoet@FreeBSD.org, swills@FreeBSD.org, wg@FreeBSD.org, x11@FreeBSD.org Cc: linimon@FreeBSD.org Subject: [linimon@FreeBSD.org: 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...] Message-ID: <20180702004853.GA32192@lonesome.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-Mailman-Approved-At: Mon, 02 Jul 2018 02:23:34 +0000 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jul 2018 00:48:58 -0000 FYI. You do not need to take any action. mcl biology/iolib danilo@FreeBSD.org databases/memcached swills@FreeBSD.org devel/py-libzfs wg@FreeBSD.org devel/py-pip-tools sunpoet@FreeBSD.org devel/thrift komarov@valerka.net graphics/wayland x11@FreeBSD.org net-mgmt/mdata-client swills@FreeBSD.org net/haproxy demon@FreeBSD.org net/p5-Net-AMQP-RabbitMQ swills@FreeBSD.org security/libtomcrypt gahr@FreeBSD.org sysutils/p5-Unix-Processors jadawin@FreeBSD.org sysutils/runit crees@FreeBSD.org sysutils/watchman linpct@gmail.com ----- Forwarded message from Mark Linimon ----- Date: Mon, 2 Jul 2018 00:47:14 +0000 (UTC) From: Mark Linimon 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... 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 ----- End forwarded message -----