summaryrefslogtreecommitdiff
path: root/net/sftp/patches
diff options
context:
space:
mode:
authorcjep <cjep@pkgsrc.org>2002-06-10 06:49:08 +0000
committercjep <cjep@pkgsrc.org>2002-06-10 06:49:08 +0000
commit7b5f4e1f523e0ad188ee87720a205cbfa81c6727 (patch)
treeeea37dd4248df208d5c88af8d1aeaa533679f53d /net/sftp/patches
parent0d9737180571673e1a763038e4957783137a8433 (diff)
downloadpkgsrc-7b5f4e1f523e0ad188ee87720a205cbfa81c6727.tar.gz
Fix readline.h problem on 1.6 (tested with 1.5.3 also). Looked at by
hubertf.
Diffstat (limited to 'net/sftp/patches')
-rw-r--r--net/sftp/patches/patch-aa6
-rw-r--r--net/sftp/patches/patch-ab19
2 files changed, 3 insertions, 22 deletions
diff --git a/net/sftp/patches/patch-aa b/net/sftp/patches/patch-aa
index 1df0a6a7c67..6afd608e9c9 100644
--- a/net/sftp/patches/patch-aa
+++ b/net/sftp/patches/patch-aa
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.1 1999/12/27 23:53:44 hubertf Exp $
+$NetBSD: patch-aa,v 1.2 2002/06/10 06:49:09 cjep Exp $
---- Makefile.in.orig Tue Dec 28 00:40:39 1999
-+++ Makefile.in Tue Dec 28 00:42:39 1999
+--- Makefile.in.orig Thu Nov 18 01:14:12 1999
++++ Makefile.in
@@ -1,6 +1,6 @@
CC = @CC@
CFLAGS = @CFLAGS@
diff --git a/net/sftp/patches/patch-ab b/net/sftp/patches/patch-ab
deleted file mode 100644
index d3d04d3ee11..00000000000
--- a/net/sftp/patches/patch-ab
+++ /dev/null
@@ -1,19 +0,0 @@
-$NetBSD: patch-ab,v 1.1 1999/12/27 23:53:45 hubertf Exp $
-
---- sftp.c.orig Tue Dec 28 00:36:29 1999
-+++ sftp.c Tue Dec 28 00:39:46 1999
-@@ -19,10 +19,14 @@
- #include <sys/socket.h>
- #include <sys/wait.h>
-
-+#ifdef __NetBSD__
-+#include <readline.h>
-+#else /* __NetBSD__ */
- #ifdef HAVE_LIBREADLINE
- #include <readline/readline.h>
- #include <readline/history.h>
- #endif
-+#endif /* __NetBSD__ */
-
- #include "sftp.h"
-