From owner-freebsd-ports@FreeBSD.ORG Thu Jul 17 13:59:00 2003 Return-Path: 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 3306D37B401 for ; Thu, 17 Jul 2003 13:59:00 -0700 (PDT) Received: from serv1.wallnet.com (server1.wallnet.com [208.225.162.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E32443FA3 for ; Thu, 17 Jul 2003 13:58:59 -0700 (PDT) (envelope-from timothyk@wallnet.com) Received: (from root@localhost) by serv1.wallnet.com (8.11.5/8.11.5) id h6HKwwO94491; Thu, 17 Jul 2003 16:58:58 -0400 (EDT) (envelope-from timothyk@wallnet.com) Received: from 10.0.1.9 (mts-121.wallnet.com [208.225.162.53]) by serv1.wallnet.com (8.11.5/8.11.5av) with ESMTP id h6HKwtM94483; Thu, 17 Jul 2003 16:58:55 -0400 (EDT) (envelope-from timothyk@wallnet.com) From: Tim Kellers To: jbryant@democrats.com, FreeBSD-ports@freebsd.org Date: Thu, 17 Jul 2003 16:58:48 -0400 User-Agent: KMail/1.5.2 References: <3F170923.5080502@democrats.com> In-Reply-To: <3F170923.5080502@democrats.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200307171658.48295.timothyk@wallnet.com> X-Virus-Scanned: by AMaViS perl-11 Subject: Re: port upgrading problems.... X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jul 2003 20:59:00 -0000 cd /usr/ports/x11/XFree86 make clean build (same with kde) when you decide to upgrade to the newer version: portupgrade -w XFree886 (the -w is the same as --noclean) It won't rebuild again; it just installs HTH Tim Kellers CPE/NJIT On Thursday 17 July 2003 04:37 pm, Jim Bryant wrote: > I am having a problem building the upgraded versions of XF86-4 and KDE > > The problem is that it sees my XF86-4.2.x files and says that 4.3.x is > already installed. > > Same for the KDE-3.1.2 upgrade from KDE-3.0.x > > How can I force these builds to proceed, while retaining my current > versions at least until I'm ready to install the new versions after they > are built? > > Apparently, the ports makefiles are not checking version numbers, but > only the existance of files that seem to be common between versions. > > Jim