1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Upgrade to 2.6.1 .

PR:		ports/13269
Submitted by:	Maintainer
This commit is contained in:
SADA Kenji 1999-08-20 20:36:54 +00:00
parent bb6211f6b6
commit 7d71d6f998
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=20834
5 changed files with 18 additions and 18 deletions

View File

@ -1,13 +1,13 @@
# New ports collection Makefile for: ja-rxvt
# Version required: 2.6.0
# Version required: 2.6.1
# Date created: 11 May 1999
# Whom: HONDA Yasuhiro <honda@kashio.info.mie-u.ac.jp>
#
# $Id: Makefile,v 1.9 1999/05/10 16:27:33 flathill Exp $
# $Id: Makefile,v 1.10 1999/06/08 22:18:52 steve Exp $
#
DISTNAME= rxvt-2.6.0
PKGNAME= ja-rxvt-2.6.0
DISTNAME= rxvt-2.6.1
PKGNAME= ja-rxvt-2.6.1
CATEGORIES= japanese x11
MASTER_SITES= ftp://ftp.rxvt.org/pub/rxvt/

View File

@ -1 +1 @@
MD5 (rxvt-2.6.0.tar.bz2) = 8f6d86c2b76d7f2945d121191ef25158
MD5 (rxvt-2.6.1.tar.bz2) = bdbda851624a74b7f223f78402e451b4

View File

@ -1,5 +1,5 @@
*** doc/Makefile.in.orig Tue Jun 8 18:53:55 1999
--- doc/Makefile.in Tue Jun 8 21:57:59 1999
*** doc/Makefile.in.orig Tue Aug 17 17:16:14 1999
--- doc/Makefile.in Sat Aug 21 00:50:02 1999
***************
*** 39,45 ****
@ -24,7 +24,7 @@
! alldoc: $(basedir)/$(VERNAME).lsm rxvt.1 rxvt.html rxvtRef.html rxvtRef.txt
yodl/versioninfo.yo: yodl/versioninfo.yo.in ../autoconf/Make.common.in
yodl/versioninfo.yo: yodl/versioninfo.yo.in ../src/version.h
$(SED) $(SEDREPLACE) < $(srcdir)/yodl/versioninfo.yo.in > $@
--- 55,61 ----
@ -32,7 +32,7 @@
! alldoc: rxvt.1
yodl/versioninfo.yo: yodl/versioninfo.yo.in ../autoconf/Make.common.in
yodl/versioninfo.yo: yodl/versioninfo.yo.in ../src/version.h
$(SED) $(SEDREPLACE) < $(srcdir)/yodl/versioninfo.yo.in > $@
***************
*** 66,82 ****
@ -72,7 +72,7 @@
distclean:
! install: rxvt.1
! install:
! $(INSTALL_DATA) rxvt.1 $(DESTDIR)$(mandir)/$(manprefix)rxvt.$(manext)
uninstall:

View File

@ -1,7 +1,7 @@
*** src/command.c.orig Thu Jun 3 22:17:09 1999
--- src/command.c Tue Jun 8 22:01:47 1999
*** src/command.c.orig Fri Aug 13 01:32:39 1999
--- src/command.c Sat Aug 21 00:51:34 1999
***************
*** 316,322 ****
*** 322,328 ****
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++) {
--- 316,322 ----
--- 322,328 ----
ttydev = tty_name;
# define PTYCHAR1 "pqrstuvwxyz"

View File

@ -1,5 +1,5 @@
*** src/feature.h.orig Fri Jun 4 00:01:38 1999
--- src/feature.h Tue Jun 8 22:09:08 1999
*** 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,7 +18,7 @@
/*
* To use
***************
*** 365,372 ****
*** 370,377 ****
#ifdef KANJI
# define NFONTS 5
# define FONT0_IDX 2
@ -27,7 +27,7 @@
#endif
#ifdef ZH
# define NFONTS 5
--- 365,372 ----
--- 370,377 ----
#ifdef KANJI
# define NFONTS 5
# define FONT0_IDX 2