mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
35f5e56055
This is a bug fix and general improvement release. From the change log: - Incorporate local ports/categories into the INDEX by scanning Makefile.local for additions to $SUBDIR. Mentioned on freebsd-ports@freebsd.org by Rong-En Fan <rafan (at) infor.org> - Clean up error messages, and factor out common progress counter code. - Add a new Category object type, and cope better with changes to categories (ie. ports being hooked up / unhooked from the tree). Problem pointed out by Colin Percival <cperciva (at) freebsd.org> - Instead of calling perl to compile exactly the same bit of perl code from /usr/ports/Mk/bsd.ports.mk about 15,000 times (ie once per port) as a consequence of actually running 'make describe', just call perl once, use make to print out the basic variables from the port and replicate the processing done ourselves. PR: 99454 Submitted by: author/maintianer
17 lines
673 B
Plaintext
17 lines
673 B
Plaintext
bin/cache-init
|
|
bin/cache-update
|
|
bin/find-updated
|
|
bin/portindex
|
|
@unexec if cmp -s %D/etc/portindex.cfg.sample %D/etc/portindex.cfg ; then rm -f %D/etc/portindex.cfg ; fi
|
|
etc/portindex.cfg.sample
|
|
@exec [ ! -f %B/portindex.cfg ] && cp -p %B/%f %B/portindex.cfg || true
|
|
%%SITE_PERL%%/FreeBSD/Portindex/Config.pm
|
|
%%SITE_PERL%%/FreeBSD/Portindex/Category.pm
|
|
%%SITE_PERL%%/FreeBSD/Portindex/Port.pm
|
|
%%SITE_PERL%%/FreeBSD/Portindex/Tree.pm
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/FreeBSD/Portindex/.packlist
|
|
@dirrm %%SITE_PERL%%/FreeBSD/Portindex
|
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/FreeBSD/Portindex
|
|
@dirrmtry %%SITE_PERL%%/FreeBSD
|
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/FreeBSD
|