for first I want to tell you thanks for great work that you do. Description: I've fetch (using the cvsup command) the ports tree from the cvsup.freebsd.org several days ago (5 or may be 7). Please note, in the my sup file the line that describes ports fetching is the "doc-all tag=.", so I've fetched a full ports tree. Also cvsup has been finished with no errors or warning messages. When I've tried to do make index in the ports directory it fails with the error meassages such as: ---- netsaint-plugins-1.2.9.4_4: "/usr/ports/net/net-snmp" non-existent -- dependency list incomplete ===> net-mgmt/netsaint-plugins failed *** Error code 1 ---- There were several messages I received, here I've mentioned only 1, other were a same, only the pathes and port names were different. It looks like these port maintainers do not update their ports after breaking the net directory to the net and net-mgmt and removing the openldap12 port from the tree. This changes should be in the old, rare using ports so may be nobody maintain their already. Fix: After fixing this problem for my ports tree I've made the patch that will doing all changes automatically. I provide you with this patch, so you can investigate it, an if it will be useful for you, you can commit it in the ports tree to resolve this issue. How-To-Repeat: cd /usr/ports ; make index
State Changed From-To: open->analyzed Thank you! Your analyze was good, but not perfect! Most importantly, Makefile.inc file is generated from other files and is not directly part of ports collection. Anyway, you pointed us on some broken dependencies that needs fixing. I'll take care of it after ports freeze is over.
Responsible Changed From-To: freebsd-ports-bugs->pav Handle.
State Changed From-To: analyzed->closed Fix committed, thank you!