Update "screen" package to version 3.9.3. Changes since version 3.9.2:

- small utmp fix
- BSD chflags fix
This commit is contained in:
tron 1999-08-10 17:43:55 +00:00
parent 1fd530b9d2
commit d7b743afef
6 changed files with 34 additions and 12 deletions

View file

@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.16 1999/08/10 09:18:01 agc Exp $
# $NetBSD: Makefile,v 1.17 1999/08/10 17:43:55 tron Exp $
# FreeBSD Id: Makefile,v 1.17 1997/06/16 06:39:51 max Exp
#
DISTNAME= screen-3.9.2
DISTNAME= screen-3.9.3
CATEGORIES= misc
MASTER_SITES= ftp://ftp.uni-erlangen.de/pub/utilities/screen/ \
${MASTER_SITE_GNU:=screen/}

View file

@ -1,3 +1,3 @@
$NetBSD: md5,v 1.5 1999/08/10 09:18:01 agc Exp $
$NetBSD: md5,v 1.6 1999/08/10 17:43:55 tron Exp $
MD5 (screen-3.9.2.tar.gz) = 9c66010ad215e57f7cde223fca33fa60
MD5 (screen-3.9.3.tar.gz) = adf9a6f52fda72028d166beb6e1c056a

View file

@ -1,8 +1,9 @@
$NetBSD: patch-sum,v 1.2 1999/08/10 09:18:01 agc Exp $
$NetBSD: patch-sum,v 1.3 1999/08/10 17:43:55 tron Exp $
MD5 (patch-aa) = 8e06f73eb8c0167051d17a71f0267ebb
MD5 (patch-ab) = 920428b30aea59e0863697bc37b4dd74
MD5 (patch-ab) = 96bed78d46d5bab58f300a3c6dda1dba
MD5 (patch-ac) = b64706d3cce162a05421ee7bbded5d7d
MD5 (patch-ad) = d8635ceee1f95901b6084a432313e658
MD5 (patch-ae) = 30e1c69f8ee8ca6fee2b602a009957cf
MD5 (patch-af) = d9d6407efeb7271b43d97b0838eeb5ff
MD5 (patch-ag) = 95e34aa096d3e70488771065745135ac

View file

@ -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

View file

@ -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"

View file

@ -1,7 +1,7 @@
@comment $NetBSD: PLIST,v 1.9 1999/08/10 09:18:02 agc Exp $
@comment $NetBSD: PLIST,v 1.10 1999/08/10 17:43:56 tron Exp $
bin/screen
bin/screen-3.9.2
man/man1/screen.1.gz
bin/screen-3.9.3
man/man1/screen.1
@unexec install-info --delete %D/info/screen.info %D/info/dir
info/screen.info
@exec install-info %D/info/screen.info %D/info/dir