2012-10-23 19:19:22 by Aleksej Saushev | Files touched by this commit (671) |
Log message: Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. |
2011-01-03 08:38:59 by OBATA Akio | Files touched by this commit (13) |
Log message: Fixes patch for DragonFly BSD for if_wavelan_ieee.h's path. PR#44321 by Sascha Wildner. Still broken for 2.8.2, because `struct wi_req' is disabled in the include file, but it was changed in DragonFly master. |
2010-02-12 00:08:34 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: DESTDIR support |
2007-02-22 20:27:30 by Thomas Klausner | Files touched by this commit (721) |
Log message: Whitespace cleanup, courtesy of pkglint. Patch provided by Sergey Svishchev in private mail. |
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-09-24 15:53:17 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message: Reuse MAX if it is already defined. Fixes build on DragonFly 1.6. |
2006-01-08 22:29:50 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message: Add DragonFly support. |
2005-12-09 18:04:51 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message: Unmask DragonFly. |
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-05-23 10:26:17 by Roland Illig | Files touched by this commit (270) |
Log message: Removed trailing white-space. |