Upgrade to 7.3.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
This commit is contained in:
parent
f4286e533a
commit
817df01f44
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=154451
5 changed files with 17 additions and 16 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= rxvt-unicode
|
||||
PORTVERSION= 7.2
|
||||
PORTVERSION= 7.3
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://dist.schmorp.de/rxvt-unicode/%SUBDIR%/
|
||||
MASTER_SITE_SUBDIR= . Attic
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (rxvt-unicode-7.2.tar.bz2) = 8d4ee96c3ab49a22d397edd2b3c0aa3c
|
||||
SHA256 (rxvt-unicode-7.2.tar.bz2) = 032e643b4f6d0cf0c37f971871fc12bf4829c4194213e8d5ee22c4525712f1ea
|
||||
SIZE (rxvt-unicode-7.2.tar.bz2) = 867322
|
||||
MD5 (rxvt-unicode-7.3.tar.bz2) = 947e2ce42bbd0ed4c9601db610d811e7
|
||||
SHA256 (rxvt-unicode-7.3.tar.bz2) = a192bd06a809bd7811042634c89fd2fcbe26ce0f71c10c55ab2663bfa942d21b
|
||||
SIZE (rxvt-unicode-7.3.tar.bz2) = 869402
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
--- src/fdpass.C.orig Sun Jan 22 18:08:42 2006
|
||||
+++ src/fdpass.C Sun Jan 22 22:40:54 2006
|
||||
@@ -28,6 +28,9 @@
|
||||
#include <sys/uio.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
+#if defined(__FreeBSD__)
|
||||
+#include <stddef.h>
|
||||
+#endif
|
||||
|
||||
#include "libptytty.h"
|
||||
|
11
x11/rxvt-unicode/files/patch-src_rxvtperl.xs
Normal file
11
x11/rxvt-unicode/files/patch-src_rxvtperl.xs
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- src/rxvtperl.xs.orig Wed Jan 25 21:22:04 2006
|
||||
+++ src/rxvtperl.xs Wed Jan 25 23:18:53 2006
|
||||
@@ -560,7 +560,7 @@
|
||||
char *str = va_arg (ap, char *);
|
||||
int len = va_arg (ap, int);
|
||||
|
||||
- printf ("pushing str %p:%d\n", str,len);//D
|
||||
+ // printf ("pushing str %p:%d\n", str,len);//D
|
||||
XPUSHs (sv_2mortal (newSVpvn (str, len)));
|
||||
}
|
||||
break;
|
|
@ -8,6 +8,7 @@ bin/urxvtd
|
|||
%%PERL%%lib/urxvt/perl/mark-urls
|
||||
%%PERL%%lib/urxvt/perl/option-popup
|
||||
%%PERL%%lib/urxvt/perl/readline
|
||||
%%PERL%%lib/urxvt/perl/remote-clipboard
|
||||
%%PERL%%lib/urxvt/perl/searchable-scrollback
|
||||
%%PERL%%lib/urxvt/perl/selection
|
||||
%%PERL%%lib/urxvt/perl/selection-autotransform
|
||||
|
@ -15,6 +16,7 @@ bin/urxvtd
|
|||
%%PERL%%lib/urxvt/perl/selection-popup
|
||||
%%PERL%%lib/urxvt/perl/tabbed
|
||||
%%PERL%%lib/urxvt/perl/urxvt-popup
|
||||
%%PERL%%lib/urxvt/perl/xim-onthespot
|
||||
%%PERL%%lib/urxvt/urxvt.pm
|
||||
%%PERL%%@dirrm lib/urxvt/perl
|
||||
%%PERL%%@dirrm lib/urxvt
|
||||
|
|
Loading…
Reference in a new issue