From owner-freebsd-questions Fri May 19 8: 7:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from theory1.physics.iisc.ernet.in (theory1.physics.iisc.ernet.in [144.16.71.20]) by hub.freebsd.org (Postfix) with SMTP id C8DC737BECF for ; Fri, 19 May 2000 08:07:11 -0700 (PDT) (envelope-from rsidd@physics.iisc.ernet.in) Received: (qmail 7461 invoked from network); 19 May 2000 15:06:48 -0000 Received: from theory7.physics.iisc.ernet.in (qmailr@144.16.71.127) by theory1.physics.iisc.ernet.in with SMTP; 19 May 2000 15:06:48 -0000 Received: (qmail 24032 invoked by uid 211); 19 May 2000 15:06:45 -0000 Date: Fri, 19 May 2000 20:36:45 +0530 From: Rahul Siddharthan To: Clarence Brown Cc: freebsd-questions@FreeBSD.ORG Subject: Re: How to use PORTS from internet Message-ID: <20000519203645.A23946@physics.iisc.ernet.in> Mail-Followup-To: Clarence Brown , freebsd-questions@FreeBSD.ORG References: <001101bfc1a3$48b95a00$8c6896d1@granitepost.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <001101bfc1a3$48b95a00$8c6896d1@granitepost.com>; from clabrown@granitepost.com on Fri, May 19, 2000 at 11:02:42AM -0400 X-Operating-System: Linux 2.2.14 alpha X-Question: Do you enjoy reading pointless headers? Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Hi: > > Probably stupid newbie question. > > How do I use newer ports from the internet instead of what came on my CDROM > (3.4)? You can upgrade your ports tree with cvsup, the same way you upgrade the source tree. See the handbook section on "Synchronizing source trees over the Internet" for a description of cvsup, and /usr/share/examples/cvsup/ports-supfile for a sample supfile (it needs editing, like specifying a cvsup server) with which to update the ports tree. Once that is done, the port should grab the uptodate source file from the internet. > 1. I'm thinking about playing with New KDE2. I don't even have a > /usr/ports/x11/kde2 directory to change to, to run the make install from. > How should I get the "skeleton?" on my system? I tried ftping the kde2 The above will do it. > message, but now make install tells me it is already installed... make deinstall, or pkg_delete (ls /var/db/pkg to get the full name of the package). > to, FAQ's for dummies that cover this? Am I on the right track about needing > to use CVS to update my local ports directory. Use cvsup, it's easy and fast. > If I were to update my local > ports directory, should I do the whole thing or just a few, I'm kind of > worried the some of the newer ports might not work right on an older 3.4 > system. You're right, some of them have problems but most of them work fine. Rahul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message