summaryrefslogtreecommitdiff
path: root/x11/rxvt-unicode/files
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-03-15 19:48:30 +0000
committerSteve Price <steve@FreeBSD.org>1998-03-15 19:48:30 +0000
commite2922bf70763a0b288ea5adce3cf7cecfcb6efc3 (patch)
treeb41f03bd6b0e62afbc43ace96d3a31c2afbf5895 /x11/rxvt-unicode/files
parentAdd MAINTAINER so this portlints clean. (diff)
Update to version 2.4.5.
PR: 5940 Submitted by: Frank Chen Hsiung Chan <frankch@waru.life.nthu.edu.tw>
Notes
Notes: svn path=/head/; revision=10151
Diffstat (limited to 'x11/rxvt-unicode/files')
-rw-r--r--x11/rxvt-unicode/files/patch-aa17
-rw-r--r--x11/rxvt-unicode/files/patch-ab28
2 files changed, 24 insertions, 21 deletions
diff --git a/x11/rxvt-unicode/files/patch-aa b/x11/rxvt-unicode/files/patch-aa
index 023eb0f45fff..e795ba20b73d 100644
--- a/x11/rxvt-unicode/files/patch-aa
+++ b/x11/rxvt-unicode/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile.in.orig Fri Sep 27 10:48:20 1996
-+++ Makefile.in Mon Feb 24 01:09:28 1997
+--- Makefile.in.orig Sun Mar 8 09:47:15 1998
++++ Makefile.in Sun Mar 8 09:48:22 1998
@@ -7,7 +7,7 @@
first_rule: all
dummy:
@@ -7,5 +7,16 @@
-subdirs = src doc rclock src/graphics
+subdirs = src doc #rclock src/graphics
- DIST_ETC = etc/XTerm.ad etc/color etc/termcap etc/terminfo etc/xmkdir
+ DIST = INSTALL configure Makefile Makefile.in
+--- doc/Makefile.in.orig Sun Mar 8 09:51:09 1998
++++ doc/Makefile.in Sun Mar 8 09:51:27 1998
+@@ -53,7 +53,7 @@
+
+ tags allbin:
+
+-alldoc: lsm rxvt.1
++alldoc: rxvt.1
+
+ clean:
+ $(RMF) $(VERNAME).lsm rxvt.1 *~
diff --git a/x11/rxvt-unicode/files/patch-ab b/x11/rxvt-unicode/files/patch-ab
index 4b6d96b4720a..1c5e36dd9043 100644
--- a/x11/rxvt-unicode/files/patch-ab
+++ b/x11/rxvt-unicode/files/patch-ab
@@ -1,19 +1,11 @@
---- ./src/utmp.c.org Thu Jan 23 10:46:02 1997
-+++ ./src/utmp.c Thu Apr 24 15:20:49 1997
-@@ -80,6 +80,8 @@
- #include <stdio.h>
- #include <string.h>
+--- src/command.c.orig Sun Mar 8 09:48:42 1998
++++ src/command.c Sun Mar 8 09:49:08 1998
+@@ -505,7 +505,7 @@
+ ttydev = tty_name;
-+#include <sys/types.h>
-+
- #ifdef HAVE_UTMPX_H
- # include <utmpx.h>
- # define USE_SYSV_UTMP
-@@ -90,7 +92,6 @@
- # endif
- #endif
-
--#include <sys/types.h>
- #include <sys/stat.h>
-
- #ifdef TIME_WITH_SYS_TIME
+ #define PTYCHAR1 "pqrstuvwxyz"
+-#define PTYCHAR2 "0123456789abcdef"
++#define PTYCHAR2 "0123456789abcdefghijklmnopqrstuv"
+ for (c1 = PTYCHAR1; *c1; c1++) {
+ ptydev[len - 2] = ttydev[len - 2] = *c1;
+ for (c2 = PTYCHAR2; *c2; c2++) {