Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  8 Jun 1999 11:56:39 -0700 (PDT)
From:      cpiazza@home.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/12087: Update: x11/rxvt
Message-ID:  <19990608185639.E81FE147F@norn.ca.eu.org>

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

>Number:         12087
>Category:       ports
>Synopsis:       Update: x11/rxvt
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun  8 12:00:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Chris Piazza
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
n/a
>Environment:

FreeBSD norn.ca.eu.org 4.0-CURRENT FreeBSD 4.0-CURRENT #218: Tue Jun  1 19:22:37
 PDT 1999     norn@norn.ca.eu.org:/usr/src/sys/compile/NORN  i386

>Description:

Update to 2.6.0

>How-To-Repeat:

>Fix:
	
Index: rxvt/Makefile
===================================================================
RCS file: /cvs/FreeBSD/ports/x11/rxvt/Makefile,v
retrieving revision 1.21
diff -u -r1.21 Makefile
--- Makefile	1999/04/13 06:33:08	1.21
+++ Makefile	1999/06/08 18:16:50
@@ -1,17 +1,16 @@
 # New ports collection Makefile for: rxvt
-# Version required:	2.4.11
+# Version required:	2.6.0
 # Date created:         5th December 1994
 # Whom:                 gpalmer@FreeBSD.org
 #
 # $Id: Makefile,v 1.21 1999/04/13 06:33:08 mharo Exp $
 #
 
-DISTNAME=	rxvt-2.4.11
+DISTNAME=	rxvt-2.6.0
 CATEGORIES=	x11
-MASTER_SITES=	ftp://mason.primenet.com.au/pub/rxvt/old/ \
+MASTER_SITES=	ftp://mason.primenet.com.au/pub/rxvt/ \
 		http://wm.current.nu/files/ \
 		ftp://ftp.nstu.ru/pub/sources/x/
-
 
 MAINTAINER=	ports@FreeBSD.ORG
 
Index: rxvt/files/md5
===================================================================
RCS file: /cvs/FreeBSD/ports/x11/rxvt/files/md5,v
retrieving revision 1.7
diff -u -r1.7 md5
--- md5	1999/02/22 03:09:47	1.7
+++ md5	1999/06/08 18:07:32
@@ -1 +1 @@
-MD5 (rxvt-2.4.11.tar.bz2) = 628bf6fd56f5bec2c9373eded4ba971b
+MD5 (rxvt-2.6.0.tar.bz2) = 8f6d86c2b76d7f2945d121191ef25158
Index: rxvt/patches/patch-aa
===================================================================
RCS file: /cvs/FreeBSD/ports/x11/rxvt/patches/patch-aa,v
retrieving revision 1.5
diff -u -r1.5 patch-aa
--- patch-aa	1998/10/05 05:29:11	1.5
+++ patch-aa	1999/06/08 18:08:38
@@ -1,10 +1,10 @@
---- Makefile.in.orig	Mon Apr 20 00:24:12 1998
-+++ Makefile.in	Sun Oct  4 22:13:09 1998
-@@ -9,6 +9,7 @@
+--- Makefile.in.orig	Sun Mar 28 21:31:37 1999
++++ Makefile.in	Tue Jun  8 11:07:52 1999
+@@ -10,6 +10,7 @@
  dummy:
  
  subdirs = src doc rclock src/graphics
 +subdirs = src doc # rclock src/graphics
  
- DIST =	INSTALL configure Makefile Makefile.in
+ DIST =	INSTALL README.configure configure Makefile Makefile.in ChangeLog
  
Index: rxvt/patches/patch-ab
===================================================================
RCS file: /cvs/FreeBSD/ports/x11/rxvt/patches/patch-ab,v
retrieving revision 1.7
diff -u -r1.7 patch-ab
--- patch-ab	1998/10/05 05:29:11	1.7
+++ patch-ab	1999/06/08 18:11:51
@@ -1,11 +1,11 @@
---- src/command.c.orig	Thu Aug 27 18:29:11 1998
-+++ src/command.c	Sun Oct  4 22:21:52 1998
-@@ -516,7 +516,7 @@
-     ttydev = tty_name;
+--- src/command.c.orig	Thu Jun  3 06:17:09 1999
++++ src/command.c	Tue Jun  8 11:11:25 1999
+@@ -316,7 +316,7 @@
+ 	ttydev = tty_name;
  
  # define PTYCHAR1	"pqrstuvwxyz"
 -# define PTYCHAR2	"0123456789abcdef"
-+# define PTYCHAR2	"0123456789abcdefghijklmnopqrstuv"
-     for (c1 = PTYCHAR1; *c1; c1++) {
- 	ptydev[len - 2] = ttydev[len - 2] = *c1;
- 	for (c2 = PTYCHAR2; *c2; c2++) {
++# define PTYCHAR2	"0123456789abcdefhijklmnopqrstuv"
+ 	for (c1 = PTYCHAR1; *c1; c1++) {
+ 	    ptydev[len] = ttydev[len] = *c1;
+ 	    for (c2 = PTYCHAR2; *c2; c2++) {
Index: rxvt/patches/patch-ac
===================================================================
RCS file: /cvs/FreeBSD/ports/x11/rxvt/patches/patch-ac,v
retrieving revision 1.6
diff -u -r1.6 patch-ac
--- patch-ac	1999/01/11 04:55:48	1.6
+++ patch-ac	1999/06/08 18:12:56
@@ -1,13 +1,13 @@
---- doc/Makefile.in.orig	Wed Nov 18 01:20:14 1998
-+++ doc/Makefile.in	Sun Jan 10 18:54:05 1999
-@@ -63,8 +63,8 @@
+--- doc/Makefile.in.orig	Tue Jun  8 02:53:55 1999
++++ doc/Makefile.in	Tue Jun  8 11:12:40 1999
+@@ -66,8 +66,8 @@
  rxvt.tbl: yodl/rxvt.yo $(YODL_RXVT) yodl/versioninfo.yo yodl/masonyodl.yo
  	yodl2man -orxvt.tbl yodl/rxvt.yo
  
--rxvt.1: rxvt.tbl
--	tbl rxvt.tbl > $@
-+#rxvt.1: rxvt.tbl
-+#	tbl rxvt.tbl > $@
+-rxvt.1: rxvt.tbl Makefile
+-	@if test x$(TBL) = x; then : ; else echo "Making rxvt.1"; $(TBL) $(srcdir)/rxvt.tbl > rxvt.1 ; fi
++#rxvt.1: rxvt.tbl Makefile
++#	@if test x$(TBL) = x; then : ; else echo "Making rxvt.1"; $(TBL) $(srcdir)/rxvt.tbl > rxvt.1 ; fi
  
  rxvt.html: yodl/rxvt.yo $(YODL_RXVT) yodl/versioninfo.yo yodl/masonyodl.yo
  	yodl2html -o$@ yodl/rxvt.yo

-Chris

>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?19990608185639.E81FE147F>