summaryrefslogtreecommitdiff
path: root/devel/error
AgeCommit message (Collapse)AuthorFilesLines
2005-12-19Don't pass -Werror to the compiler. Fixes the bulk build for NetBSDrillig1-1/+3
1.6.2/i386.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig4-10/+10
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-21Fix incorrect declaration for strl* and avoid re-defining CPP macros.jlam4-1/+40
This fixes compiler warnings and lets this build with -Werror. This fixes the build on NetBSD. Commit approved during the deep freeze by <agc>.
2005-05-22Sort.minskim1-2/+2
2005-05-22s/netbsd/NetBSD/minskim1-2/+2
2005-05-22Remove redundant inclusion of bsd.prefs.mk.minskim1-3/+1
2005-05-22Honor *OWN and *GRP.minskim1-1/+4
2005-05-10Add a port of NetBSD's error(1) program.christos4-0/+25