diff options
author | steve <steve@FreeBSD.org> | 1998-03-16 03:48:30 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-03-16 03:48:30 +0800 |
commit | 169ac55de814f5074a11bf574e03f04c43aba447 (patch) | |
tree | 26cd2fa0a3a7f309274cac7ae2ba360aa0c56d6f /x11/rxvt/files | |
parent | 8e6ec554d0adfe5280ccac1946491ac7cd39c5d3 (diff) | |
download | freebsd-ports-gnome-169ac55de814f5074a11bf574e03f04c43aba447.tar.gz freebsd-ports-gnome-169ac55de814f5074a11bf574e03f04c43aba447.tar.zst freebsd-ports-gnome-169ac55de814f5074a11bf574e03f04c43aba447.zip |
Update to version 2.4.5.
PR: 5940
Submitted by: Frank Chen Hsiung Chan <frankch@waru.life.nthu.edu.tw>
Diffstat (limited to 'x11/rxvt/files')
-rw-r--r-- | x11/rxvt/files/patch-aa | 17 | ||||
-rw-r--r-- | x11/rxvt/files/patch-ab | 28 |
2 files changed, 24 insertions, 21 deletions
diff --git a/x11/rxvt/files/patch-aa b/x11/rxvt/files/patch-aa index 023eb0f45fff..e795ba20b73d 100644 --- a/x11/rxvt/files/patch-aa +++ b/x11/rxvt/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/files/patch-ab b/x11/rxvt/files/patch-ab index 4b6d96b4720a..1c5e36dd9043 100644 --- a/x11/rxvt/files/patch-ab +++ b/x11/rxvt/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++) { |