Bug 4928

Summary: no 'update' target in /usr/ports/Makefile
Product: Ports & Packages Reporter: joes <joes>
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 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.