aboutsummaryrefslogtreecommitdiff
path: root/x11/rxvt-unicode/files
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-12-17 08:18:04 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-12-17 08:18:04 +0000
commitc9725fb85b442f5229246e7b4e1c53e913dbbb90 (patch)
treee00c7b9a13c8748065f79c57e9e81d9a1239e743 /x11/rxvt-unicode/files
parentee7f9aa44a92849ab34d5b387a3d79f974023b65 (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_4_0'.release/3.4.0
Notes
Notes: svn path=/head/; revision=23787 svn path=/tags/RELEASE_3_4_0/; revision=23788; tag=release/3.4.0
Diffstat (limited to 'x11/rxvt-unicode/files')
-rw-r--r--x11/rxvt-unicode/files/patch-aa10
-rw-r--r--x11/rxvt-unicode/files/patch-ab11
-rw-r--r--x11/rxvt-unicode/files/patch-ac13
3 files changed, 0 insertions, 34 deletions
diff --git a/x11/rxvt-unicode/files/patch-aa b/x11/rxvt-unicode/files/patch-aa
deleted file mode 100644
index eb613fa36fe3..000000000000
--- a/x11/rxvt-unicode/files/patch-aa
+++ /dev/null
@@ -1,10 +0,0 @@
---- Makefile.in.orig Sun Mar 28 21:31:37 1999
-+++ Makefile.in Tue Jun 8 11:07:52 1999
-@@ -10,6 +10,7 @@
- dummy:
-
- subdirs = src doc rclock src/graphics
-+subdirs = src doc # rclock src/graphics
-
- DIST = INSTALL README.configure configure Makefile Makefile.in ChangeLog
-
diff --git a/x11/rxvt-unicode/files/patch-ab b/x11/rxvt-unicode/files/patch-ab
deleted file mode 100644
index 1d27c78043f4..000000000000
--- a/x11/rxvt-unicode/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/command.c.orig Thu Jun 3 06:17:09 1999
-+++ src/command.c Tue Jun 8 11:11:25 1999
-@@ -316,7 +316,7 @@
- ttydev = tty_name;
-
- # define PTYCHAR1 "pqrstuvwxyz"
--# define PTYCHAR2 "0123456789abcdef"
-+# define PTYCHAR2 "0123456789abcdefhijklmnopqrstuv"
- for (c1 = PTYCHAR1; *c1; c1++) {
- ptydev[len] = ttydev[len] = *c1;
- for (c2 = PTYCHAR2; *c2; c2++) {
diff --git a/x11/rxvt-unicode/files/patch-ac b/x11/rxvt-unicode/files/patch-ac
deleted file mode 100644
index f8d932d23e78..000000000000
--- a/x11/rxvt-unicode/files/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
---- doc/Makefile.in.orig Tue Jun 8 02:53:55 1999
-+++ doc/Makefile.in Tue Jun 8 11:12:40 1999
-@@ -66,8 +66,8 @@
- rxvt.tbl: yodl/rxvt.yo $(YODL_RXVT) yodl/versioninfo.yo yodl/masonyodl.yo
- yodl2man -orxvt.tbl yodl/rxvt.yo
-
--rxvt.1: rxvt.tbl Makefile
-- @if test x$(TBL) = x; then : ; else echo "Making rxvt.1"; $(TBL) $(srcdir)/rxvt.tbl > rxvt.1 ; fi
-+#rxvt.1: rxvt.tbl Makefile
-+# @if test x$(TBL) = x; then : ; else echo "Making rxvt.1"; $(TBL) $(srcdir)/rxvt.tbl > rxvt.1 ; fi
-
- rxvt.html: yodl/rxvt.yo $(YODL_RXVT) yodl/versioninfo.yo yodl/masonyodl.yo
- yodl2html -o$@ yodl/rxvt.yo