2009-06-14 21:10:38 by Joerg Sonnenberger | Files touched by this commit (30) |
Log message: Convert @exec/@unexec to @pkgdir or drop it. |
2009-06-14 19:57:02 by Joerg Sonnenberger | Files touched by this commit (215) |
Log message: Remove @dirrm entries from PLISTs |
2008-05-26 04:13:26 by Joerg Sonnenberger | Files touched by this commit (274) |
Log message: Second round of explicit pax dependencies. As reminded by tnn@, many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all. |
2008-01-19 10:16:27 by Thomas Klausner | Files touched by this commit (81) |
Log message: Reset maintainer on his request. |
2007-10-05 00:54:58 by Roland Illig | Files touched by this commit (1) |
Log message: The installed directories must be readable for the user who installs the package. Otherwise it is not possible to install this package as unprivileged user. |
2007-02-02 02:04:00 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: Modular Xorg support. |
2006-10-04 23:43:01 by Thomas Klausner | Files touched by this commit (21) |
Log message: Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. |
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-11-10 07:30:53 by Roland Illig | Files touched by this commit (1) |
Log message: - Fixed pkglint warning: WARN: Makefile:25: CONFIGURE_ARGS should be modified using "+=". - Removed redundant --prefix=${PREFIX}. |