2010-03-08 02:21:25 by David A. Holland | Files touched by this commit (3) |
Log message: Fix Linux build broken since 2006. Two issues: (1) do _FILE_OFFSET_BITS=64 instead of rolling a private _llseek syscall using now-nonexistent type declarations; (2) as noted in PR 33893 use errno.h instead of "extern int errno". |
2010-01-27 22:18:13 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: DESTDIR support |
2009-06-14 20:13:41 by Joerg Sonnenberger | Files touched by this commit (154) |
Log message: Remove @dirrm entries from PLISTs |
2006-03-01 23:48:06 by Thomas Klausner | Files touched by this commit (12) |
Log message: Handle NetBSD-3.x the same as NetBSD-2.x. Fix pkglint warning. Remove BROKEN_IN. |
2006-01-04 05:29:09 by Amitai Schlair | Files touched by this commit (58) |
Log message: Express these packages' brokenness with BROKEN_IN=pkgsrc-2005Q4 rather than PKG_FAIL_REASON, so that they provide useful error messages in build logs, and so that they continue to work on platforms where they aren't broken. |
2005-12-27 00:39:35 by Amitai Schlair | Files touched by this commit (75) |
Log message: Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386 3.0. If one of these is important to you, please fix it in time for pkgsrc-2006Q1, or it may be removed. |
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-08-06 08:19:41 by Johnny C. Lam | Files touched by this commit (634) | |
Log message: Bump the PKGREVISIONs of all (638) packages that hardcode the locations of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories. |
2005-06-19 03:03:05 by Krister Walfridsson | Files touched by this commit (3) |
Log message: Prevent paths to the build directories from being included in the package. Bump PKGREVISION. |
2005-06-17 06:49:49 by Johnny C. Lam | Files touched by this commit (65) |
Log message: Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead of ${PREFIX}. |