summaryrefslogtreecommitdiff
path: root/x11/kdelibs3/Makefile
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2007-10-20 10:36:14 +0000
committermarkd <markd@pkgsrc.org>2007-10-20 10:36:14 +0000
commit295919934d3d8be4ade759a334ff7a93fc11b414 (patch)
treeb56d20e66a252e3e2e980d7eb9da5d19f79d0976 /x11/kdelibs3/Makefile
parentd5ba4cc018f80f5764d012064ce08a847e8600a5 (diff)
downloadpkgsrc-295919934d3d8be4ade759a334ff7a93fc11b414.tar.gz
Update to KDE 3.5.8
core libs * Small performance improvements. * Reworked KCmdLineArgs::makeURL to make "kpdf a:b" work when a:b is an existing file in the current directory. * Be more robust against addressbar spoofing. * A hostname may resolve to multiple addresses. When connection to one timeouts, we should not immediately give up. Instead, we try the other addresses. http ioslave * Fix crash on broken servers. * Fix Connection failed Url Frame Redirection. * Fix session cookies not always accepted. * Fix persistent cookies are treated like session cookies. * Fix a cross-site cookie injection vulnerability. * Fix for correctly propagating HTTP response headers > 8K. * Fix http responses containing just a header cause Konqueror to wait indefinitely for a response. * Fix problem with cookies in konqueror when server specified as IP adress. * Fix per-site cookie policy does not apply to cookies set for subdomains. KHTML * Fix handling of font-variant:inherit. * Fix GMail/Firefox yet again. * Fix confused cursor shapes if mail and new-window links appear on the same page. * Fix cannot type text into boxes on riteaid.com. * Optimize descendant selector matching. * Fix invalid placing of image. * Default to "UTF-8" per section 2 of the draft W3C "The XMLHttpRequest Object" specification. kjs * Do not convert accented latin1 characters into undrawable char in websites using advanced JavaScript.
Diffstat (limited to 'x11/kdelibs3/Makefile')
-rw-r--r--x11/kdelibs3/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile
index cf29672fce7..f7dd26c98c1 100644
--- a/x11/kdelibs3/Makefile
+++ b/x11/kdelibs3/Makefile
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile,v 1.128 2007/09/21 20:45:52 markd Exp $
+# $NetBSD: Makefile,v 1.129 2007/10/20 10:36:14 markd Exp $
DISTNAME= kdelibs-${_KDE_VERSION}
-PKGREVISION= 3
CATEGORIES= x11
COMMENT= Support libraries for the KDE integrated X11 desktop
-PATCH_SITES= ftp://ftp.kde.org/pub/kde/security_patches/ \
- http://mirrors.isc.org/pub/kde/security_patches/
-PATCHFILES= post-3.5.7-kdelibs-kdecore-2.diff
+#PATCH_SITES= ftp://ftp.kde.org/pub/kde/security_patches/ \
+# http://mirrors.isc.org/pub/kde/security_patches/
+#PATCHFILES= post-3.5.7-kdelibs-kdecore-2.diff
.include "../../meta-pkgs/kde3/Makefile.kde3"