2007-01-07 10:14:16 by Roland Illig | Files touched by this commit (412) |
Log message:
Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.
Fixes PR 35265, although I did not use the patch provided therein.
|
2006-04-22 11:22:18 by Roland Illig | Files touched by this commit (231) |
Log message:
Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.
|
2006-04-17 15:47:02 by Thomas Klausner | Files touched by this commit (1055) | |
Log message:
Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.
|
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.
|
2006-01-24 08:33:02 by Thomas Klausner | Files touched by this commit (1164) |
Log message:
Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
|
2006-01-05 11:09:00 by Geert Hendrickx | Files touched by this commit (33) |
Log message:
Change the default for BUILDLINK_DEPMETHOD.qt3-tools from "full" to \
"build",
without affecting packages that are currently using it.
Packages which previously didn't set BUILDLINK_DEPMETHOD to neither \
"full" nor
"build" now set it to "full", but should be checked whether \
they really need it
(comment added). Packages which previously set it to "build" now \
don't set it
anymore.
Ok by jlam, wiz.
|
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-10-20 13:38:20 by Thomas Klausner | Files touched by this commit (4) | |
Log message:
Fix installation, update PLIST. Bump PKGREVISION.
|
2005-10-13 20:01:28 by Thomas Klausner | Files touched by this commit (6) |
Log message:
Update to 1.2, provided by Ian Zagorskih in PR 29941.
2005-04-10 * QNetWalk 1.2 released.
* Added German translation by Thomas Loeber
* Added Spanish translation by Ismael Asensio
* Added Polish translation by Aleksander Wojdyga
* Added Brazilian Portuguese translation by Paulo Vitor
* Added the desktop file.
|
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
|