From owner-svn-ports-all@FreeBSD.ORG Fri Jan 16 04:30:56 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 699D52E1; Fri, 16 Jan 2015 04:30:56 +0000 (UTC) Date: Fri, 16 Jan 2015 04:30:56 +0000 From: Alexey Dokuchaev To: Alex Kozlov Subject: Re: svn commit: r377141 - in head: audio/zinf devel/asl devel/judy devel/st graphics/ayam graphics/gtkdps misc/localedata multimedia/bsdbktr_tvtune multimedia/vcdgear multimedia/xawtv security/john sec... Message-ID: <20150116043056.GA19933@FreeBSD.org> References: <201501152000.t0FK0AkP068953@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201501152000.t0FK0AkP068953@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-all@freebsd.org X-Mailman-Version: 2.1.18-1 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: Fri, 16 Jan 2015 04:30:56 -0000 On Thu, Jan 15, 2015 at 08:00:10PM +0000, Alex Kozlov wrote: > New Revision: 377141 > URL: https://svnweb.freebsd.org/changeset/ports/377141 > QAT: https://qat.redports.org/buildarchive/r377141/ > > Log: > - Remove vestiges of alpha support > > Thanks for doing this (was on my list for months). > [...] > Modified: head/misc/localedata/Makefile > ============================================================================== > --- head/misc/localedata/Makefile Thu Jan 15 19:54:16 2015 (r377140) > +++ head/misc/localedata/Makefile Thu Jan 15 20:00:09 2015 (r377141) > @@ -13,7 +13,7 @@ COMMENT= Legacy locale data for FreeBSD > USES= tar:bzip2 > NO_BUILD= yes > > -ONLY_FOR_ARCHS= amd64 alpha ia64 i386 pc98 sparc64 > +ONLY_FOR_ARCHS= amd64 ia64 i386 pc98 sparc64 Looks like it builds almost everywhere. I will test on PowerPC, it would be nice if someone tested it on ARM and MIPS to be extra sure. ./danfe