From owner-freebsd-questions@FreeBSD.ORG Wed Jan 11 03:52:43 2006 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 C003016A41F for ; Wed, 11 Jan 2006 03:52:43 +0000 (GMT) (envelope-from andras@kende.com) Received: from ylpvm12.prodigy.net (ylpvm12-ext.prodigy.net [207.115.57.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id F385B43D58 for ; Wed, 11 Jan 2006 03:52:42 +0000 (GMT) (envelope-from andras@kende.com) Received: from pimout5-ext.prodigy.net (pimout5-int.prodigy.net [207.115.4.21]) by ylpvm12.prodigy.net (8.12.10 outbound/8.12.10) with ESMTP id k0B3qeKI020302 for ; Tue, 10 Jan 2006 22:52:41 -0500 X-ORBL: [70.132.254.93] Received: from a ([70.132.254.93]) by pimout5-ext.prodigy.net (8.13.4 outbound domainkey aix/8.13.4) with ESMTP id k0B3qWe6087600; Tue, 10 Jan 2006 22:52:36 -0500 From: "Andras Kende" To: "'je killen'" , Date: Tue, 10 Jan 2006 19:52:43 -0800 Message-ID: <001301c61662$7cecfd30$0a01a8c0@a> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <1e96440d2112144347da7912867afe5f@prodigy.net> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Thread-Index: AcYWYMHBVHJwQut6SPG06u5Fd9RY3gAAM78Q Cc: Subject: RE: port installation 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, 11 Jan 2006 03:52:43 -0000 -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of je killen Sent: Tuesday, January 10, 2006 7:35 PM To: freebsd-questions@freebsd.org Subject: port installation I am trying to install apache 1.3.34. I cd to the apache13 dir and attempt make install and am told that apache 1.3.33 doesn't exist. I downloaded apache 1.3.34 and put it in the /usr/ports/distfiles dir but since make is looking for v 1.3.33 it doesn't see version 1.3.34. So What now? How wouid I tell it to use 1.3.34 instead of 1.3.33? Does it require ports upgrade? What if the portupgrade utility has a different version number and when I try make install on it it looks for a different version (which is not on my system as a distfile)? I'm not complaining. I'm just trying to learn as I go. Thanks to who ever responds. JEK jekillen@prodigy.net PS: general info I discovered on my own re configuration of X server with X.org (rather than xfree86): the configuration file used to be xf86config and is now xorgconfig. I got some site posted data that called the configuration process X.org -config, which it is not. It is just xorgconfig, virtually the same script as the old xf86config script. I got my X server up after, as usual, asking stupid questions and wasting someone's time, probably, and figuring it out my self in the meantime. There is some thing magical about asking questions, even if you don't get an objective response; it's almost like telepathy. _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" Hello, You should update the Ports tree first, which will include the latest Apache 1.3.34: # cd /usr/ports/net/cvsup-without-gui # make install # make clean Create /etc/cvsupfile: *default host=cvsup2.FreeBSD.org *default base=/usr *default prefix=/usr *default release=cvs *default tag=none *default delete use-rel-suffix *default tag=. ports-all doc-all # /usr/local/bin/cvsup -g -L2 /etc/cvsupfile # cd /usr/ports/www/apache13 # make install clean Best regards, Andras Kende http://www.kende.com