From owner-freebsd-ports@FreeBSD.ORG Wed May 21 23:48:42 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 814D91065672 for ; Wed, 21 May 2008 23:48:42 +0000 (UTC) (envelope-from mspitzer@gmail.com) Received: from el-out-1112.google.com (el-out-1112.google.com [209.85.162.182]) by mx1.freebsd.org (Postfix) with ESMTP id 40D658FC16 for ; Wed, 21 May 2008 23:48:42 +0000 (UTC) (envelope-from mspitzer@gmail.com) Received: by el-out-1112.google.com with SMTP id m34so942263ele.13 for ; Wed, 21 May 2008 16:48:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=JZErFOK6YMiEj2l9xbiiWbi29eHqAnqk1TuGvb+Lksc=; b=GfQ6ucYgUBynwLPP0pGMvFnTDigbb8KKSrRZp36LEbmcsJP8DAH2+5gmx3DLlfyTiCyOAutiHuvWR2KWOtsCBrWlsIJ29EwgIIyBmllCqYsefXLOCNsCktrN95DAxLASDHkLoJhOtPi/uF37XOt13bKd/jbxrFlnuwWqCM5a2kE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ZIWoTNIYLalJ9aQpItxleqwzj5jJQ6iHJPLN+pCwVhFulmBQq9NCVa82Rs3zgrYns0BybKRfFB0RY5x/z6N/y+A9FhSunBZJQqK4iB2fx6uKM4GfaYswNz7lU3+nsBKy1RpnaO67G1azSDX5TVRlFAeItZ/iAd8dnY68MLzZb+E= Received: by 10.142.194.4 with SMTP id r4mr4133054wff.265.1211413720750; Wed, 21 May 2008 16:48:40 -0700 (PDT) Received: by 10.143.123.5 with HTTP; Wed, 21 May 2008 16:48:40 -0700 (PDT) Message-ID: <8c50a3c30805211648t42957785ocf87fb2558acb976@mail.gmail.com> Date: Wed, 21 May 2008 19:48:40 -0400 From: "Marc Spitzer" To: "Brooks Davis" In-Reply-To: <20080519013135.GA12308@lor.one-eyed-alien.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <8c50a3c30805181720w113c309bv62e699c7dadb9253@mail.gmail.com> <20080519013135.GA12308@lor.one-eyed-alien.net> Cc: freebsd-ports@freebsd.org Subject: Re: hier 7 question 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: Wed, 21 May 2008 23:48:42 -0000 On Sun, May 18, 2008 at 9:31 PM, Brooks Davis wrote: > On Sun, May 18, 2008 at 08:20:03PM -0400, Marc Spitzer wrote: >> Hello, >> >> I am porting ATF, http://www.netbsd.org/~jmmv/atf/, a unit testing >> framework for C, C++ and Shell. The thing is is that it installs a >> bunch of self tests in ${PREFIX}/tests/atf. Is this the right place >> for it? From Hier(7) binaries should not go under share/. Otherwise >> I think it is done. Personally I think the tests/port could be a >> handy thing to have. What is your opinion/advice on this? > > libexec/ seems like it might be the right place. > Forgive me for an ignorant question but assuming I can not figure out how to add a knob onto the configure script, what would be the proper way to move the files under libexec? I could just move ${PREFIX}/test to ${PREFIX}/libexec but that seems extra hackish. I do not want a solution but a pointer would be nice. Thanks, marc -- Freedom is nothing but a chance to be better. Albert Camus