summaryrefslogtreecommitdiff
path: root/misc/gone
diff options
context:
space:
mode:
authorjoerg <joerg>2005-11-10 17:56:49 +0000
committerjoerg <joerg>2005-11-10 17:56:49 +0000
commitb1aebcfbe8f929b316739ae24fff1a0173dc2a49 (patch)
tree37d05e20b294fe17bcd3ecc53d33bcd20eb71add /misc/gone
parentcdf65ae9753c5635c8b4c21ee18cd4c8046e5680 (diff)
downloadpkgsrc-b1aebcfbe8f929b316739ae24fff1a0173dc2a49.tar.gz
Depend on the existence of errno.h and its errno.
Diffstat (limited to 'misc/gone')
-rw-r--r--misc/gone/distinfo3
-rw-r--r--misc/gone/patches/patch-aa12
2 files changed, 14 insertions, 1 deletions
diff --git a/misc/gone/distinfo b/misc/gone/distinfo
index dc4ebc6903c..12961ba07fe 100644
--- a/misc/gone/distinfo
+++ b/misc/gone/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.6 2005/02/24 11:02:52 agc Exp $
+$NetBSD: distinfo,v 1.7 2005/11/10 17:56:49 joerg Exp $
SHA1 (gone-1.3.5.tar.gz) = 59ce0a7b71dc5a71c4864c060cef1bba67ee053f
RMD160 (gone-1.3.5.tar.gz) = 269e4316592645b2acbfe3b25fbee378312601a9
Size (gone-1.3.5.tar.gz) = 23800 bytes
+SHA1 (patch-aa) = 614b5a5a8fac377725b1532d4466f42c5387cfab
diff --git a/misc/gone/patches/patch-aa b/misc/gone/patches/patch-aa
new file mode 100644
index 00000000000..91cd2b16897
--- /dev/null
+++ b/misc/gone/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2005/11/10 17:56:49 joerg Exp $
+
+--- gone.c.orig 2005-11-10 17:54:17.000000000 +0000
++++ gone.c
+@@ -117,7 +117,6 @@ extern int optind, opterr;
+ #endif /* ULTRIX */
+
+ main(int argc, char *argv[]) {
+- extern int errno;
+ char *ap;
+ char buffer[PASSWORD_BUFFER];
+ char *cryptBuffer;