| 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
jeremy
1999-10-01 21:50:00 UTC
Responsible Changed From-To: freebsd-ports->asami bsd.port.mk is asami's 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 State Changed From-To: open->closed Originator confirmed problem didn't exist. |