From owner-svn-ports-all@freebsd.org Sun May 14 07:21:41 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2136BD6C972; Sun, 14 May 2017 07:21:41 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [192.108.105.60]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.soaustin.net", Issuer "StartCom Class 2 IV Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 057B514B2; Sun, 14 May 2017 07:21:40 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from lonesome.com (bones.soaustin.net [192.108.105.22]) by mail.soaustin.net (Postfix) with ESMTPSA id 28ED812CA; Sun, 14 May 2017 02:21:39 -0500 (CDT) Date: Sun, 14 May 2017 02:21:38 -0500 From: Mark Linimon To: Jan Beich Cc: Mark Linimon , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r439905 - in head: audio/gnomoradio audio/musicpd audio/umurmur biology/crux biology/seqan-apps cad/alliance editors/texstudio emulators/catapult emulators/dtcyber emulators/pearpc emul... Message-ID: <20170514072137.GA14986@lonesome.com> References: <201705011924.v41JO13o022845@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 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, 14 May 2017 07:21:41 -0000 On Sun, May 07, 2017 at 08:11:38PM +0200, Jan Beich wrote: > Mark Linimon writes: > > > Modified: head/audio/gnomoradio/Makefile > > Don't add BROKEN_ for generic bustage affecting all architectures. This was taken care of by a later commit by portmgr. > > +BROKEN_aarch64= fails to compile: fatal error: byteswap.h file not found > > +BROKEN_armv6= fails to compile: fatal error: byteswap.h file not found > > Instead of copy-pasting obvious "fails to compile" include the affected file. I will do that for future commits. mcl