2004-02-21 09:18:14 by Min Sik Kim | Files touched by this commit (1) |
Log message: bl3ify and enable pkgviews installation. |
2004-01-20 13:10:01 by Alistair G. Crooks | Files touched by this commit (12) |
Log message: Move WRKSRC definition away from the first paragraph in a Makefile. |
2003-07-26 14:54:56 by Chris Pinnock | Files touched by this commit (1) |
Log message: lint |
2003-07-21 18:35:17 by Martti Kuparinen | Files touched by this commit (8) |
Log message: COMMENT should start with a capital letter. |
2003-07-17 23:50:07 by grant beattie | Files touched by this commit (1504) |
Log message: s/netbsd.org/NetBSD.org/ |
2003-06-17 16:16:34 by Alistair G. Crooks | Files touched by this commit (2) |
Log message: The main package has changed on the distribution site by the following change: --- gkermit.h 1999-12-26 21:25:52.000000000 +0000 +++ gkermit.h 2003-05-27 16:30:13.000000000 +0100 @@ -233,7 +233,11 @@ /* Externs */ +#ifdef ERRNO_H +#include <errno.h> +#else extern int errno; +#endif /* ERRNO_H */ #ifndef _GKERMIT_C extern int debug; #endif /* _GKERMIT_C */ but unfortunately without a corresponding version number bump. so do the dance we usually do with unnumbered distributions, and put the distfile locally into a (numbered) DIST_SUBDIR directory. Bump package revision number, regen distinfo file, and one cosmetic change to make the WRKSRC definition appear in a more suitable place in the package Makefile. |
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-10-04 14:43:57 by Johnny C. Lam | Files touched by this commit (1) |
Log message: buildlink1 -> buildlink2 |