mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Upgrade to 7.8.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
This commit is contained in:
parent
901951b1e2
commit
353e78af21
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=168104
4 changed files with 18 additions and 5 deletions
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= rxvt-unicode
|
||||
PORTVERSION= 7.7
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 7.8
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://dist.schmorp.de/rxvt-unicode/%SUBDIR%/
|
||||
MASTER_SITE_SUBDIR= . Attic
|
||||
|
@ -190,6 +189,7 @@ post-patch:
|
|||
.endif
|
||||
|
||||
pre-configure:
|
||||
@${RM} ${WRKSRC}/src/perl/kuake.orig
|
||||
@${PERL} -pi -e 's|(PTYCHAR2\s+"[^"]+)"|\1ghijklmnopqrstuv"|' \
|
||||
${WRKSRC}/src/ptytty.C
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (rxvt-unicode-7.7.tar.bz2) = 68298390375da1b34f89a0aa634c9b20
|
||||
SHA256 (rxvt-unicode-7.7.tar.bz2) = 04ecd2577ee0c210df610b4a5d870f2bda57c80962fb5b51ae9c4a94098c726c
|
||||
SIZE (rxvt-unicode-7.7.tar.bz2) = 876369
|
||||
MD5 (rxvt-unicode-7.8.tar.bz2) = 8bb2746eaa814f90d795534d67d9198a
|
||||
SHA256 (rxvt-unicode-7.8.tar.bz2) = f3dff7365770871651389524a3bff9b0b2c0044ef59a6a3da2039c0bf6180c9e
|
||||
SIZE (rxvt-unicode-7.8.tar.bz2) = 873603
|
||||
|
|
12
x11/rxvt-unicode/files/patch-src_perl_kuake
Normal file
12
x11/rxvt-unicode/files/patch-src_perl_kuake
Normal file
|
@ -0,0 +1,12 @@
|
|||
--- ./src/perl/kuake.orig Fri Jul 7 01:46:51 2006
|
||||
+++ ./src/perl/kuake Mon Jul 17 22:35:22 2006
|
||||
@@ -11,7 +11,8 @@
|
||||
$self->{keycode} = $self->XKeysymToKeycode ($self->{keysym})
|
||||
or urxvt::fatal "cannot convert requested kuake wake-up key '$self->{key}' to keycode, unable to continue.\n";
|
||||
|
||||
- $self->XGrabKey ($self->{keycode}, urxvt::AnyModifier, $self->DefaultRootWindow);
|
||||
+ $self->XGrabKey ($self->{keycode}, urxvt::AnyModifier, $self->DefaultRootWindow)
|
||||
+ or urxvt::fatal "cannot grab requested kuake wake-up key '$self->{keycode}' (attempt to access private resource denied), unable to continue.\n";
|
||||
|
||||
$self->XUnmapWindow ($self->parent);
|
||||
|
|
@ -5,6 +5,7 @@ bin/urxvtd
|
|||
%%PERL%%lib/urxvt/perl/block-graphics-to-ascii
|
||||
%%PERL%%lib/urxvt/perl/digital-clock
|
||||
%%PERL%%lib/urxvt/perl/example-refresh-hooks
|
||||
%%PERL%%lib/urxvt/perl/kuake
|
||||
%%PERL%%lib/urxvt/perl/mark-urls
|
||||
%%PERL%%lib/urxvt/perl/option-popup
|
||||
%%PERL%%lib/urxvt/perl/readline
|
||||
|
|
Loading…
Add table
Reference in a new issue