From owner-freebsd-questions@FreeBSD.ORG Tue Oct 9 13:43:45 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2DF7816A41A for ; Tue, 9 Oct 2007 13:43:43 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from ns1.jnielsen.net (ns1.jnielsen.net [69.55.238.237]) by mx1.freebsd.org (Postfix) with ESMTP id 4904713C45B for ; Tue, 9 Oct 2007 13:43:43 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from ns1.jnielsen.net (jn@ns1 [69.55.238.237]) by ns1.jnielsen.net (8.12.9p2/8.12.9) with ESMTP id l99DhTAU008909; Tue, 9 Oct 2007 09:43:32 -0400 (EDT) (envelope-from lists@jnielsen.net) Received: (from www@localhost) by ns1.jnielsen.net (8.12.9p2/8.12.9/Submit) id l99DhTc2008908; Tue, 9 Oct 2007 09:43:29 -0400 (EDT) (envelope-from lists@jnielsen.net) X-Authentication-Warning: ns1.jnielsen.net: www set sender to lists@jnielsen.net using -f Received: from nc-2wac-zop05.wachovia.com (nc-2wac-zop05.wachovia.com [162.111.235.16]) by newwebmail.jnielsen.net (Horde MIME library) with HTTP; Tue, 09 Oct 2007 09:43:29 -0400 Message-ID: <20071009094329.e30ipz6f4wk08gw8@newwebmail.jnielsen.net> Date: Tue, 09 Oct 2007 09:43:29 -0400 From: John Nielsen To: Johan Hendriks References: <200710091502.28798.pieter@degoeje.nl> <57200BF94E69E54880C9BB1AF714BBCB19BDA5@w2003s01.double-l.local> In-Reply-To: <57200BF94E69E54880C9BB1AF714BBCB19BDA5@w2003s01.double-l.local> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.0.4) / FreeBSD-4.9 X-Virus-Scanned: ClamAV version 0.88.4, clamav-milter version 0.88.4 on ns1.jnielsen.net X-Virus-Status: Clean Cc: Pieter de Goeje , freebsd-questions@freebsd.org Subject: RE: setting up a cvsup mirror X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Oct 2007 13:43:45 -0000 Quoting Johan Hendriks : >>> I want to setup a local cvsup mirror on my local machine (someone > told >>> me if you do it right you don't need to hand apply uncommitted >>> patches).... what do I need to do this? >> Google, 3rd hit: >> http://www.onlamp.com/pub/a/bsd/2001/08/30/Big_Scary_Daemons.html > >> Cheers, >> Pieter de Goeje > _ > I can not install the port on Current. > It errors out with the following message: > > ===> cvsup-mirror-1.3_6 is an interactive port. > *** Error code 1 > > Stop in /usr/ports/net/cvsup-mirror. > > Do I need to set something in /etc/make.conf? > I have installed the cvsup-without-gui port Un-define BATCH, perhaps? JN