From owner-freebsd-questions Fri Jul 21 11:30:46 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pike.osd.bsdi.com (pike.osd.bsdi.com [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id 4D14437BDB6 for ; Fri, 21 Jul 2000 11:30:41 -0700 (PDT) (envelope-from jhb@pike.osd.bsdi.com) Received: (from jhb@localhost) by pike.osd.bsdi.com (8.9.3/8.9.3) id LAA70941; Fri, 21 Jul 2000 11:30:17 -0700 (PDT) (envelope-from jhb) From: John Baldwin Message-Id: <200007211830.LAA70941@pike.osd.bsdi.com> Subject: Re: Ports not working? :( In-Reply-To: <000501bff340$1b4311a0$5f35a018@socal.rr.com> from Stephen Hansen at "Jul 21, 2000 11:18:44 am" To: Stephen Hansen Date: Fri, 21 Jul 2000 11:30:17 -0700 (PDT) Cc: freebsd-questions@freebsd.org X-Mailer: ELM [version 2.4ME+ PL68 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Stephen Hansen wrote: > *sighs* I'm having much more trouble getting everything to work on this > incarnation of things then I have had in the past -- but ya'll are great and > i'm working through it :) Much thanks. > > My latest problem is with ports. > > For the time being I want to install 'colorls', but i've tried to install > another > thing or two and it didn't work either. > > I'm in /usr/ports/misc/colorls, and /cdrom is mounted. Problem #1 is that > the Makfile/other-information fo Colorls list the file its looking for as > ls2.2.7.tar.gz, where as /cdrom/packages/misc/ has a colorls2.2.7.tgz. Ok. There are two sets of tarballs. One set are packages that are added with the pkg_add command. Packages are pre-built tarballs that already contain the binaries, etc. Ports are different. They actually download the source and then compile the source and install it. I don't think the latest CD's include the source tarballs anymore due to lack of space. If they do, they will be under /cdrom/ports/distfiles/. If not, then make sure /usr/ports/distfiles is not a symlink, and if it is, delete it and make it as a directory. Note that to build ports you need to have net access of some sort to download the source tarballs if they aren't on the CD's. You can also see the Handbook section on ports for more info. Hope this helps. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message