diff options
author | steve <steve@FreeBSD.org> | 1998-03-16 03:48:30 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-03-16 03:48:30 +0800 |
commit | 169ac55de814f5074a11bf574e03f04c43aba447 (patch) | |
tree | 26cd2fa0a3a7f309274cac7ae2ba360aa0c56d6f /x11/rxvt-unicode | |
parent | 8e6ec554d0adfe5280ccac1946491ac7cd39c5d3 (diff) | |
download | freebsd-ports-gnome-169ac55de814f5074a11bf574e03f04c43aba447.tar.gz freebsd-ports-gnome-169ac55de814f5074a11bf574e03f04c43aba447.tar.zst freebsd-ports-gnome-169ac55de814f5074a11bf574e03f04c43aba447.zip |
Update to version 2.4.5.
PR: 5940
Submitted by: Frank Chen Hsiung Chan <frankch@waru.life.nthu.edu.tw>
Diffstat (limited to 'x11/rxvt-unicode')
-rw-r--r-- | x11/rxvt-unicode/Makefile | 12 | ||||
-rw-r--r-- | x11/rxvt-unicode/distinfo | 2 | ||||
-rw-r--r-- | x11/rxvt-unicode/files/patch-aa | 17 | ||||
-rw-r--r-- | x11/rxvt-unicode/files/patch-ab | 28 | ||||
-rw-r--r-- | x11/rxvt-unicode/pkg-descr | 2 |
5 files changed, 31 insertions, 30 deletions
diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile index 25b842549677..7f2dc2ca39ee 100644 --- a/x11/rxvt-unicode/Makefile +++ b/x11/rxvt-unicode/Makefile @@ -1,18 +1,14 @@ # New ports collection Makefile for: rxvt -# Version required: 2.20 +# Version required: 2.45 # Date created: 5th December 1994 # Whom: gpalmer@FreeBSD.org # -# $Id: Makefile,v 1.12 1997/03/07 12:24:55 obrien Exp $ +# $Id: Makefile,v 1.13 1997/03/07 12:29:49 obrien Exp $ # -DISTNAME= rxvt-2.20 +DISTNAME= rxvt-2.4.5 CATEGORIES= x11 -MASTER_SITES= ${MASTER_SITE_SUNSITE} \ - ftp://ftp.nuclecu.unam.mx/linux/local/rxvt/ \ - ftp://tsx-11.mit.edu/pub/linux/sources/usr.bin.X11/ -MASTER_SITE_SUBDIR= utils/file/managers/mc/rxvt -#MASTER_SITE_SUBDIR= X11/xutils/terms +MASTER_SITES= ftp://ftp.math.fu-berlin.de/pub/rxvt/ MAINTAINER= winter@jurai.net diff --git a/x11/rxvt-unicode/distinfo b/x11/rxvt-unicode/distinfo index 5b1c00e929a5..b5c773ff380a 100644 --- a/x11/rxvt-unicode/distinfo +++ b/x11/rxvt-unicode/distinfo @@ -1 +1 @@ -MD5 (rxvt-2.20.tar.gz) = 860432f0d146d0cdf4630967f6c94ae3 +MD5 (rxvt-2.4.5.tar.gz) = e8983c7382f1590e7fd86f1b2e14848a diff --git a/x11/rxvt-unicode/files/patch-aa b/x11/rxvt-unicode/files/patch-aa index 023eb0f45fff..e795ba20b73d 100644 --- a/x11/rxvt-unicode/files/patch-aa +++ b/x11/rxvt-unicode/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.in.orig Fri Sep 27 10:48:20 1996 -+++ Makefile.in Mon Feb 24 01:09:28 1997 +--- Makefile.in.orig Sun Mar 8 09:47:15 1998 ++++ Makefile.in Sun Mar 8 09:48:22 1998 @@ -7,7 +7,7 @@ first_rule: all dummy: @@ -7,5 +7,16 @@ -subdirs = src doc rclock src/graphics +subdirs = src doc #rclock src/graphics - DIST_ETC = etc/XTerm.ad etc/color etc/termcap etc/terminfo etc/xmkdir + DIST = INSTALL configure Makefile Makefile.in +--- doc/Makefile.in.orig Sun Mar 8 09:51:09 1998 ++++ doc/Makefile.in Sun Mar 8 09:51:27 1998 +@@ -53,7 +53,7 @@ + + tags allbin: + +-alldoc: lsm rxvt.1 ++alldoc: rxvt.1 + + clean: + $(RMF) $(VERNAME).lsm rxvt.1 *~ diff --git a/x11/rxvt-unicode/files/patch-ab b/x11/rxvt-unicode/files/patch-ab index 4b6d96b4720a..1c5e36dd9043 100644 --- a/x11/rxvt-unicode/files/patch-ab +++ b/x11/rxvt-unicode/files/patch-ab @@ -1,19 +1,11 @@ ---- ./src/utmp.c.org Thu Jan 23 10:46:02 1997 -+++ ./src/utmp.c Thu Apr 24 15:20:49 1997 -@@ -80,6 +80,8 @@ - #include <stdio.h> - #include <string.h> +--- src/command.c.orig Sun Mar 8 09:48:42 1998 ++++ src/command.c Sun Mar 8 09:49:08 1998 +@@ -505,7 +505,7 @@ + ttydev = tty_name; -+#include <sys/types.h> -+ - #ifdef HAVE_UTMPX_H - # include <utmpx.h> - # define USE_SYSV_UTMP -@@ -90,7 +92,6 @@ - # endif - #endif - --#include <sys/types.h> - #include <sys/stat.h> - - #ifdef TIME_WITH_SYS_TIME + #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++) { diff --git a/x11/rxvt-unicode/pkg-descr b/x11/rxvt-unicode/pkg-descr index ebf227ea910b..a7164ac47495 100644 --- a/x11/rxvt-unicode/pkg-descr +++ b/x11/rxvt-unicode/pkg-descr @@ -4,3 +4,5 @@ is removed. Modifications were made by Rob Nation (nation@rocket.sanders.lockheed.com) to make it a little more compact, and to add and remove certain features. + +HomePage of rxvt: http://babayaga.math.fu-berlin.de/rxvt/ |