From owner-svn-ports-head@FreeBSD.ORG Mon Jul 28 02:45:19 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 8E23BB6E; Mon, 28 Jul 2014 02:45:19 +0000 (UTC) Date: Mon, 28 Jul 2014 02:45:19 +0000 From: Alexey Dokuchaev To: John Marino Subject: Re: svn commit: r363061 - head/emulators/tpm-emulator Message-ID: <20140728024519.GA80194@FreeBSD.org> References: <201407271328.s6RDS1Uc006671@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201407271328.s6RDS1Uc006671@svn.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2014 02:45:19 -0000 On Sun, Jul 27, 2014 at 01:28:01PM +0000, John Marino wrote: > New Revision: 363061 > URL: http://svnweb.freebsd.org/changeset/ports/363061 > QAT: https://qat.redports.org/buildarchive/r363061/ > > While here, simplify powerpc breakage, remove reference to BERLIOS > > -.if ${ARCH} == "powerpc" > -BROKEN= Does not compile on powerpc > -.endif > +BROKEN_powerpc= Does not compile on powerpc It builds fine here on 10.0; do you have somewhat recent build failure log? I've noticed that many ports were marked as broken on tier2 arches a while ago (when they indeed were broken), but then no one bothered to recheck if it is still true. Back in Kris' times, he used to rip bogus BROKEN knobs, but this tradition is long lost in FreeBSD, unfortunately. ./danfe