From owner-freebsd-multimedia@FreeBSD.ORG Tue Jun 20 15:51:57 2006 Return-Path: X-Original-To: multimedia@freebsd.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6CD916A47A for ; Tue, 20 Jun 2006 15:51:57 +0000 (UTC) (envelope-from buhnux@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id E388043D48 for ; Tue, 20 Jun 2006 15:51:56 +0000 (GMT) (envelope-from buhnux@gmail.com) Received: by py-out-1112.google.com with SMTP id x66so1686692pye for ; Tue, 20 Jun 2006 08:51:56 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=Q39B/x42S1hX9tt9lkTwdufhmys0OCvqzPQZc0njmiWGjCMPYUsO2tC5UNXrFyF66kAFwJzeemY5EL1x87BAUgtDky27gU+Ao3GFii+kRWHHre37hGoW9er4hCykSEdcaIPftXhoTY4BLF3lNLrnpGwWR+2IXbjdwiqMuSKjvT4= Received: by 10.35.18.18 with SMTP id v18mr9902499pyi; Tue, 20 Jun 2006 08:50:11 -0700 (PDT) Received: by 10.35.87.15 with HTTP; Tue, 20 Jun 2006 08:50:11 -0700 (PDT) Message-ID: Date: Tue, 20 Jun 2006 11:50:11 -0400 From: "michael johnson" Sender: buhnux@gmail.com To: "Mark Linimon" In-Reply-To: <20060620083151.GC9929@soaustin.net> MIME-Version: 1.0 References: <20060620083151.GC9929@soaustin.net> X-Google-Sender-Auth: d1e3b34763beb066 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: kde@freebsd.org, ade@freebsd.org, linimon@freebsd.org, knu@freebsd.org, multimedia@freebsd.org, gnome@freebsd.org, ale@freebsd.org, edwin@freebsd.org Subject: Re: ports/92445: [patch] change all bogus uses of BROKEN to IGNORE X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jun 2006 15:51:57 -0000 On 6/20/06, Mark Linimon wrote: > > I am including each of you because you are the maintainer of a part of > bsd.*.mk that will be touched by this patch. > > This patch will once and for all get rid of the misnomer BROKEN in cases > where IGNORE is truly called for; that is, ports that cannot be installed > due to incompatabilities. Finally, BROKEN will be reserved for ports that > _should_ install correctly but are suspected not to at the present time. > > In practice, several of the BROKEN_WITH already set IGNORE internally, > so their names are no longer correct in any case. > > BROKEN_WITH will remain, for now, an alias for IGNORE_WITH, for backwards > compatibility, but its use will be deprecated. > Please let me know of any feedback you have. I am intending to try this > one in the next -exp run. no objections from me for bsd.gnome.mk or bsd.gstreamer.mk. Michael mcl >