Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Aug 2000 15:23:02 -0500
From:      Oscar Ricardo Silva <oscars@mail.utexas.edu>
To:        Nilmoni Deb <ndeb@ece.cmu.edu>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: adding a port
Message-ID:  <4.3.2.7.2.20000830151859.00ace2f0@mail.utexas.edu>
In-Reply-To: <39AD4FD7.65DDDA0C@ece.cmu.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
The default location to search is:   /usr/ports/distfiles

If the package is not found there (or the right version is not found 
there), then the Makefile inside that particular port's directory is 
queried as to where to go and get the package.

Since the only real location search is /usr/ports/distfiles, if it's not 
found there then it isn't found "in the system".  FYI, after the package is 
retrieved and extracted, that's kept in /usr/ports/<directory to whatever 
port you want>/work/<directory name of extracted source> for example, for 
dvips:

/usr/ports/print/dvips/work/dvips576



Oscar

At 02:17 PM 8/30/00 -0400, Nilmoni Deb, you wrote:
>Hi,
>        Where does the port look for the tar.gz file when it gives
>a message "file_name.tar.gz not found in the system" ?
>
>What is the path where its looking for the tar and gzipped file.
>For example, for porting dvips
>I tried putting dvips576.tar.gz in /usr/ports/print/dvips  and its
>subdirectories
>but still  it had to ftp the file from its ftp site.
>
>thanks
>- Nil



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4.3.2.7.2.20000830151859.00ace2f0>