From owner-freebsd-questions Thu Feb 8 00:31:11 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA10162 for questions-outgoing; Thu, 8 Feb 1996 00:31:11 -0800 (PST) Received: from hoover.stanford.edu (hoover.Stanford.EDU [36.33.0.99]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id AAA10157 for ; Thu, 8 Feb 1996 00:31:08 -0800 (PST) Received: from HOOVER.STANFORD.EDU by HOOVER.STANFORD.EDU (PMDF V4.3-10 #13307) id <01I0Y8VBCWNA00EDVN@HOOVER.STANFORD.EDU>; Thu, 08 Feb 1996 00:31:37 -0800 (PST) Date: Thu, 08 Feb 1996 00:31:37 -0800 (PST) From: Annelise Anderson Subject: Re: INN Port To: hhaines@eigen.net Cc: questions@freebsd.org Message-id: <01I0Y8VBCWNC00EDVN@HOOVER.STANFORD.EDU> X-VMS-To: IN%"hhaines@eigen.net" X-VMS-Cc: IN%"questions@freebsd.org",ANDRSN MIME-version: 1.0 Content-type: TEXT/PLAIN; CHARSET=US-ASCII Content-transfer-encoding: 7BIT Sender: owner-questions@freebsd.org Precedence: bulk >I am about to bring up news. I would like to use INN. I see the port on the >cdrom, but I do not know how to deal with ports. How do I port this in? >Also, where is a good reference on the net for INN setup and configuration? > Thank You This is not really an answer, but a question about whether this is a reasonable way to do ports from the cdrom: Find the directory of the port you want. Suppose it's kermit. Then cp -R /cdrom/ports/comm/kermit /usr/local This should create a subdirectory of /usr/local called kermit with all the subdirectories of the kermit directory on the cd rom. Then go to /usr/local/kermit and find the subdirectory with Makefile in it. Type make. This should result in an ftp to get the basic tar file from somewhere, so the network has to be up and running. Then type make install in the same directory. This should put the binaries where they belong and possibly the man pages also. After this it would seem to me it ought to be possible to delete the whole /usr/local/kermit (or whatever) directory; but there might be useful readme files and the like in there. It also might be worthwhile to read any information files before doing make. And if the port needs some other program or whatever that isn't there, it will say so; then you have to get whatever it needs and try make again. Is that more or less right? Annelise