2005-12-27 14:54:59 by Stoned Elipot | Files touched by this commit (55) |
Log message: Lower expectations, both others' and mine: relinquish stewardship |
2005-12-18 19:58:29 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message: Fix errno. |
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 |
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-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. |
2002-09-24 14:30:55 by Thomas Klausner | Files touched by this commit (155) |
Log message: Complete standardization of messages according to latest pkglint. |
2002-04-18 18:14:47 by Yuji Yamano | Files touched by this commit (1) |
Log message: Replace STRIPFLAG with _STRIPFLAG_INSTALL to fix pkg/15467. |