2007-09-21 00:12:08 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Drop maintainership.
|
2007-02-22 20:27:30 by Thomas Klausner | Files touched by this commit (721) |
Log message:
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
|
2006-11-02 19:17:22 by Joerg Sonnenberger | Files touched by this commit (10) |
Log message:
DESTDIR support.
|
2006-03-30 05:44:44 by Johnny C. Lam | Files touched by this commit (120) |
Log message:
* Honor PKGINFODIR.
* List the info files directly in the PLIST.
|
2006-03-05 17:27:29 by Johnny C. Lam | Files touched by this commit (89) |
Log message:
* Teach the tools framework how to supply the pkgsrc version of
makeinfo if no native makeinfo executable exists. Honor TEXINFO_REQD
when determining whether the native makeinfo can be used.
* Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo.
* Get rid of all the "split" argument deduction for makeinfo since
the PLIST module already handles varying numbers of split info files
correctly.
NOTE: Platforms that have "makeinfo" in the base system should check
that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are
correct.
|
2005-07-16 21:10:41 by Johnny C. Lam | Files touched by this commit (65) |
Log message:
Remove some unnecessarily strong dependencies on perl that resulted
from including perl5/buildlink3.mk. These packages just need the Perl
interpreter, and can just add "perl" to USE_TOOLS instead.
|
2005-07-15 22:14:04 by Johnny C. Lam | Files touched by this commit (16) |
Log message:
Drop support for TOOLS_DEPMETHOD.<tool>. The new way to specify a
run-time dependency (DEPENDS) on a tool is to append a ":run" modifier
to the tool name, e.g.,
USE_TOOLS+= perl:run
Tools without modifiers or with an explicit ":build" modifier will
cause build dependencies (BUILD_DEPENDS) on those tools to be added.
This makes the notation a bit more compact.
|
2005-05-22 22:51:45 by Johnny C. Lam | Files touched by this commit (8) |
Log message:
Remove explicit dependencies on the GNU m4 package with USE_TOOLS+=m4
and appropriate TOOLS_DEPMETHOD.gm4 settings.
|
2005-05-13 18:54:13 by Johnny C. Lam | Files touched by this commit (11) |
Log message:
Change references to M4 & YACC into TOOLS_M4 & TOOLS_YACC to simplify
transition to new tools framework.
|
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
|