From owner-freebsd-ports Fri Aug 20 10:30:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 33D2A1539F for ; Fri, 20 Aug 1999 10:30:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA10546; Fri, 20 Aug 1999 10:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from asama.kashio.info.mie-u.ac.jp (asama.kashio.info.mie-u.ac.jp [133.67.36.10]) by hub.freebsd.org (Postfix) with ESMTP id AD05C1523D for ; Fri, 20 Aug 1999 10:22:33 -0700 (PDT) (envelope-from honda@kashio.info.mie-u.ac.jp) Received: from ena.kashio.info.mie-u.ac.jp (ena [133.67.35.144]) by asama.kashio.info.mie-u.ac.jp (8.9.3+3.1W/3.7W) with ESMTP id CAA09233 for ; Sat, 21 Aug 1999 02:22:32 +0900 (JST) Received: from ravel.kashio.info.mie-u.ac.jp (pppcln1 [133.67.35.236]) by ena.kashio.info.mie-u.ac.jp (8.9.3/3.6W) with ESMTP id CAA50545 for ; Sat, 21 Aug 1999 02:22:30 +0900 (JST) Received: (from honda@localhost) by ravel.kashio.info.mie-u.ac.jp (8.9.3/3.6W) id CAA37070; Sat, 21 Aug 1999 02:22:29 +0900 (JST) Message-Id: <199908201722.CAA37070@ravel.kashio.info.mie-u.ac.jp> Date: Sat, 21 Aug 1999 02:22:29 +0900 (JST) From: HONDA Yasuhiro Reply-To: honda@kashio.info.mie-u.ac.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13269: update of port japanese/rxvt to 2.6.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13269 >Category: ports >Synopsis: update of port japanese/rxvt to 2.6.1 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Aug 20 10:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: HONDA Yasuhiro >Release: FreeBSD 3.2-RELEASE i386 >Organization: Mie University >Environment: FreeBSD 3.2-RELEASE >Description: The port has been updated to use rxvt-2.6.1. >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/CVS/ports/japanese/rxvt/Makefile,v retrieving revision 1.10 diff -c -r1.10 Makefile *** Makefile 1999/06/08 22:18:52 1.10 --- Makefile 1999/08/20 16:46:22 *************** *** 1,13 **** # New ports collection Makefile for: ja-rxvt ! # Version required: 2.6.0 # Date created: 11 May 1999 # Whom: HONDA Yasuhiro # # $Id: Makefile,v 1.10 1999/06/08 22:18:52 steve Exp $ # ! DISTNAME= rxvt-2.6.0 ! PKGNAME= ja-rxvt-2.6.0 CATEGORIES= japanese x11 MASTER_SITES= ftp://ftp.rxvt.org/pub/rxvt/ --- 1,13 ---- # New ports collection Makefile for: ja-rxvt ! # Version required: 2.6.1 # Date created: 11 May 1999 # Whom: HONDA Yasuhiro # # $Id: Makefile,v 1.10 1999/06/08 22:18:52 steve Exp $ # ! DISTNAME= rxvt-2.6.1 ! PKGNAME= ja-rxvt-2.6.1 CATEGORIES= japanese x11 MASTER_SITES= ftp://ftp.rxvt.org/pub/rxvt/ Index: files/md5 =================================================================== RCS file: /home/CVS/ports/japanese/rxvt/files/md5,v retrieving revision 1.7 diff -c -r1.7 md5 *** md5 1999/06/08 22:19:03 1.7 --- md5 1999/08/20 16:46:22 *************** *** 1 **** ! MD5 (rxvt-2.6.0.tar.bz2) = 8f6d86c2b76d7f2945d121191ef25158 --- 1 ---- ! MD5 (rxvt-2.6.1.tar.bz2) = bdbda851624a74b7f223f78402e451b4 Index: patches/patch-ab =================================================================== RCS file: /home/CVS/ports/japanese/rxvt/patches/patch-ab,v retrieving revision 1.4 diff -c -r1.4 patch-ab *** patch-ab 1999/06/08 22:19:06 1.4 --- patch-ab 1999/08/20 16:46:22 *************** *** 1,5 **** ! *** doc/Makefile.in.orig Tue Jun 8 18:53:55 1999 ! --- doc/Makefile.in Tue Jun 8 21:57:59 1999 *************** *** 39,45 **** --- 1,5 ---- ! *** doc/Makefile.in.orig Tue Aug 17 17:16:14 1999 ! --- doc/Makefile.in Sat Aug 21 00:50:02 1999 *************** *** 39,45 **** *************** *** 24,30 **** ! alldoc: $(basedir)/$(VERNAME).lsm rxvt.1 rxvt.html rxvtRef.html rxvtRef.txt ! yodl/versioninfo.yo: yodl/versioninfo.yo.in ../autoconf/Make.common.in $(SED) $(SEDREPLACE) < $(srcdir)/yodl/versioninfo.yo.in > $@ --- 55,61 ---- --- 24,30 ---- ! alldoc: $(basedir)/$(VERNAME).lsm rxvt.1 rxvt.html rxvtRef.html rxvtRef.txt ! yodl/versioninfo.yo: yodl/versioninfo.yo.in ../src/version.h $(SED) $(SEDREPLACE) < $(srcdir)/yodl/versioninfo.yo.in > $@ --- 55,61 ---- *************** *** 32,38 **** ! alldoc: rxvt.1 ! yodl/versioninfo.yo: yodl/versioninfo.yo.in ../autoconf/Make.common.in $(SED) $(SEDREPLACE) < $(srcdir)/yodl/versioninfo.yo.in > $@ *************** *** 66,82 **** --- 32,38 ---- ! alldoc: rxvt.1 ! yodl/versioninfo.yo: yodl/versioninfo.yo.in ../src/version.h $(SED) $(SEDREPLACE) < $(srcdir)/yodl/versioninfo.yo.in > $@ *************** *** 66,82 **** *************** *** 72,78 **** distclean: ! ! install: rxvt.1 ! $(INSTALL_DATA) rxvt.1 $(DESTDIR)$(mandir)/$(manprefix)rxvt.$(manext) uninstall: --- 72,78 ---- distclean: ! ! install: ! $(INSTALL_DATA) rxvt.1 $(DESTDIR)$(mandir)/$(manprefix)rxvt.$(manext) uninstall: Index: patches/patch-ad =================================================================== RCS file: /home/CVS/ports/japanese/rxvt/patches/patch-ad,v retrieving revision 1.6 diff -c -r1.6 patch-ad *** patch-ad 1999/06/08 22:19:07 1.6 --- patch-ad 1999/08/20 16:46:22 *************** *** 1,7 **** ! *** src/command.c.orig Thu Jun 3 22:17:09 1999 ! --- src/command.c Tue Jun 8 22:01:47 1999 *************** ! *** 316,322 **** ttydev = tty_name; # define PTYCHAR1 "pqrstuvwxyz" --- 1,7 ---- ! *** src/command.c.orig Fri Aug 13 01:32:39 1999 ! --- src/command.c Sat Aug 21 00:51:34 1999 *************** ! *** 322,328 **** ttydev = tty_name; # define PTYCHAR1 "pqrstuvwxyz" *************** *** 9,15 **** for (c1 = PTYCHAR1; *c1; c1++) { ptydev[len] = ttydev[len] = *c1; for (c2 = PTYCHAR2; *c2; c2++) { ! --- 316,322 ---- ttydev = tty_name; # define PTYCHAR1 "pqrstuvwxyz" --- 9,15 ---- for (c1 = PTYCHAR1; *c1; c1++) { ptydev[len] = ttydev[len] = *c1; for (c2 = PTYCHAR2; *c2; c2++) { ! --- 322,328 ---- ttydev = tty_name; # define PTYCHAR1 "pqrstuvwxyz" Index: patches/patch-aj =================================================================== RCS file: /home/CVS/ports/japanese/rxvt/patches/patch-aj,v retrieving revision 1.3 diff -c -r1.3 patch-aj *** patch-aj 1999/06/08 22:19:09 1.3 --- patch-aj 1999/08/20 16:46:22 *************** *** 1,5 **** ! *** 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 --- 1,5 ---- ! *** src/feature.h.orig Tue Aug 17 16:02:45 1999 ! --- src/feature.h Sat Aug 21 00:52:08 1999 *************** *** 153,159 **** * This has been superceded and is only for you older users *************** *** 18,24 **** /* * To use *************** ! *** 365,372 **** #ifdef KANJI # define NFONTS 5 # define FONT0_IDX 2 --- 18,24 ---- /* * To use *************** ! *** 370,377 **** #ifdef KANJI # define NFONTS 5 # define FONT0_IDX 2 *************** *** 27,33 **** #endif #ifdef ZH # define NFONTS 5 ! --- 365,372 ---- #ifdef KANJI # define NFONTS 5 # define FONT0_IDX 2 --- 27,33 ---- #endif #ifdef ZH # define NFONTS 5 ! --- 370,377 ---- #ifdef KANJI # define NFONTS 5 # define FONT0_IDX 2 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message