mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Update to rxvt 2.7.3 per the rxvt-devel mailing list announcement.
I'll take care of other ports depending on this pending maint approval. Changes: 1) Update rxvt website URL (badly needed). 2) Remove pkg/PLIST - Makefile inconsistency regarding chmod.
This commit is contained in:
parent
650210eba2
commit
263b30f8cd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=27077
@ -1,5 +1,5 @@
|
||||
# New ports collection Makefile for: rxvt
|
||||
# Version required: 2.7.2
|
||||
# Version required: 2.7.3
|
||||
# Date created: 5th December 1994
|
||||
# Whom: gpalmer@FreeBSD.org
|
||||
#
|
||||
@ -9,7 +9,7 @@
|
||||
# (and maybe ports/chinese/rxvt) when you upgrade rxvt. These ports all use
|
||||
# the same distfile.
|
||||
|
||||
DISTNAME= rxvt-2.7.2
|
||||
DISTNAME= rxvt-2.7.3
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ftp://ftp.rxvt.org/pub/rxvt/ \
|
||||
ftp://mason.primenet.com.au/pub/rxvt/ \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (rxvt-2.7.2.tar.bz2) = cce181764763ceb7c1d12a8b05c3ce2e
|
||||
MD5 (rxvt-2.7.3.tar.bz2) = 4f22d749152ba717c5b716df43801800
|
||||
|
@ -1,13 +1,12 @@
|
||||
--- 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
|
||||
--- doc/Makefile.in Sun Mar 12 00:26:26 2000
|
||||
+++ doc/Makefile.in.new Mon Mar 27 01:39:53 2000
|
||||
@@ -40,9 +40,6 @@
|
||||
|
||||
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
|
||||
|
||||
rxvt.html: yodl/rxvt.yo $(YODL_RXVT) yodl/versioninfo.yo yodl/masonyodl.yo
|
||||
yodl2html -o$@ yodl/rxvt.yo
|
||||
- @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
|
||||
-
|
||||
SEDREPLACE = -e 's%@RXVT_VERSION@%$(VERSION)%g;'\
|
||||
-e 's%@RXVT_LSMDATE@%$(LSMDATE)%g;'\
|
||||
-e 's%@RXVT_DATE@%$(DATE)%g;'\
|
||||
|
@ -5,4 +5,4 @@ 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: http://babayaga.math.fu-berlin.de/rxvt/
|
||||
WWW: http://www.rxvt.org/
|
||||
|
@ -1,2 +1 @@
|
||||
bin/rxvt
|
||||
@exec chmod 4711 %D/bin/rxvt
|
||||
|
@ -1,5 +1,5 @@
|
||||
# New ports collection Makefile for: rxvt
|
||||
# Version required: 2.7.2
|
||||
# Version required: 2.7.3
|
||||
# Date created: 5th December 1994
|
||||
# Whom: gpalmer@FreeBSD.org
|
||||
#
|
||||
@ -9,7 +9,7 @@
|
||||
# (and maybe ports/chinese/rxvt) when you upgrade rxvt. These ports all use
|
||||
# the same distfile.
|
||||
|
||||
DISTNAME= rxvt-2.7.2
|
||||
DISTNAME= rxvt-2.7.3
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ftp://ftp.rxvt.org/pub/rxvt/ \
|
||||
ftp://mason.primenet.com.au/pub/rxvt/ \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (rxvt-2.7.2.tar.bz2) = cce181764763ceb7c1d12a8b05c3ce2e
|
||||
MD5 (rxvt-2.7.3.tar.bz2) = 4f22d749152ba717c5b716df43801800
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- 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 "0123456789abcdefhijklmnopqrstuv"
|
||||
for (c1 = PTYCHAR1; *c1; c1++) {
|
||||
ptydev[len] = ttydev[len] = *c1;
|
||||
for (c2 = PTYCHAR2; *c2; c2++) {
|
@ -1,13 +1,12 @@
|
||||
--- 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
|
||||
--- doc/Makefile.in Sun Mar 12 00:26:26 2000
|
||||
+++ doc/Makefile.in.new Mon Mar 27 01:39:53 2000
|
||||
@@ -40,9 +40,6 @@
|
||||
|
||||
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
|
||||
|
||||
rxvt.html: yodl/rxvt.yo $(YODL_RXVT) yodl/versioninfo.yo yodl/masonyodl.yo
|
||||
yodl2html -o$@ yodl/rxvt.yo
|
||||
- @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
|
||||
-
|
||||
SEDREPLACE = -e 's%@RXVT_VERSION@%$(VERSION)%g;'\
|
||||
-e 's%@RXVT_LSMDATE@%$(LSMDATE)%g;'\
|
||||
-e 's%@RXVT_DATE@%$(DATE)%g;'\
|
||||
|
@ -5,4 +5,4 @@ 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: http://babayaga.math.fu-berlin.de/rxvt/
|
||||
WWW: http://www.rxvt.org/
|
||||
|
@ -1,2 +1 @@
|
||||
bin/rxvt
|
||||
@exec chmod 4711 %D/bin/rxvt
|
||||
|
@ -1,5 +1,5 @@
|
||||
# New ports collection Makefile for: rxvt
|
||||
# Version required: 2.7.2
|
||||
# Version required: 2.7.3
|
||||
# Date created: 5th December 1994
|
||||
# Whom: gpalmer@FreeBSD.org
|
||||
#
|
||||
@ -9,7 +9,7 @@
|
||||
# (and maybe ports/chinese/rxvt) when you upgrade rxvt. These ports all use
|
||||
# the same distfile.
|
||||
|
||||
DISTNAME= rxvt-2.7.2
|
||||
DISTNAME= rxvt-2.7.3
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ftp://ftp.rxvt.org/pub/rxvt/ \
|
||||
ftp://mason.primenet.com.au/pub/rxvt/ \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (rxvt-2.7.2.tar.bz2) = cce181764763ceb7c1d12a8b05c3ce2e
|
||||
MD5 (rxvt-2.7.3.tar.bz2) = 4f22d749152ba717c5b716df43801800
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- 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 "0123456789abcdefhijklmnopqrstuv"
|
||||
for (c1 = PTYCHAR1; *c1; c1++) {
|
||||
ptydev[len] = ttydev[len] = *c1;
|
||||
for (c2 = PTYCHAR2; *c2; c2++) {
|
@ -1,13 +1,12 @@
|
||||
--- 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
|
||||
--- doc/Makefile.in Sun Mar 12 00:26:26 2000
|
||||
+++ doc/Makefile.in.new Mon Mar 27 01:39:53 2000
|
||||
@@ -40,9 +40,6 @@
|
||||
|
||||
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
|
||||
|
||||
rxvt.html: yodl/rxvt.yo $(YODL_RXVT) yodl/versioninfo.yo yodl/masonyodl.yo
|
||||
yodl2html -o$@ yodl/rxvt.yo
|
||||
- @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
|
||||
-
|
||||
SEDREPLACE = -e 's%@RXVT_VERSION@%$(VERSION)%g;'\
|
||||
-e 's%@RXVT_LSMDATE@%$(LSMDATE)%g;'\
|
||||
-e 's%@RXVT_DATE@%$(DATE)%g;'\
|
||||
|
@ -5,4 +5,4 @@ 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: http://babayaga.math.fu-berlin.de/rxvt/
|
||||
WWW: http://www.rxvt.org/
|
||||
|
@ -1,2 +1 @@
|
||||
bin/rxvt
|
||||
@exec chmod 4711 %D/bin/rxvt
|
||||
|
Loading…
Reference in New Issue
Block a user