Bug 7940 - make depend packages and index on demand
Summary: make depend packages and index on demand
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: 1998-09-15 23:40 UTC by sada
Modified: 1998-12-15 16:12 UTC (History)
0 users

See Also:


Attachments
file.diff (905 bytes, patch)
1998-09-15 23:40 UTC, sada
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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