2012-09-24 18:56:26 by Aleksej Saushev | Files touched by this commit (144) |
Log message: Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. Mark packages that don't and might probably not have staged installation. |
2009-10-11 12:44:25 by Thomas Klausner | Files touched by this commit (267) |
Log message: Remove obsolete @dirrm lines. |
2009-05-06 11:21:59 by Aleksey Cheusov | Files touched by this commit (1) |
Log message: standard if defined...endif section added |
2009-05-06 11:13:25 by Aleksey Cheusov | Files touched by this commit (1) |
Log message: remove if-less endif |
2009-03-20 20:43:38 by Jörg Sonnenberger | Files touched by this commit (284) |
Log message: Convert buildlink3.mk files to new world order. |
2008-02-09 22:27:52 by Sergey Svishchev | Files touched by this commit (7) |
Log message: Delint. |
2006-10-29 09:32:37 by Sergey Svishchev | Files touched by this commit (192) |
Log message: Delint: - convert spaces to tabs (pkglint --autofix) - set, not append to USE_LANGUAGES |
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-08 19:45:40 by Ian A. Harding | Files touched by this commit (1) |
Log message: Fixed TCL_CC |
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. |