summaryrefslogtreecommitdiff
path: root/sysutils/screen/files
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/screen/files')
-rw-r--r--sysutils/screen/files/patch-aa48
-rw-r--r--sysutils/screen/files/patch-ab32
-rw-r--r--sysutils/screen/files/patch-ac12
3 files changed, 0 insertions, 92 deletions
diff --git a/sysutils/screen/files/patch-aa b/sysutils/screen/files/patch-aa
deleted file mode 100644
index 311950284aca..000000000000
--- a/sysutils/screen/files/patch-aa
+++ /dev/null
@@ -1,48 +0,0 @@
-*** 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"
-
diff --git a/sysutils/screen/files/patch-ab b/sysutils/screen/files/patch-ab
deleted file mode 100644
index 7d32efe4d433..000000000000
--- a/sysutils/screen/files/patch-ab
+++ /dev/null
@@ -1,32 +0,0 @@
-*** 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 ----
diff --git a/sysutils/screen/files/patch-ac b/sysutils/screen/files/patch-ac
deleted file mode 100644
index 0b5d4cf3ff92..000000000000
--- a/sysutils/screen/files/patch-ac
+++ /dev/null
@@ -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