2006-01-12 14:28:57 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message: Prefer NAME_MAX over MAXNAMLEN, don't implement libc string functions locally. Use dirent.h insteaf of sys/dir.h. Bump revision. |
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-11-08 16:51:52 by Todd Vierling | Files touched by this commit (1) |
Log message: Use setpgid(), not setpgrp(), on Interix via -D. |
2004-07-07 16:40:00 by Min Sik Kim | Files touched by this commit (1) |
Log message: Enable pkgviews installation. |
2004-07-07 16:37:49 by Min Sik Kim | Files touched by this commit (1) |
Log message: Honor BINOWN and BINGRP. |
2004-01-20 13:22:22 by Alistair G. Crooks | Files touched by this commit (86) |
Log message: Move WRKSRC definition away from the first paragraph in a Makefile. |
2003-07-18 00:57:07 by grant beattie | Files touched by this commit (1065) |
Log message: s/netbsd.org/NetBSD.org/ |
2003-06-02 03:21:53 by Jan Schaumann | Files touched by this commit (1131) |
Log message: Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. Should anybody feel like they could be the maintainer for any of thewe packages, please adjust. |
2003-03-29 13:43:15 by Julio Merino | Files touched by this commit (795) |
Log message: Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. |