From owner-freebsd-ports@FreeBSD.ORG Tue Aug 31 17:17:36 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E9C5E10656B3; Tue, 31 Aug 2010 17:17:36 +0000 (UTC) (envelope-from ade@freebsd.org) Received: from panix.lovett.com (panix.lovett.com [166.84.7.128]) by mx1.freebsd.org (Postfix) with ESMTP id C137A8FC0A; Tue, 31 Aug 2010 17:17:36 +0000 (UTC) Received: from cpe-66-68-128-204.austin.res.rr.com ([66.68.128.204] helo=[172.16.32.100]) by panix.lovett.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.72 (FreeBSD)) (envelope-from ) id 1OqUSl-0003kk-MY; Tue, 31 Aug 2010 17:17:35 +0000 Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=us-ascii From: Ade Lovett In-Reply-To: Date: Tue, 31 Aug 2010 12:17:24 -0500 Content-Transfer-Encoding: quoted-printable Message-Id: References: To: Garrett Cooper X-Mailer: Apple Mail (2.1081) Cc: ports , bug-followup@freebsd.org Subject: Re: ports/146754: [patch] new port: add devel/atf framework to ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Aug 2010 17:17:37 -0000 On Aug 29, 2010, at 20:00 , Garrett Cooper wrote: > Found the reference. The stuff that gets installed under > ${PREFIX}/tests (to some degree) are actually executables > ($(execdir)), and some are data files ($(datarootdir)). Woo. Lots of fun there. :) As much as I hate committing a port that has known issues (in this case = hier(7) breakage), I can certainly see the value in having it in the = tree. So. Here's the deal. I'll go ahead and commit it, adding a note that = it currently isn't hier(7) safe (just a note, not an = IGNORE/BROKEN/whatever). However, if in 6 months, or two version jumps, whichever comes first, it = is still not heir(7) safe, then I _will_ mark it BROKEN. Unless anyone else can thing of an utter show-stopper, this would seem = to be the best compromise. -aDe