diff options
author | markd <markd@pkgsrc.org> | 2005-05-31 14:13:23 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2005-05-31 14:13:23 +0000 |
commit | 170419e7e6ac28f293846f7352e2af777c4ede64 (patch) | |
tree | 83044d961ac498e6b3c13b578b5250089619e85d /x11/kdelibs3/buildlink3.mk | |
parent | 6e7d2a3d35f91e5108fad08962c88dea49b2fcb4 (diff) | |
download | pkgsrc-170419e7e6ac28f293846f7352e2af777c4ede64.tar.gz |
Update to KDE 3.4.1
Changes:
* kdecore: Fix in command-line argument handler for clicking on mailto
urls while kontact was started with arguments
* kdecore: Fix the support for Dante proxies
* kdecore: Fix the "random resolver failure" problem
* kdecore: Fix the support for the IPv6 Blacklist in ioslaves
* kdeui: Fix "Change Icon" in the toolbar editor
* khtml: Fix submitted position for scrolled imagemaps
* khtml: Load external CSS style-sheet with correct charset
* khtml: Apply CSS padding to tables
* khtml: Improve PRE parsing
* khtml: Fix links with WBR tags
* khtml: Parse CSS3 pseudo-classes and pseudo-elements more strict
* khtml: Fix document.all.item
* khtml: Return meaningful HTMLTableCellElement::cellIndex() values
* khtml: Unbreak setting of location.href on windows opened by
windows.open()
* khtml: Various crash fixes
* khtml: Fixed infinite loop due to onChange from textareas
* khtml: Fix crash in window.setTimeout when Javascript is disabled
* khtml: Fix server-side-push handler to accept bugzilla sending
"text/html; charset=utf-8" as Content-Type
* khtml: Fix for MMB-pasting onto an empty konqueror window
* kjs: Allow non-ascii letters in identifiers
* kjs: More flexible date string parsing
* kjs: Fixes in escape() and unescape() functions
* kjs: Fixes in RegExp constructor
* kssl: store SSL passwords in the KDE wallet and reuse as needed
* kio: KZip: Fixed double-deletion bug when trying to write to a
non-writable directory.
* kio: Fix for print:/manager not embedding the right part in Konqueror
* kio: Use correct window icon in Konqueror when showing trash:/
* kfile: Don't show edit dialog when drop-adding items to sidebar
* kfile: If Shift is pressed when menu opens show 'Delete' instead of
'Trash'
* kio-http: Prevent endless busy loop
* kio-http: Massive speed improvement for deleting Webdav folders
* kio-ftp: Try non-passive mode if passive mode fails
* kio-ftp: Fix parsing of Netware FTP servers, so that files don't all
appear with a lock (no permissions)
* kutils: Fixed support for back ref \0 (entire matched text)
Diffstat (limited to 'x11/kdelibs3/buildlink3.mk')
-rw-r--r-- | x11/kdelibs3/buildlink3.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/x11/kdelibs3/buildlink3.mk b/x11/kdelibs3/buildlink3.mk index 2e38dd78dc6..89cf174d55d 100644 --- a/x11/kdelibs3/buildlink3.mk +++ b/x11/kdelibs3/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.12 2005/05/11 22:08:19 jlam Exp $ +# $NetBSD: buildlink3.mk,v 1.13 2005/05/31 14:13:23 markd Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ KDELIBS_BUILDLINK3_MK:= ${KDELIBS_BUILDLINK3_MK}+ @@ -34,11 +34,14 @@ MAKEVARS+= PKG_BUILD_OPTIONS.kdelibs .include "../../archivers/bzip2/buildlink3.mk" .include "../../audio/arts/buildlink3.mk" .include "../../audio/libaudiofile/buildlink3.mk" +.include "../../devel/libidn/buildlink3.mk" .include "../../devel/pcre/buildlink3.mk" -.include "../../graphics/openexr/buildlink3.mk" +.include "../../graphics/jasper/buildlink3.mk" .include "../../graphics/jpeg/buildlink3.mk" .include "../../graphics/libart2/buildlink3.mk" +.include "../../graphics/openexr/buildlink3.mk" .include "../../graphics/tiff/buildlink3.mk" +.include "../../net/mDNSResponder/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" .include "../../textproc/aspell/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" |