From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 02:04:07 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 093F116A420 for ; Wed, 21 Dec 2005 02:04:07 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from nic.ach.sch.gr (nic.sch.gr [194.63.238.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEEEF43D5D for ; Wed, 21 Dec 2005 02:04:00 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: (qmail 9283 invoked by uid 207); 21 Dec 2005 02:03:57 -0000 Received: from keramida@ceid.upatras.gr by nic by uid 201 with qmail-scanner-1.21 (sophie: 3.04/2.30/3.97. Clear:RC:1(81.186.70.18):. Processed in 0.092434 secs); 21 Dec 2005 02:03:57 -0000 Received: from dialup18.ach.sch.gr (HELO flame.pc) ([81.186.70.18]) (envelope-sender ) by nic.sch.gr (qmail-ldap-1.03) with SMTP for ; 21 Dec 2005 02:03:56 -0000 Received: by flame.pc (Postfix, from userid 1001) id 1E144116E6; Wed, 21 Dec 2005 04:00:10 +0200 (EET) Date: Wed, 21 Dec 2005 04:00:10 +0200 From: Giorgos Keramidas To: "Jeff D. Hamann" , users@subversion.tigris.org, freebsd-questions@freebsd.org Message-ID: <20051221020009.GA1088@flame.pc> References: <000d01c6052e$f0d715e0$0a00a8c0@mothra> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: Subject: Re: getting an old server up to scratch... 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: Wed, 21 Dec 2005 02:04:07 -0000 On 2005-12-20 19:23, Nikolas Britton wrote: >On 12/20/05, Jeff D. Hamann wrote: >> I've been trying to build a new server and I've gotten to stage where I can >> start moving some of the data over from the old server. In the process I've >> decided to move my version control software from cvs to svn and have been >> using svn nicely now for some time. My old machine is a FreeBSD 4.4 machine >> and the ports trees simply doesn't work anymore. I only get: >> >> stimpy# cd /usr/ports/devel/cvs2svn >> stimpy# make install >> "/usr/ports/Mk/bsd.port.mk", line 4942: Malformed conditional >> (defined(USE_RCORDER) || defined(USE_RC_SUBR) && ${USE_RC_SUBR:U} != "YES") >> "/usr/ports/Mk/bsd.port.mk", line 4952: Malformed conditional >> (defined(USE_RC_SUBR) && ${USE_RC_SUBR:U} != "YES") >> "/usr/ports/Mk/bsd.port.mk", line 4963: if-less endif >> "/usr/ports/Mk/bsd.port.mk", line 4963: Need an operator >> "/usr/ports/Mk/bsd.port.mk", line 5272: if-less endif >> "/usr/ports/Mk/bsd.port.mk", line 5272: Need an operator >> make: fatal errors encountered -- cannot continue >> stimpy# > > Have you tryed updating your ports system with cvsup and/or updating > that system to 4.11 (RELENG_4_11) ? Nikolas, sorry for hijacking your reply, I missed the original post. 4.4 is *very* old. It's possible that there are makefile constructs in the makefiles of the Ports infrastructure that were not supported by make(1) back then. How difficult/risky would it be to update your base-system to some more modern version of the 4.X branch, i.e. RELENG_4? - Giorgos