From owner-svn-ports-all@freebsd.org Thu Jan 18 09:52:05 2018 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 672DFEC1633; Thu, 18 Jan 2018 09:52:05 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4878F83845; Thu, 18 Jan 2018 09:52:05 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 9A383108A1; Thu, 18 Jan 2018 09:52:04 +0000 (UTC) Date: Thu, 18 Jan 2018 09:52:04 +0000 From: Alexey Dokuchaev To: Dirk Meyer Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r459319 - in head: emulators/frodo multimedia/sabbu net-im/licq sysutils/zidrav Message-ID: <20180118095204.GB13682@FreeBSD.org> References: <201801180948.w0I9mmVN008510@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201801180948.w0I9mmVN008510@repo.freebsd.org> User-Agent: Mutt/1.9.2 (2017-12-15) 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: Thu, 18 Jan 2018 09:52:05 -0000 On Thu, Jan 18, 2018 at 09:48:48AM +0000, Dirk Meyer wrote: > New Revision: 459319 > URL: https://svnweb.freebsd.org/changeset/ports/459319 > > Log: > - set BROKEN for FreeBSD-12 > > Modified: > head/emulators/frodo/Makefile > head/multimedia/sabbu/Makefile > head/net-im/licq/Makefile > head/sysutils/zidrav/Makefile > > Modified: head/emulators/frodo/Makefile > ============================================================================== > --- head/emulators/frodo/Makefile Thu Jan 18 09:43:38 2018 (r459318) > +++ head/emulators/frodo/Makefile Thu Jan 18 09:48:48 2018 (r459319) > @@ -10,6 +10,8 @@ DISTNAME= FrodoV4_1b.Src > MAINTAINER= dinoex@FreeBSD.org > COMMENT= Emulates a Commodore 64 > > +BROKEN_FreeBSD_12= Regression C++ Sorry, I don't think anyone would be able to understand what does it mean (apart from it being grammatically incorrect). Would you please supply a sensible message that tells something about the nature of the breakage? Take a look at BROKEN_* messages provided by linimon@ for tier-2 architectures breakages. ./danfe