Bug 17903

Summary: Allow CVS_UPDATE to be used with SUP_UPDATE w/o PORTSSUPFILE
Product: Ports & Packages Reporter: James Housley <jim>
Component: Individual Port(s)Assignee: bill fumerola <billf>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description James Housley 2000-04-10 15:30:02 UTC
	The src/Makefile allows update to use both SUP_UPDATE and CVS_UPDATE
	at the same time, ie.  SUP to update the secure & crypto tree and 
	CVS to update from the local cvs tree.

	ports/Makefile won't use CVS_UPDATE if SUP_UPDATE is defined.  Not
	only that but there is an error because PORTSSUPFILE is not defined.

	The attached patch:
	  Uses SUP if SUP_UPDATE & PORTSSUPFILE are both defined
	  else uses CVS_UPDATE if defined
	  else produces an error (like before) if SUP_UPDATE is defined
	    but PORTSSUPFILE is not defined
	  else produces and error SUP_UPDATE or CVS_UPDATE must be defined
Comment 1 bill fumerola freebsd_committer freebsd_triage 2000-04-10 18:17:36 UTC
Responsible Changed
From-To: freebsd-ports->billf

I added PORTSSUPFILE and the makefile logic, I'll look at this. 

Comment 2 jeh freebsd_committer freebsd_triage 2000-10-02 18:43:18 UTC
I am not sure if this is still needed or not since the crypto parts are
available via CTM.

Jim
-- 
Do not meddle in the affairs of dragons, for you are crunchy and taste
    good with ketchup.
Comment 3 jeh freebsd_committer freebsd_triage 2000-10-31 21:00:07 UTC
State Changed
From-To: open->closed

Committed.