1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00

Added patch to remove warning during startup.

(also use INFO files feature)

PR:		ports/57028
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
Approved by:	cy@ temp absence note
This commit is contained in:
Edwin Groothuis 2003-10-13 03:28:04 +00:00
parent 2f9f9b16c8
commit eedb2a465c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90978
6 changed files with 32 additions and 6 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= screen
PORTVERSION= 4.0.1
PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= ftp://ftp.uni-erlangen.de/pub/utilities/screen/ \
${MASTER_SITE_GNU}
@ -17,6 +18,7 @@ COMMENT= A multi-screen window manager
GNU_CONFIGURE= yes
MAN1= screen.1
INFO= screen
.include <bsd.port.pre.mk>

View File

@ -0,0 +1,14 @@
--- etc/etcscreenrc.orig Sun Oct 12 20:19:58 2003
+++ etc/etcscreenrc Sun Oct 12 20:20:07 2003
@@ -82,9 +82,9 @@
terminfo wy75-42 nx:xo:Z0=\E[?3h\E[31h:Z1=\E[?3l\E[31h
#remove some stupid / dangerous key bindings
-bind '^k'
+bind ^k
#bind 'L'
-bind '^\'
+bind ^\
#make them better
bind '\\' quit
bind 'K' kill

View File

@ -1,7 +1,4 @@
bin/screen
@unexec install-info --delete %D/info/screen.info %D/info/dir
info/screen.info
@exec install-info %D/info/screen.info %D/info/dir
share/screen/utf8encodings/01
share/screen/utf8encodings/02
share/screen/utf8encodings/03

View File

@ -7,6 +7,7 @@
PORTNAME= screen
PORTVERSION= 4.0.1
PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= ftp://ftp.uni-erlangen.de/pub/utilities/screen/ \
${MASTER_SITE_GNU}
@ -17,6 +18,7 @@ COMMENT= A multi-screen window manager
GNU_CONFIGURE= yes
MAN1= screen.1
INFO= screen
.include <bsd.port.pre.mk>

View File

@ -0,0 +1,14 @@
--- etc/etcscreenrc.orig Sun Oct 12 20:19:58 2003
+++ etc/etcscreenrc Sun Oct 12 20:20:07 2003
@@ -82,9 +82,9 @@
terminfo wy75-42 nx:xo:Z0=\E[?3h\E[31h:Z1=\E[?3l\E[31h
#remove some stupid / dangerous key bindings
-bind '^k'
+bind ^k
#bind 'L'
-bind '^\'
+bind ^\
#make them better
bind '\\' quit
bind 'K' kill

View File

@ -1,7 +1,4 @@
bin/screen
@unexec install-info --delete %D/info/screen.info %D/info/dir
info/screen.info
@exec install-info %D/info/screen.info %D/info/dir
share/screen/utf8encodings/01
share/screen/utf8encodings/02
share/screen/utf8encodings/03