2012-10-03 17:10:02 by Aleksej Saushev | Files touched by this commit (3) |
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-06-14 00:47:10 by Thomas Klausner | Files touched by this commit (235) |
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-03-21 17:29:52 by Thomas Klausner | Files touched by this commit (7) |
Log message: Reset maintainer, developer lost his commit bit. |
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:55 by Thomas Klausner | Files touched by this commit (222) |
Log message: Remove obsolete @dirrm lines. |
2006-03-14 02:27:57 by Johnny C. Lam | Files touched by this commit (82) |
Log message: Catch up to modern pkginstall framework: USE_PKGINSTALL has been dead for a while now, and *_EXTRA_TMPL are generally not needed anymore. |
2005-12-05 23:27:44 by Roland Illig | Files touched by this commit (61) |
Log message: Ran "pkglint --autofix", which fixed some quoting issues in MAKE_ENV, CONFIGURE_ARGS, FILES_SUBST and the like. |
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. |
2005-06-13 01:51:13 by Krister Walfridsson | Files touched by this commit (92) |
Log message: Change obsolete USE_X11 to include ../../mk/x11.buildlink3.mk instead. |
2005-05-24 12:31:11 by Roland Illig | Files touched by this commit (1) |
Log message: Replaced USE_GNU_TOOLS+=make with USE_TOOLS+=gmake. |