From owner-svn-ports-all@freebsd.org Sat Oct 27 16:47:14 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 9C43A10CC0AB; Sat, 27 Oct 2018 16:47:14 +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 4A73B71868; Sat, 27 Oct 2018 16:47: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1F99A12F53; Sat, 27 Oct 2018 16:47: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 w9RGlDXA008441; Sat, 27 Oct 2018 16:47:13 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9RGlDe9008440; Sat, 27 Oct 2018 16:47:13 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201810271647.w9RGlDe9008440@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Sat, 27 Oct 2018 16:47:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483148 - head/net/openvswitch X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/net/openvswitch X-SVN-Commit-Revision: 483148 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.29 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: Sat, 27 Oct 2018 16:47:14 -0000 Author: linimon Date: Sat Oct 27 16:47:13 2018 New Revision: 483148 URL: https://svnweb.freebsd.org/changeset/ports/483148 Log: Apparently now builds on powerpc64. PR: 232105 Submitted by: Piotr Kubaj Modified: head/net/openvswitch/Makefile Modified: head/net/openvswitch/Makefile ============================================================================== --- head/net/openvswitch/Makefile Sat Oct 27 16:31:51 2018 (r483147) +++ head/net/openvswitch/Makefile Sat Oct 27 16:47:13 2018 (r483148) @@ -12,7 +12,6 @@ COMMENT= Production quality, multilayer virtual switch LICENSE= APACHE20 BROKEN_mips64= fails to compile: ofp-actions.h:486: flexible array member in otherwise empty struct -BROKEN_powerpc64= fails to compile: bfd.c: internal compiler error: in extract_insn, at recog.c BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}