From owner-svn-ports-all@FreeBSD.ORG Sun Dec 30 18:43:41 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2A955177; Sun, 30 Dec 2012 18:43:41 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 0FEEF8FC0A; Sun, 30 Dec 2012 18:43:41 +0000 (UTC) Received: from svn.freebsd.org (svn.FreeBSD.org [8.8.178.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBUIheUg058483; Sun, 30 Dec 2012 18:43:40 GMT (envelope-from thierry@svn.freebsd.org) Received: (from thierry@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBUIheDQ058479; Sun, 30 Dec 2012 18:43:40 GMT (envelope-from thierry@svn.freebsd.org) Message-Id: <201212301843.qBUIheDQ058479@svn.freebsd.org> From: Thierry Thomas Date: Sun, 30 Dec 2012 18:43:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309685 - in head/x11/rxvt-unicode: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Dec 2012 18:43:41 -0000 Author: thierry Date: Sun Dec 30 18:43:39 2012 New Revision: 309685 URL: http://svnweb.freebsd.org/changeset/ports/309685 Log: Upgrade to 9.16. Changelog at . Modified: head/x11/rxvt-unicode/Makefile head/x11/rxvt-unicode/distinfo (contents, props changed) head/x11/rxvt-unicode/files/extra-patch-imlocale (contents, props changed) head/x11/rxvt-unicode/pkg-plist (contents, props changed) Modified: head/x11/rxvt-unicode/Makefile ============================================================================== --- head/x11/rxvt-unicode/Makefile Sun Dec 30 18:04:18 2012 (r309684) +++ head/x11/rxvt-unicode/Makefile Sun Dec 30 18:43:39 2012 (r309685) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= rxvt-unicode -PORTVERSION= 9.15 -PORTREVISION= 2 +PORTVERSION= 9.16 CATEGORIES= x11 MASTER_SITES= http://dist.schmorp.de/rxvt-unicode/%SUBDIR%/ MASTER_SITE_SUBDIR= . Attic @@ -31,7 +30,7 @@ WANT_PERL= yes OPTIONS_DEFINE= PERL XIM UNICODE3 ISO14755 COMBINING RXVT_SCROLLBAR \ NEXT_SCROLLBAR XTERM_SCROLLBAR BACKSPACE_KEY DELETE_KEY \ MOUSEWHEEL SMART_RESIZE IMLOCALE_FIX GDK_PIXBUF \ - AFTERIMAGE NOTIFY 256_COLOR + NOTIFY 256_COLOR PERL_DESC= Embedded Perl interpreter XIM_DESC= Support for XIM (X Input Method) protocol @@ -47,7 +46,6 @@ MOUSEWHEEL_DESC= Support for scrolling v SMART_RESIZE_DESC= Smart growth/shrink behaviour IMLOCALE_FIX_DESC= imlocale encoding conversion fix GDK_PIXBUF_DESC= Use gdk-pixbuf for background images -AFTERIMAGE_DESC= Use libAfterImage for background images NOTIFY_DESC= Freedesktop startup notification support 256_COLOR_DESC= Support for 256 colors @@ -75,6 +73,15 @@ USE_PERL5_BUILD= yes PLIST_SUB= PERL="@comment " .else USE_PERL5= yes +MAN1+= urxvt-background.1 urxvt-bell-command.1 urxvt-block-graphics-to-ascii.1 \ + urxvt-clipboard-osc.1 urxvt-confirm-paste.1 urxvt-digital-clock.1 \ + urxvt-example-refresh-hooks.1 urxvt-extensions.1 urxvt-keysym-list.1 \ + urxvt-kuake.1 urxvt-macosx-clipboard-native.1 urxvt-macosx-clipboard.1 \ + urxvt-matcher.1 urxvt-option-popup.1 urxvt-overlay-osc.1 \ + urxvt-readline.1 urxvt-remote-clipboard.1 urxvt-searchable-scrollback.1 \ + urxvt-selection-autotransform.1 urxvt-selection-pastebin.1 \ + urxvt-selection-popup.1 urxvt-selection.1 urxvt-tabbed.1 \ + urxvt-xim-onthespot.1 MAN3= urxvtperl.3 PLIST_SUB= PERL="" .endif @@ -138,15 +145,9 @@ CONFIGURE_ARGS+= --disable-smart-resize CONFIGURE_ARGS+= --enable-smart-resize .endif -# enable integration with gdk-pixbuf / or libAfterImage for background images +# enable integration with gdk-pixbuf .if !${PORT_OPTIONS:MGDK_PIXBUF} CONFIGURE_ARGS+= --disable-pixbuf -. if !${PORT_OPTIONS:MAFTERIMAGE} -CONFIGURE_ARGS+= --disable-afterimage # To be upgraded -. else -LIB_DEPENDS+= AfterImage:${PORTSDIR}/graphics/libafterimage -CONFIGURE_ARGS+= --enable-afterimage -. endif .else USE_GNOME+= gdkpixbuf2 CONFIGURE_ARGS+= --enable-pixbuf Modified: head/x11/rxvt-unicode/distinfo ============================================================================== --- head/x11/rxvt-unicode/distinfo Sun Dec 30 18:04:18 2012 (r309684) +++ head/x11/rxvt-unicode/distinfo Sun Dec 30 18:43:39 2012 (r309685) @@ -1,2 +1,2 @@ -SHA256 (rxvt-unicode-9.15.tar.bz2) = ec1aa2932da844979ed8140bd92223defb12042aa5e877e05ac31139ca81f2b1 -SIZE (rxvt-unicode-9.15.tar.bz2) = 894764 +SHA256 (rxvt-unicode-9.16.tar.bz2) = 76bb15cdc8cc7709b01389727f7d818f1f401b6616121f0216165a4cb5e74874 +SIZE (rxvt-unicode-9.16.tar.bz2) = 898089 Modified: head/x11/rxvt-unicode/files/extra-patch-imlocale ============================================================================== --- head/x11/rxvt-unicode/files/extra-patch-imlocale Sun Dec 30 18:04:18 2012 (r309684) +++ head/x11/rxvt-unicode/files/extra-patch-imlocale Sun Dec 30 18:43:39 2012 (r309685) @@ -1,8 +1,8 @@ ---- src/command.C.orig 2011-06-22 14:44:37.000000000 +0400 -+++ src/command.C 2011-09-30 01:31:30.000000000 +0400 -@@ -256,6 +256,26 @@ +--- src/command.C.orig 2012-12-30 19:06:27.000000000 +0100 ++++ src/command.C 2012-12-30 19:09:32.000000000 +0100 +@@ -403,6 +403,26 @@ + return param; } - #endif +void from_imlocale_to_locale(const char *imlocale, const char *locale, wchar_t *wkbuf, int len) +{ @@ -24,16 +24,16 @@ + } +} + - void - rxvt_term::commit_iso14755 () + void ecb_cold + rxvt_term::key_press (XKeyEvent &ev) { -@@ -451,6 +471,9 @@ +@@ -456,6 +476,9 @@ if (rs[Rs_imLocale]) SET_LOCALE (locale); + if (rs[Rs_imLocale]) + from_imlocale_to_locale(rs[Rs_imLocale], locale, wkbuf, len); -+ ++ if (status_return == XLookupChars || status_return == XLookupBoth) { Modified: head/x11/rxvt-unicode/pkg-plist ============================================================================== --- head/x11/rxvt-unicode/pkg-plist Sun Dec 30 18:04:18 2012 (r309684) +++ head/x11/rxvt-unicode/pkg-plist Sun Dec 30 18:43:39 2012 (r309685) @@ -2,6 +2,7 @@ bin/urxvt bin/urxvtc bin/urxvtcd bin/urxvtd +%%PERL%%lib/urxvt/perl/background %%PERL%%lib/urxvt/perl/bell-command %%PERL%%lib/urxvt/perl/block-graphics-to-ascii %%PERL%%lib/urxvt/perl/clipboard-osc