From owner-freebsd-questions Sat Aug 29 11:36:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA22587 for freebsd-questions-outgoing; Sat, 29 Aug 1998 11:36:53 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from awfulhak.org (awfulhak.force9.co.uk [195.166.136.63]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA22580 for ; Sat, 29 Aug 1998 11:36:49 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from gate.lan.awfulhak.org (brian@localhost [127.0.0.1]) by awfulhak.org (8.8.8/8.8.8) with ESMTP id TAA02221; Sat, 29 Aug 1998 19:25:43 +0100 (BST) (envelope-from brian@Awfulhak.org) Message-Id: <199808291825.TAA02221@awfulhak.org> X-Mailer: exmh version 2.0.2 2/24/98 To: David Syphers cc: brian@Awfulhak.org, questions@FreeBSD.ORG Subject: Re: XFree86 In-reply-to: Your message of "Fri, 28 Aug 1998 10:05:29 PDT." <199808281705.KAA03228@beowulf.llnl.gov> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 29 Aug 1998 19:25:42 +0100 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, When you ``make'' a port, it first looks in /usr/ports/distfiles/ for the distribution archive(s). In the XFree86 case, it looks in /usr/ports/distfiles/xc (just to confuse things...). If it doesn't find the archive there, it'll try to download it. This is done by first looking in the MASTER_SITE_OVERRIDE variable (You can ``make MASTER_SITE_OVERRIDE=/some/place/that/i/like/''), then in /cdrom/distfiles, then it tries to get the archive from the 'net. So, /usr/ports/distfiles/xc is the magic directory in your case :-) The ``make configure'' will unpack and patch the source archives. The `tar' and edit mentioned on my web site does the ``add support for NeoMagic'' bit, and the ``make install'' does the rest. Drop me a line if you have more problems. Cheers. > On 26 Aug, Brian Somers wrote: > > Take a look at http://www.Awfulhak.org/software.html. > > > > It's got a neomagic driver and instructions for integrating it into > > the XFree86-3.3.2 port. > > Okay, sorry for bothering you again, but I need some help. All the > directions for everything on the ports collection assume that the > person has internet access with FreeBSD. This is not the case with me. > I have FreeBSD on my laptop, which is not connected to the internet, > so I need to know how to do everything holding in mind that I am > connected to the internet with WinNT and use a Zip drive to transfer > files over to my laptop. > > Am I supposed to install the neomagic driver as I'm installing X, or > afterwards? When I tried "make configure" in /usr/ports/x11/XFree86, > it gave me the error message that it couldn't find X332src-1.tgz. Then > it tried to download it using ftp, which, of course, failed. So I went > to one of the ftp sites (ftp.xfree86.org) and downloaded X332src-1.tgz, > along with everything else in the /source directory. I then put these > files in /usr/ports/x11/XFree86 and tried "make configure again." No > luck. I got the same error message. What's going on? > > BTW, the reason I'm posting these questions here and not asking the > XFree86 project is because I'm trying to do this with the ports > collection, which is _not_ the way the XFree86 docs tell you to do it... > > > David Syphers > -- Brian , , Don't _EVER_ lose your sense of humour.... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message