summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorexplorer <explorer>1997-11-05 00:37:12 +0000
committerexplorer <explorer>1997-11-05 00:37:12 +0000
commit64e8f86b3ba0c4b5063a2f86d85044a5f02d0670 (patch)
tree89c67098069d5a281c282f63c6885f332e95f1ff /misc
parent72eb1dc7903965d362741329f75f4d17aec37394 (diff)
downloadpkgsrc-64e8f86b3ba0c4b5063a2f86d85044a5f02d0670.tar.gz
update to screen 3.7.4 (from 3.7.2)
Diffstat (limited to 'misc')
-rw-r--r--misc/screen/Makefile4
-rw-r--r--misc/screen/files/md52
-rw-r--r--misc/screen/patches/patch-aa48
-rw-r--r--misc/screen/patches/patch-ab54
-rw-r--r--misc/screen/pkg/PLIST2
5 files changed, 45 insertions, 65 deletions
diff --git a/misc/screen/Makefile b/misc/screen/Makefile
index fb087385d33..7d748238840 100644
--- a/misc/screen/Makefile
+++ b/misc/screen/Makefile
@@ -3,11 +3,11 @@
# Date created: 25 Nov 1994
# Whom: ache
#
-# $NetBSD: Makefile,v 1.2 1997/10/11 22:14:42 hubertf Exp $
+# $NetBSD: Makefile,v 1.3 1997/11/05 00:37:12 explorer Exp $
# FreeBSD Id: Makefile,v 1.17 1997/06/16 06:39:51 max Exp
#
-DISTNAME= screen-3.7.2
+DISTNAME= screen-3.7.4
CATEGORIES= misc
MASTER_SITES= ftp://ftp.uni-erlangen.de/pub/utilities/screen/ \
${MASTER_SITE_GNU}
diff --git a/misc/screen/files/md5 b/misc/screen/files/md5
index c49ba370a4a..14dc0474593 100644
--- a/misc/screen/files/md5
+++ b/misc/screen/files/md5
@@ -1 +1 @@
-MD5 (screen-3.7.2.tar.gz) = 2d6db5de7fb0cf849cc5a6f94203f029
+MD5 (screen-3.7.4.tar.gz) = c5ab40b068968075e41e25607dfce543
diff --git a/misc/screen/patches/patch-aa b/misc/screen/patches/patch-aa
index b28623063f7..f3eb3b952a2 100644
--- a/misc/screen/patches/patch-aa
+++ b/misc/screen/patches/patch-aa
@@ -1,29 +1,19 @@
-*** Makefile.in.bak Mon Jan 16 17:59:20 1995
---- Makefile.in Wed Jan 18 04:13:40 1995
-***************
-*** 20,26 ****
- ETCSCREENRC = `sed < config.h -n -e '/define ETCSCREENRC/s/^.*"\([^"]*\)"/\1/p'`
-
- CC = @CC@
-- CFLAGS = -O
- LDFLAGS =
- LIBS = @LIBS@
-
---- 20,25 ----
-***************
-*** 79,85 ****
-
- install: install_bin
- cd doc ; $(MAKE) install
-! -tic ${srcdir}/terminfo/screeninfo.src
- # Better do this by hand. E.g. under RCS...
- # cat ${srcdir}/terminfo/screencap >> /etc/termcap
- @echo "termcap entry (${srcdir}/terminfo/screencap) should be installed manually."
---- 78,84 ----
-
- install: install_bin
- cd doc ; $(MAKE) install
-! # -tic ${srcdir}/terminfo/screeninfo.src
- # Better do this by hand. E.g. under RCS...
- # cat ${srcdir}/terminfo/screencap >> /etc/termcap
- @echo "termcap entry (${srcdir}/terminfo/screencap) should be installed manually."
+--- Makefile.in Mon Jun 23 17:05:42 1997
++++ Makefile.in Mon Nov 3 00:06:51 1997
+@@ -20,7 +20,6 @@
+ ETCSCREENRC = `sed < config.h -n -e '/define ETCSCREENRC/s/^.*"\([^"]*\)"/\1/p'`
+
+ CC = @CC@
+-CFLAGS = -O
+ LDFLAGS =
+ LIBS = @LIBS@
+
+@@ -79,7 +78,7 @@
+
+ install: installdirs install_bin
+ cd doc ; $(MAKE) install
+- -tic ${srcdir}/terminfo/screeninfo.src
++# -tic ${srcdir}/terminfo/screeninfo.src
+ # Better do this by hand. E.g. under RCS...
+ # cat ${srcdir}/terminfo/screencap >> /etc/termcap
+ @echo "termcap entry (${srcdir}/terminfo/screencap) should be installed manually."
diff --git a/misc/screen/patches/patch-ab b/misc/screen/patches/patch-ab
index fc6b4815d2c..51ef0486e02 100644
--- a/misc/screen/patches/patch-ab
+++ b/misc/screen/patches/patch-ab
@@ -1,32 +1,22 @@
-*** doc/Makefile.in.orig Mon Sep 2 06:54:27 1996
---- doc/Makefile.in Mon Jun 16 15:24:12 1997
-***************
-*** 20,26 ****
- $(TEXI2DVI) $(srcdir)/screen.texinfo
-
- info screen.info: screen.texinfo
-! $(MAKEINFO) $(srcdir)/screen.texinfo -o screen.info
-
- install: installdirs
- $(INSTALL_DATA) $(srcdir)/screen.1 $(mandir)/man1/screen.1
---- 20,27 ----
- $(TEXI2DVI) $(srcdir)/screen.texinfo
-
- info screen.info: screen.texinfo
-! rm -f ./screen.info*
-! $(MAKEINFO) --no-split $(srcdir)/screen.texinfo -o screen.info
-
- install: installdirs
- $(INSTALL_DATA) $(srcdir)/screen.1 $(mandir)/man1/screen.1
-***************
-*** 28,36 ****
- -if test -f screen.info; then d=.; else d=$(srcdir); fi; \
- if test -f $$d/screen.info; then \
- for f in $$d/screen.info*; do $(INSTALL_DATA) $$f $(infodir);done; \
-- if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \
-- install-info --infodir=$(infodir) $$d/screen.info; \
-- else true; fi; \
- fi
-
- uninstall:
---- 29,34 ----
+--- doc/Makefile.in Mon Jun 23 17:05:43 1997
++++ doc/Makefile.in Mon Nov 3 00:07:58 1997
+@@ -20,7 +20,8 @@
+ $(TEXI2DVI) $(srcdir)/screen.texinfo
+
+ info screen.info: screen.texinfo
+- $(MAKEINFO) $(srcdir)/screen.texinfo -o screen.info
++ rm -f ./screen.info*
++ $(MAKEINFO) --no-split $(srcdir)/screen.texinfo -o screen.info
+
+ install: installdirs
+ $(INSTALL_DATA) $(srcdir)/screen.1 $(mandir)/man1/screen.1
+@@ -28,9 +29,6 @@
+ -if test -f screen.info; then d=.; else d=$(srcdir); fi; \
+ if test -f $$d/screen.info; then \
+ for f in $$d/screen.info*; do $(INSTALL_DATA) $$f $(infodir);done; \
+- if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \
+- install-info --info-dir=$(infodir) $$d/screen.info; \
+- else true; fi; \
+ fi
+
+ uninstall:
diff --git a/misc/screen/pkg/PLIST b/misc/screen/pkg/PLIST
index 5084419fbd1..73206b9b131 100644
--- a/misc/screen/pkg/PLIST
+++ b/misc/screen/pkg/PLIST
@@ -1,5 +1,5 @@
bin/screen
-bin/screen-3.7.2
+bin/screen-3.7.4
man/man1/screen.1.gz
@unexec install-info --delete %D/info/screen.info %D/info/dir
info/screen.info