pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/rxvt-unicode Update to rxvt-unicode-8.3, provided ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a006671ba456
branches: trunk
changeset: 531777:a006671ba456
user: ghen <ghen%pkgsrc.org@localhost>
date: Mon Aug 06 10:02:27 2007 +0000
description:
Update to rxvt-unicode-8.3, provided by Philip Paeps <philip%freebsd.org@localhost>.
ChangeLog:
o new option: skipScroll/-ss, enabled by default.
o go with the times and expect x11 library files in /usr/lib, not
/usr/X11R6/lib.
o initial transparency improvement/afterimage support patch by Sasha Vasko.
o add urgentOnBell resource to set the urgency hint (patch by Philip Paeps).
o do not process focus events caused by grabs (patch by Mikachu).
o add iso14755_52 resource to disable iso14755 5.2 (exg).
o add binding for backspace in iso14755 5.1 to remove the last digit (exg).
o better option handling, support more than 30 options (exg).
o nuke reconf script, serves no purpose anymore.
o fixed and documented matcher/on_user_command processing in matcher extension
(tpope).
o compile out of the box on Solaris 10 (exg).
o fix MappingNotify events (reported by Stephan Walter).
o zero-initialise mwmhints, this seems to solve all sorts of minor problems.
diffstat:
x11/rxvt-unicode/Makefile | 4 +-
x11/rxvt-unicode/PLIST | 3 +-
x11/rxvt-unicode/distinfo | 10 ++++----
x11/rxvt-unicode/patches/patch-aa | 44 ++++++++++++++++++--------------------
4 files changed, 30 insertions(+), 31 deletions(-)
diffs (123 lines):
diff -r 544ea643114a -r a006671ba456 x11/rxvt-unicode/Makefile
--- a/x11/rxvt-unicode/Makefile Mon Aug 06 09:52:31 2007 +0000
+++ b/x11/rxvt-unicode/Makefile Mon Aug 06 10:02:27 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2007/01/30 20:41:32 joerg Exp $
+# $NetBSD: Makefile,v 1.18 2007/08/06 10:02:27 ghen Exp $
#
-DISTNAME= rxvt-unicode-8.1
+DISTNAME= rxvt-unicode-8.3
CATEGORIES= x11
MASTER_SITES= http://dist.schmorp.de/rxvt-unicode/ \
http://dist.schmorp.de/rxvt-unicode/Attic/
diff -r 544ea643114a -r a006671ba456 x11/rxvt-unicode/PLIST
--- a/x11/rxvt-unicode/PLIST Mon Aug 06 09:52:31 2007 +0000
+++ b/x11/rxvt-unicode/PLIST Mon Aug 06 10:02:27 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2006/12/15 15:01:30 martin Exp $
+@comment $NetBSD: PLIST,v 1.6 2007/08/06 10:02:27 ghen Exp $
bin/urxvt
bin/urxvtc
bin/urxvtd
@@ -27,6 +27,7 @@
${PERL}man/man3/urxvtperl.3
man/man7/urxvt.7
share/doc/rxvt-unicode/README.FAQ
+share/terminfo/r/rxvt-unicode
@dirrm share/doc/rxvt-unicode
${PERL}@dirrm lib/urxvt/perl
${PERL}@dirrm lib/urxvt
diff -r 544ea643114a -r a006671ba456 x11/rxvt-unicode/distinfo
--- a/x11/rxvt-unicode/distinfo Mon Aug 06 09:52:31 2007 +0000
+++ b/x11/rxvt-unicode/distinfo Mon Aug 06 10:02:27 2007 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2007/01/30 20:41:32 joerg Exp $
+$NetBSD: distinfo,v 1.10 2007/08/06 10:02:27 ghen Exp $
-SHA1 (rxvt-unicode-8.1.tar.bz2) = b7d1d5188a655bcade8fd0708903bc3fc73484a4
-RMD160 (rxvt-unicode-8.1.tar.bz2) = 2e0535449267a43222976fd6a3dfeb7fd3201c87
-Size (rxvt-unicode-8.1.tar.bz2) = 874511 bytes
-SHA1 (patch-aa) = 65e70e11f65aa086355cc9333991e3e6f15e9b73
+SHA1 (rxvt-unicode-8.3.tar.bz2) = cd335c47543ba086585a296ca0fe7445c07120dd
+RMD160 (rxvt-unicode-8.3.tar.bz2) = 000dbcb1ff297edbff0a8b21dbbba3db30854579
+Size (rxvt-unicode-8.3.tar.bz2) = 885212 bytes
+SHA1 (patch-aa) = e5760c57a6b47780ee851efe09dda5f2f02fca40
diff -r 544ea643114a -r a006671ba456 x11/rxvt-unicode/patches/patch-aa
--- a/x11/rxvt-unicode/patches/patch-aa Mon Aug 06 09:52:31 2007 +0000
+++ b/x11/rxvt-unicode/patches/patch-aa Mon Aug 06 10:02:27 2007 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.4 2007/01/30 20:41:32 joerg Exp $
+$NetBSD: patch-aa,v 1.5 2007/08/06 10:02:27 ghen Exp $
---- configure.orig 2006-10-03 11:20:57.000000000 +0000
-+++ configure
-@@ -3291,59 +3291,6 @@ fi
+--- configure.orig 2007-08-06 10:26:41.000000000 +0200
++++ configure 2007-08-06 10:29:20.000000000 +0200
+@@ -3877,57 +3877,6 @@
LINKER=$LINKER
@@ -25,44 +25,42 @@
-}
-_ACEOF
-rm -f conftest.$ac_objext
--if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-- (eval $ac_compile) 2>conftest.er1
+-if { (ac_try="$ac_compile"
+-case "(($ac_try" in
+- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+- *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+- (eval "$ac_compile") 2>conftest.er1
- ac_status=$?
- grep -v '^ *+' conftest.er1 >conftest.err
- rm -f conftest.er1
- cat conftest.err >&5
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
-- (exit $ac_status); } &&
-- { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
-- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-- (eval $ac_try) 2>&5
-- ac_status=$?
-- echo "$as_me:$LINENO: \$? = $ac_status" >&5
-- (exit $ac_status); }; } &&
-- { ac_try='test -s conftest.$ac_objext'
-- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-- (eval $ac_try) 2>&5
-- ac_status=$?
-- echo "$as_me:$LINENO: \$? = $ac_status" >&5
-- (exit $ac_status); }; }; then
+- (exit $ac_status); } && {
+- test -z "$ac_cxx_werror_flag" ||
+- test ! -s conftest.err
+- } && test -s conftest.$ac_objext; then
- :
-else
- echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
--CXXFLAGS="-g -O3"
+- CXXFLAGS="-g -O3"
-fi
--rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+-
+-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
- else
- CXXFLAGS="-O"
- fi
- CFLAGS="$CXXFLAGS"
-fi
-
-
+-
cat >>confdefs.h <<\_ACEOF
#define _GNU_SOURCE 1
-@@ -6356,11 +6303,16 @@ cat confdefs.h >>conftest.$ac_ext
+ _ACEOF
+@@ -6691,11 +6640,16 @@
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
Home |
Main Index |
Thread Index |
Old Index