diff options
author | skrll <skrll> | 2001-12-03 15:37:14 +0000 |
---|---|---|
committer | skrll <skrll> | 2001-12-03 15:37:14 +0000 |
commit | c82c533cf5e4e3fa75fd6332e9a0fe8ee5bbd480 (patch) | |
tree | bfa138716839927c14f0e8332a5bfa57d9e3fb73 /x11/kdebase2/Makefile | |
parent | 53d855dff8a313e81705a0f62aebcf53e1d13bc6 (diff) | |
download | pkgsrc-c82c533cf5e4e3fa75fd6332e9a0fe8ee5bbd480.tar.gz |
Update to KDE 2.2.2
Closes pkg/14728 from Mark Davies <mark@mcs.vuw.ac.nz>. Changes from him
with updates from myself.
From www.kde.org... The principal improvements over KDE 2.2.1, release two
months ago, include:
o security-related
- SSL certificate loading
- symlink vulnerability in .wmrc access by KDM introduced in 2.2
- security problem with eFax (used by klprfax)
- potential problem in PAM invocation by KDM
- potential harmful side-effect of failed KDM session starts
o new features
- added support for CodeWeavers' CrossOver plug-in (provides support
for QuickTime, etc.)
- added support for the wheelmouse for scrolling through the
KGhostview PS/PDF viewer component
- ability to search for multiple patterns at a time in the file
search dialog
- debugging multi-threaded applications with KDevelop
o improvements/fixes
- handling of HTTP links that redirect to FTP
- POST using SSL through a proxy and sending headers through proxies
- saving of recently-selected files in the file dialog
- handling of non-ASCII characters over SMB
- toolbar button captions with certain styles
- selecting items with the mouse in Konqueror
- sorting in Konqueror's textview
- saving current settings as a theme in the theme manager
- crashes in KMail with certain mails
- crash on invoking the KDM chooser
- non-Latin languages with KDevelop
performance
- icon loading optimized
- file dialog speedups
- stop spinning SMB client processes
- handling of large files in Kate
Diffstat (limited to 'x11/kdebase2/Makefile')
-rw-r--r-- | x11/kdebase2/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/x11/kdebase2/Makefile b/x11/kdebase2/Makefile index d7d0711ec67..dad07da390c 100644 --- a/x11/kdebase2/Makefile +++ b/x11/kdebase2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.32 2001/11/22 04:27:47 jlam Exp $ +# $NetBSD: Makefile,v 1.33 2001/12/03 15:37:18 skrll Exp $ -DISTNAME= kdebase-2.2.1 +DISTNAME= kdebase-2.2.2 CATEGORIES= x11 COMMENT= Base modules for the KDE 2 integrated X11 desktop @@ -55,6 +55,11 @@ PLIST_SRC+= ${PKGDIR}/PLIST ICONDIR= share/kde/icons +post-configure: + ln -s ../Linux/conf.c ${WRKSRC}/ksysguard/ksysguardd/FreeBSD/conf.c + ln -s ../Linux/conf.h ${WRKSRC}/ksysguard/ksysguardd/FreeBSD/conf.h + ln -s ../Linux/ksysguardd.h ${WRKSRC}/ksysguard/ksysguardd/FreeBSD/ksysguardd.h + post-build: cd ${WRKSRC}; \ files="kioslave/info/kde-info2html.conf"; \ |