Subject: CVS commit: pkgsrc/comms/gkermit
To: None <pkgsrc-changes@netbsd.org>
From: Alistair G. Crooks <agc@netbsd.org>
List: pkgsrc-changes
Date: 06/17/2003 14:16:34
Module Name: pkgsrc
Committed By: agc
Date: Tue Jun 17 14:16:34 UTC 2003
Modified Files:
pkgsrc/comms/gkermit: Makefile distinfo
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.
To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 pkgsrc/comms/gkermit/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/comms/gkermit/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.