non port: Tools/make_index |
SVNWeb
|
Number of commits found: 9 |
Tue, 6 Apr 2021
|
[ 14:27 Mathieu Arnold (mat) ] 5d33e04 (Only the first 10 of 224 ports in this commit are shown above. )
framework: Remove $FreeBSD$
Where appropriate fiddle with a few other things.
|
Mon, 7 Oct 2013
|
[ 21:32 bdrewery ]
- Fix 'make index' when system is built with WITHOUT_PORTSNAP by
falling back on the perl make_index if needed.
With hat: portmgr
Reported by: ade
|
[ 10:30 bapt ]
Use the portsnap version of make_index instead of the perl version.
Submitted by: ak
|
Sat, 19 Jul 2008
|
[ 17:59 kris ]
Major optimizations for 'make index' and other recursive traversal
targets.
* Use /rescue/sh for index builds instead of /bin/sh, when it exists.
The former is statically linked and faster to execute, which becomes
significant when executing it tens of thousands of times. This
trick can be used with other recursive targets by passing in
__MAKE_SHELL.
* Get rid of make variable assignments that use != command invocations
in the critical path, using several methods:
- rewriting logic to use shell or make builtins instead of external command
executions
- macroizing commands and executing them in the targets where they
are needed instead of with every invocation of make (Only the first 15 lines of the commit message are shown above )
|
Thu, 2 Feb 2006
|
[ 00:40 linimon ]
Fix bogus comments. No code change.
|
Sun, 9 Jan 2005
|
[ 10:21 krion ] (Only the first 10 of 28 ports in this commit are shown above. )
Remove traling spaces.
|
Wed, 14 Jul 2004
|
[ 08:18 kris ]
* Be even more explicit about partial ports trees being unsupported
for INDEX builds [1]
* Remove the parallel target from Makefile; this is heavily tied to
the package build cluster and can be better done in the makeparallel
script (commit to follow) [2]
* Extend the format of INDEX to separately list the
EXTRACT/PATCH/FETCH_DEPENDS instead of lumping them all in together
with BUILD_DEPENDS. The three new fields are appended to the end of
the record in that order. [2]
* Change BROKEN to IGNORE in BROKEN_WITH_MYSQL failure code [3]
* Support non-default PREFIX for perl 5.00503 [5] (Only the first 15 lines of the commit message are shown above )
|
Mon, 24 Feb 2003
|
[ 16:07 steve ]
Do a better job of stating which port we had problems with while
mapping directories to package names.
|
Sat, 31 Aug 2002
|
[ 05:46 kris ]
Check for duplicate entries in INDEX and warn about them.
Submitted by: Martin Heinen <martin@sumuk.de>
PR: ports/33196 (based on)
|
Number of commits found: 9 |