Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Aug 1999 02:22:29 +0900 (JST)
From:      HONDA Yasuhiro <honda@kashio.info.mie-u.ac.jp>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/13269: update of port japanese/rxvt to 2.6.1
Message-ID:  <199908201722.CAA37070@ravel.kashio.info.mie-u.ac.jp>

next in thread | raw e-mail | index | archive | help

>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 <honda@kashio.info.mie-u.ac.jp>
  #
  # $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 <honda@kashio.info.mie-u.ac.jp>
  #
  # $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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908201722.CAA37070>