[[email protected]: 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...]
Mark Linimon <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]> |
FYI. You do not need to take any action. mcl biology/iolib [email protected] databases/memcached [email protected] devel/py-libzfs [email protected] devel/py-pip-tools [email protected] devel/thrift [email protected] graphics/wayland [email protected] net-mgmt/mdata-client [email protected] net/haproxy [email protected] net/p5-Net-AMQP-RabbitMQ [email protected] security/libtomcrypt [email protected] sysutils/p5-Unix-Processors [email protected] sysutils/runit [email protected] sysutils/watchman [email protected] ----- Forwarded message from Mark Linimon <[email protected]> ----- Date: Mon, 2 Jul 2018 00:47:14 +0000 (UTC) From: Mark Linimon <[email protected]> To: [email protected], [email protected], [email protected] 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/<arch>-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= [email protected] 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 ----- _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-x11 To unsubscribe, send any mail to "[email protected]"