upgrade to screen 4.0.0

--
From: Han Boetes <han at mijncomputer dot nl>
This commit is contained in:
brad 2003-09-26 23:50:55 +00:00
parent 111ac00366
commit 85af65a8ee
6 changed files with 21 additions and 21 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.44 2003/05/05 04:40:31 brad Exp $
# $OpenBSD: Makefile,v 1.45 2003/09/26 23:50:55 brad Exp $
COMMENT= "multi-screen window manager"
VERSION= 3.9.15
VERSION= 4.0.0
DISTNAME= screen-${VERSION}
CATEGORIES= misc
MASTER_SITES= ftp://ftp.uni-erlangen.de/pub/utilities/screen/

View File

@ -1,3 +1,3 @@
MD5 (screen-3.9.15.tar.gz) = 0dff6fdc3fbbceabf25a43710fbfe75f
RMD160 (screen-3.9.15.tar.gz) = ff5a9962d4946d541367c425998be9191f6d4d27
SHA1 (screen-3.9.15.tar.gz) = 6e94b044465613e707abdd4c02bab37d5a1733b5
MD5 (screen-4.0.0.tar.gz) = dc4eafc7616141aa61a8faf81e442aff
RMD160 (screen-4.0.0.tar.gz) = b6c71bd3e74125ff1137af3d42b07e8a98a37a76
SHA1 (screen-4.0.0.tar.gz) = e9823a9c6cc57f8d4df6ddd496f716cc4b17f627

View File

@ -1,5 +1,6 @@
--- doc/Makefile.in.orig Thu Feb 14 08:36:33 2002
+++ doc/Makefile.in Thu Feb 14 19:11:58 2002
$OpenBSD: patch-doc_Makefile_in,v 1.1 2003/09/26 23:50:55 brad Exp $
--- doc/Makefile.in.orig 2003-09-08 10:47:31.000000000 -0400
+++ doc/Makefile.in 2003-09-13 04:18:35.000000000 -0400
@@ -11,7 +11,7 @@ infodir = @infodir@
INSTALL = @INSTALL@

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-doc_screen_1,v 1.3 2003/05/05 04:40:31 brad Exp $
--- doc/screen.1.orig Thu Mar 13 06:17:36 2003
+++ doc/screen.1 Thu Apr 24 09:24:57 2003
$OpenBSD: patch-doc_screen_1,v 1.4 2003/09/26 23:50:55 brad Exp $
--- doc/screen.1.orig 2003-08-27 16:36:21.000000000 +0200
+++ doc/screen.1 2003-09-12 15:36:35.000000000 +0200
@@ -99,7 +99,7 @@ create the new window.
The above example would start the emacs editor (editing prog.c) and switch
to its window.
@ -28,7 +28,7 @@ $OpenBSD: patch-doc_screen_1,v 1.3 2003/05/05 04:40:31 brad Exp $
\*Q.screenrc\*U in the user's home directory. These are the \*Qprogrammer's
defaults\*U that can be overridden in the following ways: for the
global screenrc file
@@ -1644,7 +1644,7 @@ and then compile the entry with
@@ -1669,7 +1669,7 @@ and then compile the entry with
The echo command may be used to annoy
.I screen
users with a 'message of the
@ -37,7 +37,7 @@ $OpenBSD: patch-doc_screen_1,v 1.3 2003/05/05 04:40:31 brad Exp $
The option \*Q-n\*U may be used to suppress the line feed.
See also \*Qsleep\*U.
Echo is also useful for online checking of environment variables.
@@ -4337,12 +4337,12 @@ Examples in the
@@ -4416,12 +4416,12 @@ Examples in the
.I screen
distribution package for private and global initialization files.
.IP $SYSSCREENRC
@ -52,7 +52,7 @@ $OpenBSD: patch-doc_screen_1,v 1.3 2003/05/05 04:40:31 brad Exp $
.IP $SCREENDIR/S-<login>
.IP /local/screens/S-<login>
Socket directories (default)
@@ -4363,7 +4363,7 @@ Output log files created by the log func
@@ -4442,7 +4442,7 @@ Output log files created by the log func
or
.IP /etc/termcap
Terminal capability databases
@ -61,7 +61,7 @@ $OpenBSD: patch-doc_screen_1,v 1.3 2003/05/05 04:40:31 brad Exp $
Login records
.IP $LOCKPRG
Program that locks a terminal.
@@ -4476,9 +4476,9 @@ does not make use of hardware tabs.
@@ -4555,9 +4555,9 @@ does not make use of hardware tabs.
must be installed as set-uid with owner root on most systems in order
to be able to correctly change the owner of the tty device file for
each window.

View File

@ -1,6 +1,7 @@
--- pty.c.orig Fri Feb 14 08:44:20 2003
+++ pty.c Thu Apr 24 09:24:57 2003
@@ -32,6 +32,23 @@ RCS_ID("$Id: pty.c,v 1.6 1994/05/31 12:3
$OpenBSD: patch-pty_c,v 1.1 2003/09/26 23:50:55 brad Exp $
--- pty.c.orig 2003-09-08 10:26:18.000000000 -0400
+++ pty.c 2003-09-13 04:18:35.000000000 -0400
@@ -29,6 +29,23 @@
#include "config.h"
#include "screen.h"
@ -24,7 +25,7 @@
#ifndef sun
# include <sys/ioctl.h>
#endif
@@ -340,25 +357,25 @@ int
@@ -337,25 +354,25 @@ int
OpenPTY(ttyn)
char **ttyn;
{
@ -63,7 +64,7 @@
if (eff_uid && access(TtyName, R_OK | W_OK))
{
close(f);
@@ -381,9 +398,11 @@ char **ttyn;
@@ -378,9 +395,11 @@ char **ttyn;
#endif
initmaster(f);
*ttyn = TtyName;

View File

@ -9,5 +9,3 @@ regions between windows.
Flavors:
static - Build with statically linked binaries.
WWW: ${HOMEPAGE}