From owner-freebsd-ports@FreeBSD.ORG Thu Nov 10 20:10:57 2005 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47BE516A41F for ; Thu, 10 Nov 2005 20:10:57 +0000 (GMT) (envelope-from graveltech@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71D8543D45 for ; Thu, 10 Nov 2005 20:10:56 +0000 (GMT) (envelope-from graveltech@gmail.com) Received: by zproxy.gmail.com with SMTP id 9so20628nzo for ; Thu, 10 Nov 2005 12:10:55 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=lJiMdQFG+a+lt1OPPvFXEKMIGdhkIetgHfYomonCGid283myc61Q8PcuctCuoCzMC9Uz4uJsv483anl4+beymVIV+6AoJDxZrjPILf7cDqVjlrry8GctLxkG+OqccBuHnjOpPHN7uBhmZ6V9EsK1zzxuQri//UI3rb1ZWZMgWkk= Received: by 10.37.18.77 with SMTP id v77mr767529nzi; Thu, 10 Nov 2005 12:10:55 -0800 (PST) Received: by 10.36.145.10 with HTTP; Thu, 10 Nov 2005 12:10:55 -0800 (PST) Message-ID: Date: Thu, 10 Nov 2005 12:10:55 -0800 From: andrew morton Sender: graveltech@gmail.com To: ports@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: Subject: Handling multiple subdirectories of examples in a port 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: Thu, 10 Nov 2005 20:10:57 -0000 Hi, I'm working on updating the devel/cxxtest port and I've run into a small problem. The new release has added some sub-directory to the examples, i.e: sample/* sample/gui/* sample/gui/mock/* and sample/gui/mock/T/* The current makefile puts them all into one examples directory. For the last release it wasn't a problem but now there are multiple example mixing. I'm hoping you offer some advise on how to replicate the examples directory structure. Thanks, andrew