From owner-freebsd-newbies@FreeBSD.ORG Wed Sep 24 14:00:45 2003 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CE0C16A4B3 for ; Wed, 24 Sep 2003 14:00:45 -0700 (PDT) Received: from mailgw-20.stcloudstate.edu (exchange8.stcloudstate.edu [199.17.25.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FA2944001 for ; Wed, 24 Sep 2003 14:00:44 -0700 (PDT) (envelope-from bepratt@stcloudstate.edu) Received: from exchange7.campus.stcloudstate.edu [199.17.25.221] by mailgw-20.stcloudstate.edu with XWall v3.27 ; Wed, 24 Sep 2003 16:00:41 -0500 Received: from exchange.campus.stcloudstate.edu ([199.17.25.200]) by exchange7.stcloudstate.edu with Microsoft SMTPSVC(5.0.2195.6713); Wed, 24 Sep 2003 16:00:40 -0500 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.0.6375.0 Date: Wed, 24 Sep 2003 16:00:41 -0500 Message-ID: <4F752E686C8E04449DCB9FA7C3BD9674718118@EXCHANGE.campus.stcloudstate.edu> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Portage tree Thread-Index: AcOC3dTvVaZyKz91TA6H8M9qvYwBxAAAQtMw From: "Pratt, Benjamin E." To: X-OriginalArrivalTime: 24 Sep 2003 21:00:40.0843 (UTC) FILETIME=[E9816DB0:01C382DE] Subject: RE: Portage tree X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Sep 2003 21:00:45 -0000 I'm not sure if this is the same thing that I've run a crossed but I'm new to FreeBSD as well. I'm running 4.8 on a system at home to try to learn. I was looking to install PHP and there's a port area for it /usr/ports/lang/php3 and I want to install PHP 4. I see it when I go to http://www.freebsd.org/cgi/ports.cgi?query=3Dphp&stype=3Dall but it's = not on my system. I installed /usr/ports/sysutils/portupgrade and ran port upgrade (after updating the database) but the new ports weren't available on my system. Is there any way to update the /usr/ports/* area on my system. Ben=20 -----Original Message----- From: Kevin D. Kinsey, DaleCo, S.P. [mailto:kdk@daleco.biz]=20 Sent: Wednesday, September 24, 2003 3:51 PM To: Taulant Galimuna Cc: freebsd-newbies@freebsd.org Subject: Re: Portage tree Taulant Galimuna wrote: >Hi people, >I just wanted to ask you if there's a command to update the portage tree ? >becouse I saw qmail on the freebsd.org web and when I connect with >/stand/sysinstall it doesn't show it?! > >regards, >Taulant > It's probably that there isn't a *package* for qmail (but I'm just guessing, haven't checked.) The *port* is in /usr/ports/mail. I'd recommend installing cvsup-without-gui, which /stand/sysinstall should be able to find easily, as there is a package for that. I just put it on one back a week or so ago via sysinstall. After that, you just need a supfile (there is one pre-written in /usr/share/examples/cvsup/, you just pick the closest server and type it in...) and the command: $cvsup /path/to/my-ports-supfile It will update your local ports tree, and then it's a matter of: $cd /usr/ports/mail/qmail $make install clean and the rest is automagic. BTW, welcome to FreeBSD! Feel free to post questions to the questions list; occasionally people come on to remind us that this is just supposed to be a 'newbie' hangout ... chat about the OS, etc. HTH, Kevin Kinsey _______________________________________________ freebsd-newbies@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-newbies To unsubscribe, send any mail to "freebsd-newbies-unsubscribe@freebsd.org"