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 rxvt-unicode to 5.8. Patches ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/da6f880f1ab9
branches:  trunk
changeset: 501768:da6f880f1ab9
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Oct 28 16:32:26 2005 +0000

description:
Update rxvt-unicode to 5.8.  Patches provided by Leonard Schmidt
(maintainer) in PR pkg/31930.

Changes:
        - INCOMPATIBLE CHANGE: many configure options are now on by default.
          If you want the old behaviour, try:
          configure --disable-everything <your enable options>
        - INCOMPATIBLE CHANGE: -fade changed its meaning to comply with
          the documentation and common sense: when upgrading, replace your
          percentage by 100-percentage.
        - integrated "fade to specific colour" patch by Martin Parm.
        - slow down the internal visual bell (delay by 20ms) and update
          the terminfo flash code to use the same delay.  This is
          synchronous, so many bells might inhibit screen updates in other
          windows.
        - text with background==foreground colour gets displayed with default
          bg/fg now when in reverse video, so it can be seen when selecting.
        - allow koi8r* as x11 encoding name for koi8r (Nikita Danilov).
        - removed undocumented inheritPixmapforce option.
        - replaced INSTALL file.

diffstat:

 x11/rxvt-unicode/Makefile |  37 ++++++-------------------------------
 x11/rxvt-unicode/distinfo |   8 ++++----
 2 files changed, 10 insertions(+), 35 deletions(-)

diffs (69 lines):

diff -r 55fd44c03acf -r da6f880f1ab9 x11/rxvt-unicode/Makefile
--- a/x11/rxvt-unicode/Makefile Fri Oct 28 16:02:19 2005 +0000
+++ b/x11/rxvt-unicode/Makefile Fri Oct 28 16:32:26 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/10/14 00:32:53 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2005/10/28 16:32:26 minskim Exp $
 #
 
-DISTNAME=              rxvt-unicode-5.7
+DISTNAME=              rxvt-unicode-5.8
 CATEGORIES=            x11
 MASTER_SITES=          http://dist.schmorp.de/rxvt-unicode/
 EXTRACT_SUFX=          .tar.bz2
@@ -14,37 +14,12 @@
 USE_LANGUAGES=         c++
 USE_TOOLS+=            gmake pkg-config
 
-CONFIGURE_ARGS+=       --enable-combining              \
-                       --enable-xft                    \
-                       --enable-font-styles            \
-                       --enable-utmp                   \
-                       --enable-wtmp                   \
-                       --enable-lastlog                \
-                       --enable-xpm-background         \
-                       --enable-transparency           \
-                       --enable-tinting                \
-                       --enable-fading                 \
+CONFIGURE_ARGS+=       --enable-transparency   \
                        --enable-menubar                \
-                       --enable-rxvt-scroll            \
-                       --enable-next-scroll            \
-                       --enable-xterm-scroll           \
-                       --enable-plain-scroll           \
-                       --enable-xim                    \
-                       --enable-ttygid                 \
+                       --enable-xpm-background \
                        --enable-xgetdefault            \
-                       --disable-strings               \
-                       --enable-swapscreen             \
-                       --enable-iso14755               \
-                       --enable-frills                 \
-                       --enable-24bit                  \
-                       --disable-keepscrolling         \
-                       --enable-selectionscrolling     \
-                       --enable-mouswheel              \
-                       --enable-slipwheeling           \
-                       --enable-text-blink             \
-                       --enable-pointer-blank          \
-                       --with-codesets=all             \
-                       --with-term=rxvt
+                       --with-term=rxvt        \
+                       --enable-24bit
 
 .include "../../fonts/Xft2/buildlink3.mk"
 .include "../../graphics/xpm/buildlink3.mk"
diff -r 55fd44c03acf -r da6f880f1ab9 x11/rxvt-unicode/distinfo
--- a/x11/rxvt-unicode/distinfo Fri Oct 28 16:02:19 2005 +0000
+++ b/x11/rxvt-unicode/distinfo Fri Oct 28 16:32:26 2005 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2005/10/14 00:32:53 minskim Exp $
+$NetBSD: distinfo,v 1.2 2005/10/28 16:32:26 minskim Exp $
 
-SHA1 (rxvt-unicode-5.7.tar.bz2) = 56bc160ba579bfedaec864499b7773cf3a33862c
-RMD160 (rxvt-unicode-5.7.tar.bz2) = 4b7348b430e2142581d80829798c8c1ff40d0b0a
-Size (rxvt-unicode-5.7.tar.bz2) = 848618 bytes
+SHA1 (rxvt-unicode-5.8.tar.bz2) = ed7e938dff9d2913253a43ca607762573bedde99
+RMD160 (rxvt-unicode-5.8.tar.bz2) = 8791fcc367323d51cb872ad0d526fa1708b2f72f
+Size (rxvt-unicode-5.8.tar.bz2) = 850734 bytes
 SHA1 (patch-aa) = 8cd8bc0a7a00e0871bd98cdbee8672ea65448218



Home | Main Index | Thread Index | Old Index