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'.
Responsible Changed From-To: freebsd-ports->asami His area.
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-*")
State Changed From-To: feedback->closed