2005-07-13 03:28:37 by grant beattie | Files touched by this commit (7) |
Log message: fix build on Linux: - add some missing #ifdef __NetBSD__ and restore some Linux #includes - use subst framework instead of hardcoding /kern paths in patches |
2005-06-04 13:34:30 by YAMAMOTO Takashi | Files touched by this commit (4) |
Log message: xentools20: switch to use the new version of IOCTL_PRIVCMD_INITDOMAIN_EVTCHN. bump PKGREVISION to nb1. |
2005-05-24 18:02:08 by Juan Romero Pardines | Files touched by this commit (14) |
Log message: Update to 2.0.6 (latest stable distribution). Lots of changes, notably now it uses Linux-2.6.11.x, a NetBSD bug was fixed. pkgsrc changes: * Honor PKG_SYSCONFDIR and SUPPORT_FILES for configuration files. * xend.sh: no more python warning messages when the script is used on non NetBSD/Xen systems. |
2005-05-24 00:02:04 by Manuel Bouyer | Files touched by this commit (3) |
Log message: Don't mmap /kern/xen/privcmd (this doesn't work any more on current), use MAP_ANON instead. Bump pkgrevision. |
2005-05-23 20:05:16 by Juan Romero Pardines | Files touched by this commit (2) |
Log message: Fix build on NetBSD/-current by including <sys/select.h>. |
2005-05-22 22:08:52 by Johnny C. Lam | Files touched by this commit (1035) |
Log message: Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison |
2005-05-03 17:59:55 by Thomas Klausner | Files touched by this commit (1) |
Log message: Remove empty line. |
2005-05-02 22:34:09 by Jeremy C. Reed | Files touched by this commit (172) |
Log message: RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. And always is defined as share/examples/rc.d which was the default before. This rc.d scripts are not automatically added to PLISTs now also. So add to each corresponding PLIST as required. This was discussed on tech-pkg in late January and late April. Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere and remove the RCD_SCRIPTS_EXAMPLEDIR itself. |
2005-04-16 15:35:29 by Thomas Klausner | Files touched by this commit (1) |
Log message: Fix dependency pattern to include [0-9]. |
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message: Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. |