From owner-cvs-all@FreeBSD.ORG Fri Feb 2 18:52:21 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5EE6F16A403; Fri, 2 Feb 2007 18:52:21 +0000 (UTC) (envelope-from davidt@yadt.co.uk) Received: from outcold.yadt.co.uk (outcold.yadt.co.uk [81.187.204.178]) by mx1.freebsd.org (Postfix) with ESMTP id 07EDC13C48D; Fri, 2 Feb 2007 18:52:20 +0000 (UTC) (envelope-from davidt@yadt.co.uk) Received: from localhost (localhost [127.0.0.1]) by outcold.yadt.co.uk (Postfix) with ESMTP id 095DC1DD42E; Fri, 2 Feb 2007 18:19:14 +0000 (GMT) X-Virus-Scanned: amavisd-new at yadt.co.uk Received: from outcold.yadt.co.uk ([127.0.0.1]) by localhost (outcold.yadt.co.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JJig4qNiELTL; Fri, 2 Feb 2007 18:18:59 +0000 (GMT) Received: by outcold.yadt.co.uk (Postfix, from userid 1001) id 9A1CC1DD4DE; Fri, 2 Feb 2007 18:18:59 +0000 (GMT) Date: Fri, 2 Feb 2007 18:18:59 +0000 From: David Taylor To: Luigi Rizzo Message-ID: <20070202181859.GA56683@outcold.yadt.co.uk> Mail-Followup-To: Luigi Rizzo , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org References: <200702021808.l12I8KBY073193@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <200702021808.l12I8KBY073193@repoman.freebsd.org> User-Agent: Mutt/1.4.2.2i Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel/linux-kmod-compat Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Feb 2007 18:52:21 -0000 On Fri, 02 Feb 2007, Luigi Rizzo wrote: > luigi 2007-02-02 18:08:20 UTC > > FreeBSD ports repository > > Added files: > devel/linux-kmod-compat Makefile distinfo pkg-descr pkg-plist > Log: > Add new port for linux-kmod-compat - emulation layer to build > linux device drivers as FreeBSD kld modules. Details at [snip description of a useful-sounding new port] > > Revision Changes Path > 1.1 +53 -0 ports/devel/linux-kmod-compat/Makefile (new) > 1.1 +3 -0 ports/devel/linux-kmod-compat/distinfo (new) > 1.1 +12 -0 ports/devel/linux-kmod-compat/pkg-descr (new) > 1.1 +6 -0 ports/devel/linux-kmod-compat/pkg-plist (new) As well as adding this to ports/devel/Makefile (as you've done), shouldn't it get an entry in CVSROOT/modules? Not that I'm entirely sure what the purpose of that entry is, but every other port I've seen get committed has been given one... -- David Taylor