Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-07-09 | Use nbcompat, add some other patch comments. Fixes build on SunOS. | jperkin | 1 | -7/+14 | |
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 1 | -2/+2 | |
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-06-21 | Fix incorrect declaration for strl* and avoid re-defining CPP macros. | jlam | 1 | -0/+12 | |
This fixes compiler warnings and lets this build with -Werror. This fixes the build on NetBSD. Commit approved during the deep freeze by <agc>. |