mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
Upgrade
This commit is contained in:
parent
817a927448
commit
cfebf08f44
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=794
@ -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
|
||||
|
1
misc/screen/distinfo
Normal file
1
misc/screen/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (screen-3.6.1.tar.gz) = 80255677328f718c06bcb1032ca0a34c
|
@ -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@
|
||||
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'`
|
||||
|
||||
! 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."
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
1
sysutils/screen/distinfo
Normal file
1
sysutils/screen/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (screen-3.6.1.tar.gz) = 80255677328f718c06bcb1032ca0a34c
|
@ -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@
|
||||
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'`
|
||||
|
||||
! 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."
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user