1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Update to screen 3.9.5

PR:		ports/13641
Submitted by:	Christian Weisgerber <naddy@unix-ag.uni-kl.de>
This commit is contained in:
Bill Fenner 1999-09-08 22:31:05 +00:00
parent e23448ede5
commit 245630cc15
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21429
8 changed files with 8 additions and 80 deletions

View File

@ -1,12 +1,12 @@
# New ports collection makefile for: screen
# Version required: 3.7.*
# Version required: 3.9.5
# Date created: 25 Nov 1994
# Whom: ache
#
# $FreeBSD$
#
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}

View File

@ -1 +1 @@
MD5 (screen-3.7.6.tar.gz) = 9a353b828d79c3c143109265cae663a7
MD5 (screen-3.9.5.tar.gz) = ac7dd525b0920bc98e4af75b0f73c73e

View File

@ -10,39 +10,3 @@
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"

View File

@ -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

View File

@ -1,12 +1,12 @@
# New ports collection makefile for: screen
# Version required: 3.7.*
# Version required: 3.9.5
# Date created: 25 Nov 1994
# Whom: ache
#
# $FreeBSD$
#
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}

View File

@ -1 +1 @@
MD5 (screen-3.7.6.tar.gz) = 9a353b828d79c3c143109265cae663a7
MD5 (screen-3.9.5.tar.gz) = ac7dd525b0920bc98e4af75b0f73c73e

View File

@ -10,39 +10,3 @@
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"

View File

@ -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