Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Sep 1999 17:46:30 +0200 (CEST)
From:      Christian Weisgerber <naddy@unix-ag.uni-kl.de>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/13641: update misc/screen to 3.9.5
Message-ID:  <199909081546.RAA86476@fettuccini.unix-ag.uni-kl.de>

next in thread | raw e-mail | index | archive | help

>Number:         13641
>Category:       ports
>Synopsis:       update misc/screen to 3.9.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep  8 08:50:03 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Christian Weisgerber
>Release:        FreeBSD 3.2-STABLE i386
>Organization:
Unix-AG, Uni Kaiserslautern
>Environment:

>Description:

Update for misc/screen port from 3.7.6 to 3.9.5.

>How-To-Repeat:

>Fix:
	
diff -uNr /usr/ports/misc/screen/Makefile screen/Makefile
--- /usr/ports/misc/screen/Makefile	Wed Sep  1 14:59:45 1999
+++ screen/Makefile	Wed Sep  8 16:13:56 1999
@@ -6,7 +6,7 @@
 # $FreeBSD: ports/misc/screen/Makefile,v 1.23 1999/08/31 06:48:26 mharo Exp $
 #
 
-DISTNAME=       screen-3.7.6
+DISTNAME=       screen-3.9.5
 CATEGORIES=	misc
 MASTER_SITES=   ftp://ftp.uni-erlangen.de/pub/utilities/screen/ \
 		${MASTER_SITE_GNU}
diff -uNr /usr/ports/misc/screen/files/md5 screen/files/md5
--- /usr/ports/misc/screen/files/md5	Wed Dec 30 01:16:42 1998
+++ screen/files/md5	Wed Sep  8 16:14:02 1999
@@ -1 +1 @@
-MD5 (screen-3.7.6.tar.gz) = 9a353b828d79c3c143109265cae663a7
+MD5 (screen-3.9.5.tar.gz) = ac7dd525b0920bc98e4af75b0f73c73e
diff -uNr /usr/ports/misc/screen/patches/patch-aa screen/patches/patch-aa
--- /usr/ports/misc/screen/patches/patch-aa	Thu Jul 23 22:45:26 1998
+++ screen/patches/patch-aa	Wed Sep  8 16:11:25 1999
@@ -1,48 +1,11 @@
-*** 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."
-*** configure.old	Fri May  2 07:37:26 1997
---- configure	Thu Jul 23 13:39:45 1998
-***************
-*** 2327,2333 ****
-  
-  test -n "$silent" || echo "checking for crypt and sec libraries"
-  test -f /lib/libcrypt_d.a || test -f /usr/lib/libcrypt_d.a && LIBS="$LIBS -lcrypt_d"
-! test -f /lib/libcrypt.a || test -f /usr/lib/libcrypt.a && LIBS="$LIBS -lcrypt"
-  test -f /lib/libsec.a || test -f /usr/lib/libsec.a && LIBS="$LIBS -lsec"
-  test -f /lib/libshadow.a || test -f /usr/lib/libshadow.a && LIBS="$LIBS -lshadow"
-  
---- 2327,2333 ----
-  
-  test -n "$silent" || echo "checking for crypt and sec libraries"
-  test -f /lib/libcrypt_d.a || test -f /usr/lib/libcrypt_d.a && LIBS="$LIBS -lcrypt_d"
-! test -f /lib/libcrypt.a || test -f /usr/lib/libcrypt.a || test -f /usr/lib/aout/libcrypt.a && LIBS="$LIBS -lcrypt"
-  test -f /lib/libsec.a || test -f /usr/lib/libsec.a && LIBS="$LIBS -lsec"
-  test -f /lib/libshadow.a || test -f /usr/lib/libshadow.a && LIBS="$LIBS -lshadow"
-  
+--- Makefile.in.orig	Wed Sep  8 15:49:06 1999
++++ Makefile.in	Wed Sep  8 15:49:20 1999
+@@ -21,7 +21,7 @@
+ ETCSCREENRC = `sed < config.h -n -e '/define ETCSCREENRC/s/^.*"\([^"]*\)"/\1/p'`
+ 
+ CC = @CC@
+-CFLAGS = -O
++CFLAGS = @CFLAGS@
+ LDFLAGS =
+ LIBS = @LIBS@
+ 
diff -uNr /usr/ports/misc/screen/patches/patch-ab screen/patches/patch-ab
--- /usr/ports/misc/screen/patches/patch-ab	Mon Sep 15 22:09:11 1997
+++ screen/patches/patch-ab	Wed Sep  8 16:11:55 1999
@@ -1,32 +1,22 @@
-*** doc/Makefile.in.orig	Tue Jun 24 01:05:43 1997
---- doc/Makefile.in	Mon Sep 15 23:56:34 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 --info-dir=$(infodir) $$d/screen.info; \
-- 	else true; fi; \
-  	fi
-  
-  uninstall:
---- 29,34 ----
+--- doc/Makefile.in.orig	Thu Sep  2 00:50:32 1999
++++ doc/Makefile.in	Wed Sep  8 16:04:29 1999
+@@ -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 -uNr /usr/ports/misc/screen/patches/patch-ac screen/patches/patch-ac
--- /usr/ports/misc/screen/patches/patch-ac	Mon Jun 16 08:38:05 1997
+++ screen/patches/patch-ac	Wed Sep  8 16:12:23 1999
@@ -1,7 +1,7 @@
---- doc/screen.texinfo.orig	Tue Nov 21 03:03:15 1995
-+++ doc/screen.texinfo	Mon Jun 16 15:16:36 1997
-@@ -2,6 +2,9 @@
- @c %**start of header
+--- doc/screen.texinfo.orig	Mon Aug 23 16:47:56 1999
++++ doc/screen.texinfo	Wed Sep  8 16:09:31 1999
+@@ -3,6 +3,9 @@
+ @c vi:set wm=5
  @setfilename screen.info
  @settitle Screen User's Manual
 +@direntry
diff -uNr /usr/ports/misc/screen/pkg/PLIST screen/pkg/PLIST
--- /usr/ports/misc/screen/pkg/PLIST	Sun Jun  6 00:26:44 1999
+++ screen/pkg/PLIST	Wed Sep  8 16:16:37 1999
@@ -1,5 +1,5 @@
 bin/screen
-bin/screen-3.7.6
+bin/screen-3.9.5
 @unexec install-info --delete %D/info/screen.info %D/info/dir
 info/screen.info
 @exec install-info %D/info/screen.info %D/info/dir

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199909081546.RAA86476>