summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeiichirou Hiraoka <flathill@FreeBSD.org>1998-12-10 01:32:08 +0000
committerSeiichirou Hiraoka <flathill@FreeBSD.org>1998-12-10 01:32:08 +0000
commitc2d04350095eeb2329c6657165f809d9f008ae8d (patch)
tree165f0d2a92b0ce82f9c6078050cbf2a03a9be8fa
parentMark BROKEN since the distfile for this port is no longer available. (diff)
This port was broken.
So fix some patches/patch-??
Notes
Notes: svn path=/head/; revision=15239
-rw-r--r--japanese/rxvt/Makefile6
-rw-r--r--japanese/rxvt/distinfo2
-rw-r--r--japanese/rxvt/files/patch-ad8
3 files changed, 9 insertions, 7 deletions
diff --git a/japanese/rxvt/Makefile b/japanese/rxvt/Makefile
index 5028de6b53c3..1e7b1facb014 100644
--- a/japanese/rxvt/Makefile
+++ b/japanese/rxvt/Makefile
@@ -3,7 +3,7 @@
# Date created: 23 November 1998
# Whom: HONDA Yasuhiro <honda@kashio.info.mie-u.ac.jp>
#
-# $Id: Makefile,v 1.4 1998/11/09 01:24:12 steve Exp $
+# $Id: Makefile,v 1.5 1998/12/06 06:52:10 flathill Exp $
#
DISTNAME= rxvt-2.4.11
@@ -13,7 +13,7 @@ MASTER_SITES= ftp://mason.primenet.com.au/pub/rxvt/
.if !defined(NOXIMSUPPORT)
PATCH_SITES= http://www.kashio.info.mie-u.ac.jp/~honda/rxvt/
-PATCHFILES= rxvt-2.4.10-JP-XIM.patch.gz
+PATCHFILES= rxvt-2.4.11-JP-XIM.patch.gz
PATCH_DIST_STRIP= -p1
.endif
@@ -33,6 +33,8 @@ post-install:
@${MKDIR} ${DOCDIR}
@${INSTALL_MAN} ${FILESDIR}/README.ja ${DOCDIR}
.endif
+.if !defined(NOXIMSUPPORT)
@${CAT} ${PKGDIR}/MESSAGE
+.endif
.include <bsd.port.mk>
diff --git a/japanese/rxvt/distinfo b/japanese/rxvt/distinfo
index 2c26715c4bc2..d98aa1e32bb4 100644
--- a/japanese/rxvt/distinfo
+++ b/japanese/rxvt/distinfo
@@ -1,2 +1,2 @@
MD5 (rxvt-2.4.11.tar.gz) = 806d163e3113d22b31535785088f37c2
-MD5 (rxvt-2.4.10-JP-XIM.patch.gz) = f5cb852dbafa2e171e649c7bd407b55a
+MD5 (rxvt-2.4.11-JP-XIM.patch.gz) = f17c391bc43d6b2772eff1f3a819da04
diff --git a/japanese/rxvt/files/patch-ad b/japanese/rxvt/files/patch-ad
index 2cf905f66f80..b7d89440da79 100644
--- a/japanese/rxvt/files/patch-ad
+++ b/japanese/rxvt/files/patch-ad
@@ -1,7 +1,7 @@
-*** src/command.c.orig Tue Nov 17 17:59:45 1998
---- src/command.c Thu Nov 19 09:50:06 1998
+*** src/command.c.orig Wed Dec 9 18:26:44 1998
+--- src/command.c Wed Dec 9 18:27:31 1998
***************
-*** 291,297 ****
+*** 289,295 ****
ttydev = tty_name;
# define PTYCHAR1 "pqrstuvwxyz"
@@ -9,7 +9,7 @@
for (c1 = PTYCHAR1; *c1; c1++) {
ptydev[len] = ttydev[len] = *c1;
for (c2 = PTYCHAR2; *c2; c2++) {
---- 291,297 ----
+--- 289,295 ----
ttydev = tty_name;
# define PTYCHAR1 "pqrstuvwxyz"