summaryrefslogtreecommitdiff
path: root/japanese/rxvt/files
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-06-08 22:19:09 +0000
committerSteve Price <steve@FreeBSD.org>1999-06-08 22:19:09 +0000
commit969dfa17d9da48d6476778b3b05c9bcd9e3b9fce (patch)
treef225da46440cedd7c6761eadd78c96fa529790b4 /japanese/rxvt/files
parentThe xforms ports is no longer an i386-only port. (diff)
Update to version 2.6.0. Also set USE_BZIP2 so that the other rxvt
port can share the distfile with this one. PR: 12083 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=19324
Diffstat (limited to 'japanese/rxvt/files')
-rw-r--r--japanese/rxvt/files/patch-ab20
-rw-r--r--japanese/rxvt/files/patch-ad24
-rw-r--r--japanese/rxvt/files/patch-aj20
3 files changed, 32 insertions, 32 deletions
diff --git a/japanese/rxvt/files/patch-ab b/japanese/rxvt/files/patch-ab
index 04db3777b050..83481d130f0e 100644
--- a/japanese/rxvt/files/patch-ab
+++ b/japanese/rxvt/files/patch-ab
@@ -1,7 +1,7 @@
-*** doc/Makefile.in.orig Sun Jan 10 18:46:43 1999
---- doc/Makefile.in Fri Jan 29 23:49:25 1999
+*** doc/Makefile.in.orig Tue Jun 8 18:53:55 1999
+--- doc/Makefile.in Tue Jun 8 21:57:59 1999
***************
-*** 38,44 ****
+*** 39,45 ****
#-------------------------------------------------------------------------
@@ -9,7 +9,7 @@
@if test x$(TBL) = x; then : ; else echo "Making rxvt.1"; $(TBL) $(srcdir)/rxvt.tbl > rxvt.1 ; fi
SEDREPLACE = -e 's%@RXVT_VERSION@%$(VERSION)%g;'\
---- 38,44 ----
+--- 39,45 ----
#-------------------------------------------------------------------------
@@ -18,7 +18,7 @@
SEDREPLACE = -e 's%@RXVT_VERSION@%$(VERSION)%g;'\
***************
-*** 54,60 ****
+*** 55,61 ****
tags allbin:
@@ -26,7 +26,7 @@
yodl/versioninfo.yo: yodl/versioninfo.yo.in ../autoconf/Make.common.in
$(SED) $(SEDREPLACE) < $(srcdir)/yodl/versioninfo.yo.in > $@
---- 54,60 ----
+--- 55,61 ----
tags allbin:
@@ -35,7 +35,7 @@
yodl/versioninfo.yo: yodl/versioninfo.yo.in ../autoconf/Make.common.in
$(SED) $(SEDREPLACE) < $(srcdir)/yodl/versioninfo.yo.in > $@
***************
-*** 65,81 ****
+*** 66,82 ****
rxvt.tbl: yodl/rxvt.yo $(YODL_RXVT) yodl/versioninfo.yo yodl/masonyodl.yo
yodl2man -orxvt.tbl yodl/rxvt.yo
@@ -53,7 +53,7 @@
clean:
$(RMF) rxvt.man *~ yodl/*~
---- 65,77 ----
+--- 66,78 ----
rxvt.tbl: yodl/rxvt.yo $(YODL_RXVT) yodl/versioninfo.yo yodl/masonyodl.yo
yodl2man -orxvt.tbl yodl/rxvt.yo
@@ -68,7 +68,7 @@
clean:
$(RMF) rxvt.man *~ yodl/*~
***************
-*** 85,92 ****
+*** 86,93 ****
distclean:
@@ -77,7 +77,7 @@
uninstall:
-cd $(mandir); $(RMF) $(manprefix)rxvt.$(manext)
---- 81,91 ----
+--- 82,92 ----
distclean:
diff --git a/japanese/rxvt/files/patch-ad b/japanese/rxvt/files/patch-ad
index 211048793a30..e9fa7c4aeef0 100644
--- a/japanese/rxvt/files/patch-ad
+++ b/japanese/rxvt/files/patch-ad
@@ -1,19 +1,19 @@
-*** src/command.c.orig Mon May 10 09:32:21 1999
---- src/command.c Mon May 10 17:55:44 1999
+*** src/command.c.orig Thu Jun 3 22:17:09 1999
+--- src/command.c Tue Jun 8 22:01:47 1999
***************
-*** 303,309 ****
- ttydev = tty_name;
+*** 316,322 ****
+ ttydev = tty_name;
# define PTYCHAR1 "pqrstuvwxyz"
! # define PTYCHAR2 "0123456789abcdef"
- for (c1 = PTYCHAR1; *c1; c1++) {
- ptydev[len] = ttydev[len] = *c1;
- for (c2 = PTYCHAR2; *c2; c2++) {
---- 303,309 ----
- ttydev = tty_name;
+ for (c1 = PTYCHAR1; *c1; c1++) {
+ ptydev[len] = ttydev[len] = *c1;
+ for (c2 = PTYCHAR2; *c2; c2++) {
+--- 316,322 ----
+ ttydev = tty_name;
# define PTYCHAR1 "pqrstuvwxyz"
! # define PTYCHAR2 "0123456789abcdefghijklmnopqrstuv"
- for (c1 = PTYCHAR1; *c1; c1++) {
- ptydev[len] = ttydev[len] = *c1;
- for (c2 = PTYCHAR2; *c2; c2++) {
+ for (c1 = PTYCHAR1; *c1; c1++) {
+ ptydev[len] = ttydev[len] = *c1;
+ for (c2 = PTYCHAR2; *c2; c2++) {
diff --git a/japanese/rxvt/files/patch-aj b/japanese/rxvt/files/patch-aj
index 99a4d87226c4..5e54ab2cb519 100644
--- a/japanese/rxvt/files/patch-aj
+++ b/japanese/rxvt/files/patch-aj
@@ -1,5 +1,5 @@
-*** src/feature.h.orig Sun Mar 28 16:36:48 1999
---- src/feature.h Mon May 10 17:56:35 1999
+*** src/feature.h.orig Fri Jun 4 00:01:38 1999
+--- src/feature.h Tue Jun 8 22:09:08 1999
***************
*** 153,159 ****
* This has been superceded and is only for you older users
@@ -18,21 +18,21 @@
/*
* To use
***************
-*** 359,366 ****
+*** 365,372 ****
#ifdef KANJI
# define NFONTS 5
# define FONT0_IDX 2
! # define MFONT_LIST "k14", "jiskan16", "jiskan18", "jiskan24", "jiskan26"
! # define NFONT_LIST "7x14", "8x16", "9x18", "12x24", "13x26"
- #else
- # ifdef ZH
- # define NFONTS 5
---- 359,366 ----
+ #endif
+ #ifdef ZH
+ # define NFONTS 5
+--- 365,372 ----
#ifdef KANJI
# define NFONTS 5
# define FONT0_IDX 2
! # define MFONT_LIST "k14", "k10", "k12", "kanji16", "kanji24"
! # define NFONT_LIST "7x14", "a10", "r12", "8x16", "12x24"
- #else
- # ifdef ZH
- # define NFONTS 5
+ #endif
+ #ifdef ZH
+ # define NFONTS 5