summaryrefslogtreecommitdiff
path: root/x11/kde4-runtime (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Remove USE_GETOPT_LONG which is a no-op since March 2007Pav Lucistnik2008-03-201-1/+0
|
* Remove support for XFree8-4.Florent Thoumie2008-03-071-4/+0
| | | | | | | | From now on, X_WINDOW_SYSTEM != "xorg" is not supported anymore. PR: ports/119418 Submitted by: flz Approved by: portmgr (pav)
* Use the hal-storage pkgconfig data for configuring mediamanager'sMichael Nottebrock2008-01-182-1/+12
| | | | | | | libraries. PR: ports/119733 Submitted by: Andrew Kolchoogin <andrew@rinet.ru>
* Avoid null-pointer dereference in kdesuMichael Nottebrock2007-11-151-0/+14
| | | | | PR: ports/118007 Approved by: portmgr (Pav)
* Update to KDE 3.5.8Michael Nottebrock2007-10-296-292/+4
|
* Add patch for KDM passwordless login vulnerability and update patchesMichael Nottebrock2007-09-193-1/+64
| | | | | | for Konqueror address bar spoofing vulnerability. Security: CVE-2007-3820 CVE-2007-4224 CVE-2007-4225 CVE-2007-4569
* Fix Konqueror address bar spoofing attack vulnerability.Michael Nottebrock2007-08-192-1/+50
| | | | | Security: CVE-2007-4224, CVE-2007-4224, CVE-2007-3820 Security: http://www.kde.org/info/security/advisory-20070816-1.txt
* Add the latest KDE patches for Qt plus a patch for Konsole in kdebase.Michael Nottebrock2007-07-112-1/+165
| | | | | | | Together, they fix a regression in Kicker's taskbar applet which would no longer group Konsole windows in 3.5.7. Reported by: Dwayne MacKinnon <dmk@ncf.ca>
* Update to KDE 3.5.7 / KOffice 1.6.3Michael Nottebrock2007-07-048-184/+530
|
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Prevent kdebase3 from deleting the Gamma Correction KDE Control CenterMichael Nottebrock2007-04-222-1/+79
| | | | module (from kdegraphics3) on installation.
* - List processes which prevent a volume from gettingMichael Nottebrock2007-04-152-35/+50
| | | | | | | | unmounted by using fstat (instead of fuser). - Fix mounting volumes listed in fstab. PR: ports/111364 Submitted by: Maxim Samsonov <xors@mne.ru>
* Disable polling of smb filesystems listed in fstab.Michael Nottebrock2007-03-292-4/+7
|
* Update to KDE 3.5.6 / KOffice 1.6.2Michael Nottebrock2007-03-1310-5975/+107
|
* Apparently there *are* users that prefer to leave HAL turned off. AvoidMichael Nottebrock2007-02-102-1/+2
| | | | | | letting them run into a patch error. Noticed by: Grzes <gregorek@gmail.com>
* Fix various problems in the media kioslave:Michael Nottebrock2007-02-105-26/+253
| | | | | | | | | | | | | | | | - Correct ejecting of mounted volumes (unmount before eject). - Mounting of removable media drives (such as CD-ROM drives) listed in /etc/fstab (removes checking linux's "user" mount option). - Polling floppy drives over the mount state (FreeBSD HAL doesn't do this). - Informing the fileview when HAL notifies that mounting is completed. - Mounting cdrom volume in locale charset. Note: Requires cd9660_iconv! PR: ports/108949 Submitted by: Maxim Samsonov <xors@sendmail.ru> - Disable polling of nfs shares in the fstabbackend. Mounting/Unmounting is broken and the polling can cause DBus aborts that take kded with them.
* Fix KDE Bug 135250 (window-flickering in 'focus strictly under mouse' mode).Michael Nottebrock2007-01-082-1/+40
| | | | Submitted by: Daniel O'Connor <doconnor@gsoft.com.au>
* Fix overlong entry in make configTilman Keskinoz2006-12-231-1/+1
| | | | | Reported by: Heino Tiedemann Submitted by: Andy Fawcett
* Fix unmounting USB storage devices and the like (don't try to "eject" them,Michael Nottebrock2006-12-211-1/+4
| | | | just unmounting will do. Yay Linux.).
* Fix a linuxism in media:/ that prevents cd-roms from being mounted (byMichael Nottebrock2006-12-202-1/+191
| | | | | trying to mount them with -noatime). Also make kio_media more debug- chatty in case users find more problems.
* Update to KDE 3.5.5 / KOffice 1.6.1Michael Nottebrock2006-12-1912-1142/+882
| | | | Approved by: portmgr
* Explicitly disable HAL support, it currently doesn't work on FreeBSD.Michael Nottebrock2006-10-181-2/+3
| | | | Approved by: portmgr (marcus)
* Fix bold/intensive fonts in konsole.Michael Nottebrock2006-09-182-1/+14
| | | | Submitted by: moose@opera.com
* Fix KControl/kcmshell so the Peripherals/Digital Camera KControl moduleMichael Nottebrock2006-09-142-1/+12
| | | | (installed by graphics/kamera) will work.
* Fix KControl. Paving the road to a peaceful coexistence with GNOME inMichael Nottebrock2006-09-142-2/+5
| | | | | | | ${LOCALBASE} takes more patching than expected. PR: ports/103242 Submitted by: Kyryll A Mirnenko <mirya@matrix.ua>
* KDE 3.5.4 / KOffice 1.5.2Michael Nottebrock2006-09-1211-206/+6170
|
* Fix KDE Bug 128610 (kscreensaver does not launch screensaver after x minutes).Michael Nottebrock2006-07-052-1/+98
|
* Look for the kde-xdg-env dependency file in the right place.Michael Nottebrock2006-06-251-1/+1
| | | | | PR: ports/99396 Submitted by: Rémy Oudompheng <oudomphe@clipper.ens.fr>
* - Fix KDE Bug 128754 (media:/ confuses filedescriptor devices with floppies)Michael Nottebrock2006-06-163-11/+19
| | | | | | - Correct pkg-message (noticed by ale@) PR: ports/98591
* - Use shutdown -p now by default as kdm HALT_CMD.Michael Nottebrock2006-06-146-14/+96
| | | | | | | | | | - Fix KDE Bug 128663 (double-free in kpager) - Fix KDE Bug 128757 (regression media:/ kioslave) PR: ports/98918 Security: http://www.kde.org/info/security/advisory-20060614-1.txt Security: CVE-2006-2449
* Add missing '+' and fix depending on kde-xdg-env.Alex Dupre2006-06-071-1/+1
|
* - Work around KDE bug 128757.Michael Nottebrock2006-06-072-0/+36
| | | | | - Finally support GNOME/XFCE icons/menus by default by depending on kde-xdg-env.
* Update to KDE 3.5.3Michael Nottebrock2006-06-056-39/+22
|
* Remove USE_REINPLACE from categories starting with XEdwin Groothuis2006-05-131-1/+0
|
* Fix KDE bug 124826.Michael Nottebrock2006-04-072-0/+21
| | | | Obtained from: KDE SVN, Aron Stansvik <elvstone@gmail.com>
* Update to KDE 3.5.2Michael Nottebrock2006-03-306-40/+23
|
* Conversion to a single libtool environment.Ade Lovett2006-02-232-2/+235
| | | | Approved by: portmgr (kris)
* Fix compile on 4.xMichael Nottebrock2006-02-121-0/+13
|
* Fix support for keymaps with local variants (en_US, de_CH etc.) in kxkb.Michael Nottebrock2006-02-032-0/+21
|
* Update to KDE 3.5.1.Michael Nottebrock2006-02-013-22/+7
|
* Be more explicit about the openssl dependency.Michael Nottebrock2006-01-111-1/+4
|
* Update to KDE 3.5.0Michael Nottebrock2006-01-089-342/+317
|
* Add a patch to fix KDE Bug 114385 (kdm segfaults on XDMCP request).Michael Nottebrock2005-12-012-0/+17
|
* Update to KDE 3.4.3 / KOffice 1.4.2Michael Nottebrock2005-11-0510-254/+32
|
* Fix bogus ui files in preparation for Qt 3.3.5Michael Nottebrock2005-10-041-0/+10
|
* Fix a potential local root vulnverability in kcheckpass.Michael Nottebrock2005-09-052-1/+157
| | | | Security: CAN-2005-2494
* Konqueror bugfixorama:Michael Nottebrock2005-08-064-0/+98
| | | | | | | | | - Don't get confused by files and directories containing wildcard characters (such as "[" and "]") - Fix usage of wildcards in the location bar in filemanager mode - Unmount CD-ROM devices before ejecting them. Approved by: portmgr (linimon)
* Update to KDE 3.4.2 / KOffice 1.4.1Michael Nottebrock2005-07-312-3/+2
|
* Fix some of the issues in the media:/ kioslave. proc filesystems should noMichael Nottebrock2005-07-123-1/+101
| | | | | | | | | longer appear in the list, numbering of NFS filesystems should be okay now and removable media should be mountable, unmountable and browseable - if the user running KDE can mount them in the first place (i.e. vfs.usermount and mountpoint ownership still required). Obtained from: KDE SVN
* Fix compilation with OpenLDAP 2.3.4Michael Nottebrock2005-07-052-0/+10
|