upgrade to rxvt 2.7.3

This commit is contained in:
brad 2000-07-21 07:35:06 +00:00
parent 5f6e954745
commit c32c25ce3a
11 changed files with 40 additions and 60 deletions

View File

@ -1,7 +1,8 @@
# $OpenBSD: Makefile,v 1.14 2000/06/26 15:40:31 jasoni Exp $
# $OpenBSD: Makefile,v 1.15 2000/07/21 07:35:06 brad Exp $
DISTNAME= rxvt-2.7.2
DISTNAME= rxvt-2.7.3
CATEGORIES= x11
NEED_VERSION= 1.310
MASTER_SITES= ftp://ftp.rxvt.org/pub/rxvt/ \
ftp://mason.primenet.com.au/pub/rxvt/
@ -14,12 +15,9 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS+=--enable-utmp --enable-wtmp \
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --enable-utmp --enable-wtmp \
--with-xpm --enable-xpm-background --enable-transparency \
--enable-xgetdefault --enable-languages --enable-xim
post-install:
@chmod 4755 ${PREFIX}/bin/rxvt
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (rxvt-2.7.2.tar.gz) = 204a5481ccf806bb8dd21a297b5745f0
RMD160 (rxvt-2.7.2.tar.gz) = 1c59f7586d208be4b78a8de001c5a304a7e0299b
SHA1 (rxvt-2.7.2.tar.gz) = b5006e88245df5221ba8e5a2b9e73a317ce99b82
MD5 (rxvt-2.7.3.tar.gz) = 86039d9db153001033c9c720b8539950
RMD160 (rxvt-2.7.3.tar.gz) = 40ea1678c3eb593333d2393356f065f012d54d62
SHA1 (rxvt-2.7.3.tar.gz) = f8a71a3e0ef783d75f0bed09295ee7f7a5d3309f

View File

@ -1,5 +1,5 @@
--- Makefile.in.orig Tue Jan 18 14:29:32 2000
+++ Makefile.in Tue Jan 18 14:29:52 2000
--- Makefile.in.orig Tue Dec 21 05:07:54 1999
+++ Makefile.in Fri Jul 21 02:29:31 2000
@@ -9,7 +9,7 @@
first_rule: all
dummy:

View File

@ -1,13 +0,0 @@
--- doc/Makefile.in.orig Tue Jan 18 14:28:32 2000
+++ doc/Makefile.in Tue Jan 18 14:29:00 2000
@@ -40,8 +40,8 @@
all: rxvt.1
-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
SEDREPLACE = -e 's%@RXVT_VERSION@%$(VERSION)%g;'\
-e 's%@RXVT_LSMDATE@%$(LSMDATE)%g;'\

View File

@ -1,20 +0,0 @@
--- autoconf/config.h.in.orig Tue Jan 18 14:31:23 2000
+++ autoconf/config.h.in Tue Jan 18 14:32:14 2000
@@ -161,7 +161,7 @@
#undef HAVE_UTMP_HOST
/* Define location of utmp */
-#undef RXVT_UTMP_FILE
+#define RXVT_UTMP_FILE "/var/run/utmp"
/* Define in utmpx.h has struct utmpx */
#undef HAVE_STRUCT_UTMPX
@@ -173,7 +173,7 @@
#undef RXVT_UTMPX_FILE
/* Define location of wtmp */
-#undef RXVT_WTMP_FILE
+#define RXVT_WTMP_FILE "/var/log/wtmp"
/* Define location of wtmpx */
#undef RXVT_WTMPX_FILE

View File

@ -1,11 +0,0 @@
--- src/main.c.orig Tue Jan 18 16:17:33 2000
+++ src/main.c Tue Jan 18 16:18:08 2000
@@ -1012,7 +1012,7 @@
enc = "GB";
break;
case BIG5:
- c = "-*-%.2d-*-big5*-*";
+ c = "*16*big5*";
enc = "BIG5";
break;
case EUCJ:

View File

@ -0,0 +1,11 @@
--- doc/Makefile.in.orig Fri Jul 21 03:17:46 2000
+++ doc/Makefile.in Fri Jul 21 03:22:01 2000
@@ -38,7 +38,7 @@
#-------------------------------------------------------------------------
-all: rxvt.1
+all: # rxvt.1
rxvt.1: rxvt.tbl Makefile
@if test x$(TBL) = x; then : ; else echo "$(TBL) $(srcdir)/rxvt.tbl | grep -v '^.lf' > rxvt.1"; $(TBL) $(srcdir)/rxvt.tbl | grep -v '^.lf' > rxvt.1 ; fi

View File

@ -1,6 +1,6 @@
--- src/feature.h.orig Tue Jan 18 16:18:23 2000
+++ src/feature.h Tue Jan 18 16:19:00 2000
@@ -392,7 +392,7 @@
--- src/feature.h.orig Thu Jan 13 20:26:24 2000
+++ src/feature.h Fri Jul 21 02:29:44 2000
@@ -397,7 +397,7 @@
*/
#define NFONTS 7
#define FONT0_IDX 2

View File

@ -0,0 +1,11 @@
--- src/main.c.orig Sat Feb 26 23:57:52 2000
+++ src/main.c Fri Jul 21 02:40:39 2000
@@ -590,7 +590,7 @@
enc = "GB";
break;
case BIG5:
- c = "-*-r-*-%.2d-*-big5-0";
+ c = "*16*big5*";
enc = "BIG5";
break;
case EUCJ:

View File

@ -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.
WWW: ${HOMEPAGE}

View File

@ -1,3 +1,5 @@
@comment $OpenBSD: PLIST,v 1.5 2000/07/21 07:35:07 brad Exp $
@mode 4755
bin/rxvt
@exec chmod 4755 %D/bin/rxvt
@mode
man/man1/rxvt.1