Bug 4928 - no 'update' target in /usr/ports/Makefile
Summary: no 'update' target in /usr/ports/Makefile
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Satoshi Asami
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1997-11-03 18:10 UTC by joes
Modified: 1999-03-24 19:04 UTC (History)
0 users

See Also:


Attachments
file.diff (958 bytes, patch)
1997-11-03 18:10 UTC, joes
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description joes 1997-11-03 18:10:00 UTC
	
	I thought it would be a good time to update my ports tree, and
	tried to run 'make update' from /usr/ports... It didn't work :)

Fix: Note that this will require setting $PORTSSUPFILE, either in /etc/make.conf
or in the command line...

See next PR.
How-To-Repeat: 
	
	cd /usr/ports
	make update
Comment 1 Masafumi Max NAKANE freebsd_committer freebsd_triage 1997-11-03 21:36:00 UTC
Responsible Changed
From-To: gnats-admin->freebsd-ports

Misfiled PR. 

Comment 2 joes 1997-11-04 20:51:50 UTC
After filing this PR, I realized that in /etc/make.conf, SUPFILE2 already
points to /usr/share/examples/cvsup/ports-supfile, so change references
from 'PORTSSUPFILE' to SUPFILE2. (Perhaps if this change gets merged it,
the test in /usr/src/MAKEFILE could be removed or flagged somehow...)

joe
Comment 3 Satoshi Asami freebsd_committer freebsd_triage 1997-11-05 04:48:51 UTC
Responsible Changed
From-To: freebsd-ports->asami

Probably my area. 
Comment 4 Sheldon Hearn freebsd_committer freebsd_triage 1999-03-24 19:02:10 UTC
State Changed
From-To: open->closed

Non-issue, since src/Makefile offers an ``update'' target that 
does what's required. Closed with Satoshi's silent consent.