From owner-freebsd-questions@FreeBSD.ORG Wed Mar 2 03:15:01 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD1E516A4CE for ; Wed, 2 Mar 2005 03:15:01 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 381D343D5A for ; Wed, 2 Mar 2005 03:15:01 +0000 (GMT) (envelope-from singh.madhusudan@gmail.com) Received: by wproxy.gmail.com with SMTP id 70so31447wra for ; Tue, 01 Mar 2005 19:15:00 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=oLs0RxLdoMlqnf3ng/3BkCLpPu97Nh/+jv7zN5jjmHldPItyFHDvEn956Uu9oGgQ7/D4isjazpJSDFkgvthVB+gD9wZEL9Goj2k9kjzrqW/n2+ZRZTKV9RXZQ1wWFQgf9IDim9JzKbgkC/GyaqnBjNULHwMIljPjLyKP8fcmoTs= Received: by 10.54.5.62 with SMTP id 62mr31778wre; Tue, 01 Mar 2005 19:15:00 -0800 (PST) Received: from ?192.168.1.2? ([24.60.144.26]) by smtp.gmail.com with ESMTP id 65sm83337wra.2005.03.01.19.14.59; Tue, 01 Mar 2005 19:15:00 -0800 (PST) From: Madhusudan Singh To: freebsd-questions@freebsd.org Date: Tue, 1 Mar 2005 22:15:05 -0500 User-Agent: KMail/1.7.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200503012215.06104.singh.madhusudan@gmail.com> Subject: Question about cvsup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Mar 2005 03:15:01 -0000 Hi I am new to FreeBSD and trying to use CVSup after someone suggested it to me on comp.unix.misc.bsd.freebsd. My supfile : *default tag=. *default host=cvsup.FreeBSD.org *default prefix=/usr *default base=/var/db *default release=cvs delete use-rel-suffix compress ports-all release=cvs I ran cvsup and upgraded the ports that came with FreeBSD 5.3-RELEASE. Now when I try to install some zope products, I get broken dependencies, and in some case (more odd IMO) syntax errors (misplaced return statements) that get ignored and the product installs, seemingly without any problems. Was I wrong to use tag=. above ? If so, should I use RELENG_5_3 to ensure that things don't break like this ? The server in question is supposed to run a plone based website, and stability is important. Thanks. PS : Prior to settling on FreeBSD, I dallied for a while with OpenBSD where matching the ports version with the release version was paramount, a constraint that seems absent here. Or am I making a blunder here ? :)