2012-09-29 02:50:33 by Aleksej Saushev | Files touched by this commit (158) |
Log message: Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. Mark packages that don't or might probably not have staged installation. |
2010-11-11 23:42:06 by Sergey Svishchev | Files touched by this commit (17) |
Log message: Follow HTTP redirects to new HOMEPAGEs and MASTER_SITES. |
2010-06-14 00:46:55 by Thomas Klausner | Files touched by this commit (271) |
Log message: Bump PKGREVISION for libpng shlib name change. Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x. |
2010-01-18 10:38:16 by Thomas Klausner | Files touched by this commit (204) |
Log message: Second try at recursive PKGREVISION bump for jpeg shlib major bump (jpeg-8). |
2009-10-11 12:44:40 by Thomas Klausner | Files touched by this commit (286) |
Log message: Remove obsolete @dirrm lines. |
2009-07-22 11:53:10 by Thomas Klausner | Files touched by this commit (92) |
Log message: Remove USE_DIRS from pkgsrc. Shared directories can now be created independently by the pacakges needing them and will be removed automatically by pkg_delete when empty. Packages needing empty directories can use the @pkgdir command in PLIST. Discussed and ok'd in thread starting at http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html |
2007-02-03 10:22:19 by Thomas Klausner | Files touched by this commit (5) |
Log message: Depend on xdg-1.4 for share/themes. |
2006-11-11 12:31:04 by Sergey Svishchev | Files touched by this commit (24) |
Log message: Fix minor pkglint warnings. |
2006-05-19 18:51:13 by Yoshito Komatsu | Files touched by this commit (107) |
Log message: Replace tech-pkg@NetBSD.org with pkgsrc-users@NetBSD.org. |
2005-11-28 01:27:22 by Roland Illig | Files touched by this commit (79) |
Log message: Ran pkglint --autofix over the complete pkgsrc-wip. This changed all instances like MAKE_ENV+= VAR=${VAR} to the properly quoted form, VAR=${VAR:Q}, or even VAR=${VAR:M*:Q} if necessary. Manually reviewed the changes. |