diff options
author | tron <tron@pkgsrc.org> | 1999-08-10 17:43:55 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-08-10 17:43:55 +0000 |
commit | d7b743afef62f87f4ff6e12f4f292059d4e50f23 (patch) | |
tree | 1e1c1ebf8cd98f4c054ef5f459a056330c9e643b /misc/screen/patches | |
parent | 1fd530b9d29085c946470eba851f6f61d4106472 (diff) | |
download | pkgsrc-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-ab | 15 | ||||
-rw-r--r-- | misc/screen/patches/patch-ag | 12 |
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" |