summaryrefslogtreecommitdiff
path: root/misc/screen/patches
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-08-10 17:43:55 +0000
committertron <tron@pkgsrc.org>1999-08-10 17:43:55 +0000
commitd7b743afef62f87f4ff6e12f4f292059d4e50f23 (patch)
tree1e1c1ebf8cd98f4c054ef5f459a056330c9e643b /misc/screen/patches
parent1fd530b9d29085c946470eba851f6f61d4106472 (diff)
downloadpkgsrc-d7b743afef62f87f4ff6e12f4f292059d4e50f23.tar.gz
Update "screen" package to version 3.9.3. Changes since version 3.9.2:
- small utmp fix - BSD chflags fix
Diffstat (limited to 'misc/screen/patches')
-rw-r--r--misc/screen/patches/patch-ab15
-rw-r--r--misc/screen/patches/patch-ag12
2 files changed, 24 insertions, 3 deletions
diff --git a/misc/screen/patches/patch-ab b/misc/screen/patches/patch-ab
index 5a1999fd736..dc7fabb2214 100644
--- a/misc/screen/patches/patch-ab
+++ b/misc/screen/patches/patch-ab
@@ -1,7 +1,16 @@
-$NetBSD: patch-ab,v 1.3 1998/08/07 11:10:32 agc Exp $
+$NetBSD: patch-ab,v 1.4 1999/08/10 17:43:56 tron Exp $
---- doc/Makefile.in Mon Jun 23 17:05:43 1997
-+++ doc/Makefile.in Mon Nov 3 00:07:58 1997
+--- doc/Makefile.in.orig Tue Aug 10 17:06:30 1999
++++ doc/Makefile.in Tue Aug 10 19:35:35 1999
+@@ -3,7 +3,7 @@
+ srcdir = @srcdir@
+ VPATH = @srcdir@
+
+-prefix = /usr/local
++prefix = @prefix@
+ mandir = $(prefix)/man
+ infodir = $(prefix)/info
+
@@ -20,7 +20,8 @@
$(TEXI2DVI) $(srcdir)/screen.texinfo
diff --git a/misc/screen/patches/patch-ag b/misc/screen/patches/patch-ag
new file mode 100644
index 00000000000..aa27ec5cc2a
--- /dev/null
+++ b/misc/screen/patches/patch-ag
@@ -0,0 +1,12 @@
+$NetBSD: patch-ag,v 1.1 1999/08/10 17:43:56 tron Exp $
+
+--- teln.c.orig Wed Jul 28 14:50:22 1999
++++ teln.c Tue Aug 10 19:18:25 1999
+@@ -28,6 +28,7 @@
+ #include <sys/socket.h>
+ #include <fcntl.h>
+ #include <netdb.h>
++#include <netinet/in.h>
+ #include <arpa/inet.h>
+
+ #include "config.h"