From owner-svn-ports-all@freebsd.org Sun Feb 11 08:16:32 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 85611F217A9; Sun, 11 Feb 2018 08:16:32 +0000 (UTC) (envelope-from jbeich@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 3A0716B502; Sun, 11 Feb 2018 08:16:32 +0000 (UTC) (envelope-from jbeich@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 3505920489; Sun, 11 Feb 2018 08:16:32 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1B8GWIB065289; Sun, 11 Feb 2018 08:16:32 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1B8GWU6065288; Sun, 11 Feb 2018 08:16:32 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201802110816.w1B8GWU6065288@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 11 Feb 2018 08:16:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461468 - head/misc/sword X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/misc/sword X-SVN-Commit-Revision: 461468 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.25 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: Sun, 11 Feb 2018 08:16:32 -0000 Author: jbeich Date: Sun Feb 11 08:16:31 2018 New Revision: 461468 URL: https://svnweb.freebsd.org/changeset/ports/461468 Log: misc/sword: lift BROKEN_powerpc64 after r461290 PR: 215770 Modified: head/misc/sword/Makefile (contents, props changed) Modified: head/misc/sword/Makefile ============================================================================== --- head/misc/sword/Makefile Sun Feb 11 08:16:22 2018 (r461467) +++ head/misc/sword/Makefile Sun Feb 11 08:16:31 2018 (r461468) @@ -20,8 +20,6 @@ BUILD_DEPENDS+= clang38:lang/clang38 CC= clang38 CXX= clang++38 -BROKEN_powerpc64= does not compile: libicui18n.so: undefined reference to __cxa_throw_bad_array_new_length - GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-conf --with-zlib INSTALL_TARGET= install-strip