summaryrefslogtreecommitdiff
path: root/misc/screen/patches
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1997-10-11 21:47:45 +0000
committerhubertf <hubertf@pkgsrc.org>1997-10-11 21:47:45 +0000
commit652e2956ee0721786181dcf43d7559a17c9b93f9 (patch)
tree3168e7bc4854554f72118dc96560235482befc88 /misc/screen/patches
parent551dd598bd50fa36ec5070b44fede97059cdbb6b (diff)
downloadpkgsrc-652e2956ee0721786181dcf43d7559a17c9b93f9.tar.gz
Initial import of FreeBSD's screen port.
Diffstat (limited to 'misc/screen/patches')
-rw-r--r--misc/screen/patches/patch-aa29
-rw-r--r--misc/screen/patches/patch-ab32
-rw-r--r--misc/screen/patches/patch-ac12
3 files changed, 73 insertions, 0 deletions
diff --git a/misc/screen/patches/patch-aa b/misc/screen/patches/patch-aa
new file mode 100644
index 00000000000..b28623063f7
--- /dev/null
+++ b/misc/screen/patches/patch-aa
@@ -0,0 +1,29 @@
+*** 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."
diff --git a/misc/screen/patches/patch-ab b/misc/screen/patches/patch-ab
new file mode 100644
index 00000000000..fc6b4815d2c
--- /dev/null
+++ b/misc/screen/patches/patch-ab
@@ -0,0 +1,32 @@
+*** doc/Makefile.in.orig Mon Sep 2 06:54:27 1996
+--- doc/Makefile.in Mon Jun 16 15:24:12 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 --infodir=$(infodir) $$d/screen.info; \
+- else true; fi; \
+ fi
+
+ uninstall:
+--- 29,34 ----
diff --git a/misc/screen/patches/patch-ac b/misc/screen/patches/patch-ac
new file mode 100644
index 00000000000..0b5d4cf3ff9
--- /dev/null
+++ b/misc/screen/patches/patch-ac
@@ -0,0 +1,12 @@
+--- 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