summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1995-01-18 01:29:54 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1995-01-18 01:29:54 +0000
commitcfebf08f4439507039d5713b234f049036f33721 (patch)
tree0413ca28e215cc709b3dc04279d0f6bd060e6ebb /sysutils
parentPut brackets around EXTRACT_CMD, can be several commands here (diff)
Upgrade
Notes
Notes: svn path=/head/; revision=794
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/screen/Makefile6
-rw-r--r--sysutils/screen/distinfo1
-rw-r--r--sysutils/screen/files/patch-aa55
-rw-r--r--sysutils/screen/pkg-plist7
4 files changed, 24 insertions, 45 deletions
diff --git a/sysutils/screen/Makefile b/sysutils/screen/Makefile
index 35defd9a5908..73b1e35f13df 100644
--- a/sysutils/screen/Makefile
+++ b/sysutils/screen/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: screen
-# Version required: 3.6.0
+# Version required: 3.6.1
# Date created: 25 Nov 1994
# Whom: ache
#
-# $Id: Makefile,v 1.4 1994/12/17 07:35:01 ache Exp $
+# $Id: Makefile,v 1.5 1994/12/22 06:46:32 ache Exp $
#
-DISTNAME= screen-3.6.0
+DISTNAME= screen-3.6.1
NCFTPFLAGS= -PN
MASTER_SITES= ftp://ftp.uni-erlangen.de/pub/utilities/screen/
GNU_CONFIGURE= YES
diff --git a/sysutils/screen/distinfo b/sysutils/screen/distinfo
new file mode 100644
index 000000000000..ba5e8e6b70e9
--- /dev/null
+++ b/sysutils/screen/distinfo
@@ -0,0 +1 @@
+MD5 (screen-3.6.1.tar.gz) = 80255677328f718c06bcb1032ca0a34c
diff --git a/sysutils/screen/files/patch-aa b/sysutils/screen/files/patch-aa
index 849f7951dbb1..b28623063f7c 100644
--- a/sysutils/screen/files/patch-aa
+++ b/sysutils/screen/files/patch-aa
@@ -1,56 +1,29 @@
-*** Makefile.in.bak Tue Nov 29 00:07:26 1994
---- Makefile.in Tue Nov 29 06:30:34 1994
+*** Makefile.in.bak Mon Jan 16 17:59:20 1995
+--- Makefile.in Wed Jan 18 04:13:40 1995
***************
-*** 19,33 ****
-
+*** 20,26 ****
ETCSCREENRC = `sed < config.h -n -e '/define ETCSCREENRC/s/^.*"\([^"]*\)"/\1/p'`
-! CC = @CC@
-! CFLAGS = -O
-! LDFLAGS =
-! LIBS = @LIBS@
-
- CPP_DEPEND=/lib/cpp -MM
-
-! INSTALL = @INSTALL@
-! INSTALL_PROGRAM = @INSTALL_PROGRAM@
- INSTALL_DATA = @INSTALL_DATA@
-
- AWK = @AWK@
---- 19,30 ----
-
- ETCSCREENRC = `sed < config.h -n -e '/define ETCSCREENRC/s/^.*"\([^"]*\)"/\1/p'`
+ CC = @CC@
+- CFLAGS = -O
+ LDFLAGS =
+ LIBS = @LIBS@
-! LIBS = -ltermcap -lutil -lcrypt
-
- CPP_DEPEND=/lib/cpp -MM
-
-! INSTALL = @INSTALL@ -o bin -g bin
-! INSTALL_PROGRAM = @INSTALL_PROGRAM@ -s
- INSTALL_DATA = @INSTALL_DATA@
-
- AWK = @AWK@
+--- 20,25 ----
***************
-*** 136,145 ****
+*** 79,85 ****
install: install_bin
- -$(INSTALL_DATA) $(srcdir)/doc/screen.1 $(mandir)/man1/screen.1
+ 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."
-
- installdirs: mkinstalldirs
- # Path leading to ETCSCREENRC and Socketdirectory not checked.
---- 133,143 ----
+ @echo "termcap entry (${srcdir}/terminfo/screencap) should be installed manually."
+--- 78,84 ----
install: install_bin
- -$(INSTALL_DATA) $(srcdir)/doc/screen.1 $(mandir)/man1/screen.1
+ 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."
-! @echo "look at global and local screenrc examples in etc subdir"
-
- installdirs: mkinstalldirs
- # Path leading to ETCSCREENRC and Socketdirectory not checked.
+ @echo "termcap entry (${srcdir}/terminfo/screencap) should be installed manually."
diff --git a/sysutils/screen/pkg-plist b/sysutils/screen/pkg-plist
index 0d0457c76347..49bad7dfcdab 100644
--- a/sysutils/screen/pkg-plist
+++ b/sysutils/screen/pkg-plist
@@ -1,4 +1,9 @@
@cwd /usr/local
bin/screen
-bin/screen-3.6.0
+bin/screen-3.6.1
man/man1/screen.1
+info/screen.info
+info/screen.info-1
+info/screen.info-2
+info/screen.info-3
+info/screen.info-4