Bug 7940

Summary: make depend packages and index on demand
Product: Ports & Packages Reporter: sada <sada>
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 sada 1998-09-15 23:40:00 UTC
	Two option flags which would be useful to make
	your own package-collection.

	 * BUILD_PACKAGE_AT_INSTALL_TIME

	If defined, `make package' would be automaticaly executed
	whenever `make install' is done.
	You can build all depended packages at once.

	 * REGISTER_PACKAGE_INDEX_AT_INSTALL_TIME

	If defined, build packages would be registered on the file
	`${PACKAGES}/INDEX'.
Comment 1 Jun Kuriyama freebsd_committer freebsd_triage 1998-11-11 11:24:24 UTC
Responsible Changed
From-To: freebsd-ports->asami

His area. 
Comment 2 Satoshi Asami freebsd_committer freebsd_triage 1998-12-15 09:17:46 UTC
State Changed
From-To: open->feedback

There is no need for BUILD_PACKAGE_AT_INSTALL_TIME -- just define  
DEPENDS_TARGET=packages and it will do that for you. 

As for REGISTER_PACKAGE_INDEX_AT_INSTALL_TIME, I don't really see the point. 
Can't you "make index" from the top?  Also, it is known that you can't "sort" 
INDEX back to the original order after adding an item.  (Think "x11" and "x11-*") 
Comment 3 sada freebsd_committer freebsd_triage 1998-12-15 16:10:47 UTC
State Changed
From-To: feedback->closed