From owner-svn-ports-all@freebsd.org Sat Oct 13 15:53:57 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 CCD5510CE6D0; Sat, 13 Oct 2018 15:53:57 +0000 (UTC) (envelope-from riggs@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 82E2F801A6; Sat, 13 Oct 2018 15:53:57 +0000 (UTC) (envelope-from riggs@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 7DB29110A7; Sat, 13 Oct 2018 15:53:57 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9DFrvqU052461; Sat, 13 Oct 2018 15:53:57 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9DFrvGI052460; Sat, 13 Oct 2018 15:53:57 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201810131553.w9DFrvGI052460@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 13 Oct 2018 15:53:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481992 - head/audio/jack X-SVN-Group: ports-head X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: head/audio/jack X-SVN-Commit-Revision: 481992 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.27 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, 13 Oct 2018 15:53:58 -0000 Author: riggs Date: Sat Oct 13 15:53:56 2018 New Revision: 481992 URL: https://svnweb.freebsd.org/changeset/ports/481992 Log: Fix build on powerpc64 PR: 231834 Submitted by: pkubaj@anongoth.pl MFH: 2018Q4 (build fix blanket) Modified: head/audio/jack/Makefile Modified: head/audio/jack/Makefile ============================================================================== --- head/audio/jack/Makefile Sat Oct 13 15:38:08 2018 (r481991) +++ head/audio/jack/Makefile Sat Oct 13 15:53:56 2018 (r481992) @@ -14,13 +14,12 @@ LICENSE_COMB= multi BROKEN_mips= fails to link: undefined reference to '__sync_add_and_fetch_4' BROKEN_mips64= fails to link: undefined reference to '__sync_add_and_fetch_4' -BROKEN_powerpc64= fails to build: Unrecognized opcode: 'sldi' LIB_DEPENDS= libsndfile.so:audio/libsndfile \ libsamplerate.so:audio/libsamplerate \ libcelt0.so:audio/celt -USES= autoreconf gmake pathfix pkgconfig libtool localbase bdb +USES= autoreconf compiler:c11 gmake pathfix pkgconfig libtool localbase bdb USE_GITHUB= yes GH_ACCOUNT= jackaudio GH_PROJECT= jack1