2007-06-22 19:46:19 by Matthias Scheler | Files touched by this commit (1) |
Log message: Remove explicit dependence on "bash" package. "USE_TOOLS+= \ bash:run" is enough and avoids building the package on system which have "bash" in the base system. |
2007-03-04 12:29:59 by Thomas Klausner | Files touched by this commit (11) |
Log message: Update MASTER_SITES/HOMEPAGE -- mostly disappeared. |
2006-12-01 21:30:18 by Roland Illig | Files touched by this commit (2) |
Log message: Fixed "test ==". |
2006-10-25 23:07:11 by Roland Illig | Files touched by this commit (1) |
Log message: Fixed PKGMANDIR. Added the missing dependency to bash. PKGREVISION++ |
2006-10-04 23:53:19 by Thomas Klausner | Files touched by this commit (41) |
Log message: Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. |
2006-07-13 12:18:31 by Thomas Klausner | Files touched by this commit (1) |
Log message: Reset maintainer (haven't used this in ages). |
2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082) |
Log message: Recursive revision bump / recommended bump for gettext ABI change. |
2005-12-05 21:51:20 by Roland Illig | Files touched by this commit (1432) |
Log message: Fixed pkglint warnings. The warnings are mostly quoting issues, for example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html |
2005-07-16 03:19:27 by Johnny C. Lam | Files touched by this commit (273) |
Log message: Get rid of USE_PERL5. The new way to express needing the Perl executable around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable. |
2005-05-22 22:08:52 by Johnny C. Lam | Files touched by this commit (1035) |
Log message: Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison |