Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Aug 1999 10:21:14 -0400
From:      "Alexander N. Kabaev" <kan@inbox.ru>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/13115: update misc/screen to 3.9.4
Message-ID:  <37B429DA.BA670804@inbox.ru>

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

>Number:         13115
>Category:       ports
>Synopsis:       update misc/screen to 3.9.4
>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:   Fri Aug 13 07:30:00 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Kabaev
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
GTE Labs Inc.
>Environment:

        FreeBSD 4.0-CURRENT i386

>Description:

        update misc/screen to 3.9.4
        changed files: Makefile files/md5 pkg/PLIST
        removed file: patches/patch-ac

>How-To-Repeat:

        n/a
>Fix:


diff -uNr screen/Makefile screen.new/Makefile
--- screen/Makefile     Sat Jun  5 18:31:05 1999
+++ screen.new/Makefile Wed Aug 11 16:32:07 1999
@@ -6,7 +6,7 @@
 # $Id: Makefile,v 1.21 1999/06/05 22:31:05 mharo Exp $
 #

-DISTNAME=       screen-3.7.6
+DISTNAME=       screen-3.9.4
 CATEGORIES=    misc
 MASTER_SITES=   ftp://ftp.uni-erlangen.de/pub/utilities/screen/ \
                ${MASTER_SITE_GNU}
diff -uNr screen/files/md5 screen.new/files/md5
--- screen/files/md5    Tue Dec 29 19:16:42 1998
+++ screen.new/files/md5        Wed Aug 11 16:34:46 1999
@@ -1 +1 @@
-MD5 (screen-3.7.6.tar.gz) = 9a353b828d79c3c143109265cae663a7
+MD5 (screen-3.9.4.tar.gz) = 7de72cd18f7adcdf993ecc6764d0478a
diff -uNr screen/patches/patch-aa screen.new/patches/patch-aa
--- screen/patches/patch-aa     Thu Jul 23 16:45:26 1998
+++ screen.new/patches/patch-aa Mon Sep 15 16:09:11 1997
@@ -1,48 +1,32 @@
-*** Makefile.in.bak    Mon Jan 16 17:59:20 1995
---- Makefile.in        Wed Jan 18 04:13:40 1995
+*** doc/Makefile.in.orig       Tue Jun 24 01:05:43 1997
+--- doc/Makefile.in    Mon Sep 15 23:56:34 1997
 ***************
 *** 20,26 ****
-  ETCSCREENRC = `sed < config.h -n -e '/define
ETCSCREENRC/s/^.*"\([^"]*\)"/\1/p'`
+       $(TEXI2DVI) $(srcdir)/screen.texinfo

-  CC = @CC@
-- CFLAGS = -O
-  LDFLAGS =
-  LIBS = @LIBS@
+  info screen.info: screen.texinfo
+!      $(MAKEINFO) $(srcdir)/screen.texinfo -o screen.info

---- 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: 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: 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
+  install: installdirs
+       $(INSTALL_DATA) $(srcdir)/screen.1 $(mandir)/man1/screen.1
 ***************
-*** 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"
+*** 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 ----
diff -uNr screen/patches/patch-ab screen.new/patches/patch-ab
--- screen/patches/patch-ab     Mon Sep 15 16:09:11 1997
+++ screen.new/patches/patch-ab Mon Jun 16 02:38:05 1997
@@ -1,32 +1,12 @@
-*** 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/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
+ @setfilename screen.info
+ @settitle Screen User's Manual
++@direntry
++* Screen: (screen).             Full-screen window manager.
++@end direntry
+ @finalout
+ @setchapternewpage odd
+ @c %**end of header
diff -uNr screen/patches/patch-ac screen.new/patches/patch-ac
--- screen/patches/patch-ac     Mon Jun 16 02:38:05 1997
+++ screen.new/patches/patch-ac Wed Dec 31 19:00:00 1969
@@ -1,12 +0,0 @@
---- 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
- @setfilename screen.info
- @settitle Screen User's Manual
-+@direntry
-+* Screen: (screen).             Full-screen window manager.
-+@end direntry
- @finalout
- @setchapternewpage odd
- @c %**end of header
diff -uNr screen/pkg/PLIST screen.new/pkg/PLIST
--- screen/pkg/PLIST    Sat Jun  5 18:26:44 1999
+++ screen.new/pkg/PLIST        Wed Aug 11 16:54:52 1999
@@ -1,5 +1,5 @@
 bin/screen
-bin/screen-3.7.6
+bin/screen-3.9.4
 @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?37B429DA.BA670804>