From owner-freebsd-erlang@freebsd.org Fri Jun 8 03:19:22 2018 Return-Path: Delivered-To: freebsd-erlang@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 B5F9F100DB5E for ; Fri, 8 Jun 2018 03:19:22 +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 5882A6EE7F for ; Fri, 8 Jun 2018 03:19:22 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: by mailman.ysv.freebsd.org (Postfix) id 1B4F8100DB5D; Fri, 8 Jun 2018 03:19:22 +0000 (UTC) Delivered-To: erlang@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 086CC100DB5C for ; Fri, 8 Jun 2018 03:19:22 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (unknown [IPv6:2600:1f16:6b8:ad30:f118:582f:796c:91b3]) (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 ABD096EE7D; Fri, 8 Jun 2018 03:19:21 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from lonesome.com (unknown [18.188.142.31]) by mail.soaustin.net (Postfix) with ESMTPSA id 36FFB24947; Fri, 8 Jun 2018 03:19:21 +0000 (UTC) Date: Fri, 8 Jun 2018 03:19:20 +0000 From: Mark Linimon To: erlang@FreeBSD.org Cc: linimon@FreeBSD.org Subject: [linimon@FreeBSD.org: svn commit: r471974 - head/net/rabbitmq] Message-ID: <20180608031919.GA21757@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-BeenThere: freebsd-erlang@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: Support of Erlang-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jun 2018 03:19:22 -0000 FYI. You do not need to take any action. mcl ----- Forwarded message from Mark Linimon ----- Date: Fri, 8 Jun 2018 03:18:12 +0000 (UTC) From: Mark Linimon To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471974 - head/net/rabbitmq Author: linimon Date: Fri Jun 8 03:18:12 2018 New Revision: 471974 URL: https://svnweb.freebsd.org/changeset/ports/471974 Log: Mark as broken on powerpc64. Approved by: portmgr (tier-2 blanket) Modified: head/net/rabbitmq/Makefile Modified: head/net/rabbitmq/Makefile ============================================================================== --- head/net/rabbitmq/Makefile Fri Jun 8 03:02:32 2018 (r471973) +++ head/net/rabbitmq/Makefile Fri Jun 8 03:18:12 2018 (r471974) @@ -13,6 +13,8 @@ COMMENT= RabbitMQ is an implementation of AMQP LICENSE= MPL11 LICENSE_FILE= ${WRKSRC}/LICENSE-MPL-RabbitMQ +BROKEN_powerpc64= fails to build: (ArgumentError) argument error + BUILD_DEPENDS= erlang-runtime19>=19.3:lang/erlang-runtime19 \ elixir:lang/elixir \ ${PYTHON_PKGNAMEPREFIX}simplejson>=2.0:devel/py-simplejson@${PY_FLAVOR} \ ----- End forwarded message -----