Bug 14080

Summary: CD #4 Distfiles location doesn't match bsd.port.mk
Product: Ports & Packages Reporter: jeremy <jeremy>
Component: Individual Port(s)Assignee: Satoshi Asami <asami>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description jeremy 1999-10-01 21:50:00 UTC
Now that distfiles are on disk4 in /cdrom/distfiles instead of
/cdrom/ports/distfiles, the bsd.port.mk can't fetch them if disk4 is
mounted.

Fix: If /distfiles is where they are meant to stay, then /usr/ports/Mk/bsd.port.mk needs to be changed:
Comment 1 cpiazza freebsd_committer freebsd_triage 1999-10-01 22:14:48 UTC
Responsible Changed
From-To: freebsd-ports->asami

bsd.port.mk is asami's 

Comment 2 sprice 1999-10-02 00:51:22 UTC
On Fri, 1 Oct 1999 jeremy@external.org wrote:

# >Description:
# Now that distfiles are on disk4 in /cdrom/distfiles instead of
# /cdrom/ports/distfiles, the bsd.port.mk can't fetch them if disk4 is
# mounted.

???  Did you actually try this?  I just now opened my 3.3 set and on
disc #4 I see this:

steve@bonsai(~)$ cd /cdrom
steve@bonsai(/cdrom)$ ls
README.TXT	cdrom.inf	filename.txt	www
TRANS.TBL	distfiles	ports
steve@bonsai(/cdrom)$ cd ports
steve@bonsai(/cdrom/ports)$ ls -l
total 0
-r--r--r--  1 root  wheel  60 Sep 17 08:27 TRANS.TBL
lrwxr-xr-x  1 root  wheel  12 Sep 15 21:58 distfiles -> ../distfiles
steve@bonsai(/cdrom/ports)$ cd /usr/ports/games/ztrack
steve@bonsai(/usr/ports/games/ztrack)$ rm /usr/ports/distfiles/ztrack-1.0.tar.gz
steve@bonsai(/usr/ports/games/ztrack)$ make fetch
>> ztrack-1.0.tar.gz doesn't seem to exist on this system.
>> Attempting to fetch from file:/cdrom/ports/distfiles//.
steve@bonsai(/usr/ports/games/ztrack)$

Works for me.  What didn't work for you?

-steve
Comment 3 Satoshi Asami freebsd_committer freebsd_triage 1999-10-04 09:25:09 UTC
State Changed
From-To: open->closed

Originator confirmed problem didn't exist.