pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/kdelibs3 Patch from kde svn to fix compilation wit...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1ed428c32201
branches:  trunk
changeset: 508820:1ed428c32201
user:      markd <markd%pkgsrc.org@localhost>
date:      Sun Feb 26 11:46:41 2006 +0000

description:
Patch from kde svn to fix compilation with gcc 2.95.  Should fix build
on NetBSD 1.6.2.  Bump PKGREVISION.

diffstat:

 x11/kdelibs3/Makefile         |   4 ++--
 x11/kdelibs3/distinfo         |   3 ++-
 x11/kdelibs3/patches/patch-ai |  13 +++++++++++++
 3 files changed, 17 insertions(+), 3 deletions(-)

diffs (47 lines):

diff -r 648aa6365601 -r 1ed428c32201 x11/kdelibs3/Makefile
--- a/x11/kdelibs3/Makefile     Sun Feb 26 10:40:08 2006 +0000
+++ b/x11/kdelibs3/Makefile     Sun Feb 26 11:46:41 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.104 2006/02/07 10:06:53 markd Exp $
+# $NetBSD: Makefile,v 1.105 2006/02/26 11:46:41 markd Exp $
 
 DISTNAME=      kdelibs-${_KDE_VERSION}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    x11
 COMMENT=       Support libraries for the KDE integrated X11 desktop
 
diff -r 648aa6365601 -r 1ed428c32201 x11/kdelibs3/distinfo
--- a/x11/kdelibs3/distinfo     Sun Feb 26 10:40:08 2006 +0000
+++ b/x11/kdelibs3/distinfo     Sun Feb 26 11:46:41 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.68 2006/02/07 10:06:53 markd Exp $
+$NetBSD: distinfo,v 1.69 2006/02/26 11:46:41 markd Exp $
 
 SHA1 (kdelibs-3.5.1.tar.bz2) = 669dbefc1880f17493462ce724d4c38520724ece
 RMD160 (kdelibs-3.5.1.tar.bz2) = db974aa14ff8f8d5a9d279ba8cabb5dcdc3ecc1c
@@ -10,6 +10,7 @@
 SHA1 (patch-af) = 7fbb3abcbf56020e3827ddf9d056beab9d1f3cd7
 SHA1 (patch-ag) = e471fdf5428e0f515ef3fe5427622854886ef952
 SHA1 (patch-ah) = 467772a737072baa4af76b22f58bf1741b6633eb
+SHA1 (patch-ai) = b4b6902423af8905e10d1652f2174b27280412ac
 SHA1 (patch-an) = a65dd672b26a12a6690d1109ba5ee6f58c69457a
 SHA1 (patch-ao) = 7ae360b2ee2332ec3017dfd468457f2c1b139308
 SHA1 (patch-ap) = 94037230bb3d12549195d52b98ffdd821f94f90d
diff -r 648aa6365601 -r 1ed428c32201 x11/kdelibs3/patches/patch-ai
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/kdelibs3/patches/patch-ai     Sun Feb 26 11:46:41 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ai,v 1.6 2006/02/26 11:46:41 markd Exp $
+
+--- khtml/html/html_formimpl.cpp.orig  2006-01-20 19:53:03.000000000 +1300
++++ khtml/html/html_formimpl.cpp
+@@ -2303,7 +2303,7 @@ void HTMLSelectElementImpl::recalcListIt
+         NodeImpl* const parent = current->parentNode();
+         current = current->nextSibling();
+         if (!current) {
+-            if (parent != this)
++            if (static_cast<const NodeImpl *>(parent) != this)
+                 current = parent->nextSibling();
+         }
+     }



Home | Main Index | Thread Index | Old Index