Commit graph

104 commits

Author SHA1 Message Date
Martin Wilke
84648ccfcd - Fix build on 8.0-BETA2 2009-07-28 16:45:17 +00:00
Martin Wilke
83ab7f277b - Fix build with USB 2.0
PR:		135860 (based on)
Submitted by:	Ulrich Spoerlein <uqs@spoerlein.net>
		mezz@, deischen@
2009-07-06 08:54:01 +00:00
Martin Wilke
b705a12b25 - Add a workaround to fix the build on HEAD with new usb2 stack
PR:		132686
Submitted by:	Michiel Boland <michiel@boland.org>
2009-03-16 19:02:52 +00:00
Max Brazhnikov
721122239e Recover extrapatches (which have been lost with update to 3.5.10)
to fix mounting with hal.
Approved by:	portmgr (marcus)
2008-09-18 14:59:42 +00:00
Martin Wilke
8d67f4a547 The KDE FreeBSD team is proud to announce the release
of KDE 3.5.10 for FreeBSD. The official KDE 3.5.10 release
notes can be found at:
http://www.kde.org/announcements/announce-3.5.10.php

While not a very exciting release in terms of features,
3.5.10 brings a couple of nice bugfixes and translation
updates to those who choose to stay with KDE 3.5. The
fixes are thinly spread across KPDF with a number of crash
fixes, KGPG and probably most interesting various fixes
in kicker, KDE3's panel:

    * Improved visibility on transparent backgrounds
    * Themed arrow buttons in applets that were missing them
    * Layout and antialiasing fixes in various applets

Approved by:	portmgr (erwin/pav)
2008-08-29 11:30:04 +00:00
Martin Wilke
1d5e9f4e22 - Remove patch no longer required
Submitted by:	Ionbot
2008-08-18 11:38:33 +00:00
Martin Wilke
2c918e019a The KDE FreeBSD team is proud to announce the release
of KDE 3.5.9 for FreeBSD. The official KDE 3.5.9 release
notes can be found at:
http://www.kde.org/announcements/announce-3.5.9.php

After the KDE 4.1.0 import the team found time to make
KDE 3.5.9 ready for the Ports tree.

KDE 3.5.9 was released six months ago and 3.5.10 is coming
soon. We are not sure we have time to get 3.5.10 for FreeBSD
7.1/6.4 release, but we would have minimum 3.5.9 for those
people who prefer to stay with KDE3.

Of course Thanks to all Testers.
2008-08-18 09:22:07 +00:00
Martin Wilke
3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00
Michael Nottebrock
dc9cdf4251 Use the hal-storage pkgconfig data for configuring mediamanager's
libraries.

PR: 		ports/119733
Submitted by:	Andrew Kolchoogin <andrew@rinet.ru>
2008-01-18 17:36:25 +00:00
Michael Nottebrock
28aa302933 Avoid null-pointer dereference in kdesu
PR: ports/118007
Approved by: portmgr (Pav)
2007-11-15 07:56:44 +00:00
Michael Nottebrock
c13a5bcfcd Update to KDE 3.5.8 2007-10-29 23:48:18 +00:00
Michael Nottebrock
8e352eea26 Add patch for KDM passwordless login vulnerability and update patches
for Konqueror address bar spoofing vulnerability.

Security: CVE-2007-3820 CVE-2007-4224 CVE-2007-4225 CVE-2007-4569
2007-09-19 16:44:37 +00:00
Michael Nottebrock
c6accc6986 Fix Konqueror address bar spoofing attack vulnerability.
Security: CVE-2007-4224, CVE-2007-4224, CVE-2007-3820
Security: http://www.kde.org/info/security/advisory-20070816-1.txt
2007-08-19 15:36:01 +00:00
Michael Nottebrock
2ef567fc67 Add the latest KDE patches for Qt plus a patch for Konsole in kdebase.
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>
2007-07-11 20:53:41 +00:00
Michael Nottebrock
961141fb14 Update to KDE 3.5.7 / KOffice 1.6.3 2007-07-04 10:25:00 +00:00
Michael Nottebrock
ac9e28d457 Prevent kdebase3 from deleting the Gamma Correction KDE Control Center
module (from kdegraphics3) on installation.
2007-04-22 10:07:24 +00:00
Michael Nottebrock
cf5e1dc6d4 - List processes which prevent a volume from getting
unmounted by using fstat (instead of fuser).
- Fix mounting volumes listed in fstab.

PR: 		ports/111364
Submitted by:	Maxim Samsonov <xors@mne.ru>
2007-04-15 09:39:02 +00:00
Michael Nottebrock
fa983ead5e Disable polling of smb filesystems listed in fstab. 2007-03-29 00:31:22 +00:00
Michael Nottebrock
a209c5b185 Update to KDE 3.5.6 / KOffice 1.6.2 2007-03-13 19:13:51 +00:00
Michael Nottebrock
b8dd42418c Apparently there *are* users that prefer to leave HAL turned off. Avoid
letting them run into a patch error.

Noticed by: Grzes <gregorek@gmail.com>
2007-02-10 12:02:18 +00:00
Michael Nottebrock
c1b494c191 Fix various problems in the media kioslave:
- 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.
2007-02-10 03:32:52 +00:00
Michael Nottebrock
4aaa506f03 Fix KDE Bug 135250 (window-flickering in 'focus strictly under mouse' mode).
Submitted by: Daniel O'Connor <doconnor@gsoft.com.au>
2007-01-08 10:35:53 +00:00
Michael Nottebrock
9fb36052e9 Fix a linuxism in media:/ that prevents cd-roms from being mounted (by
trying to mount them with -noatime). Also make kio_media more debug-
chatty in case users find more problems.
2006-12-20 20:42:54 +00:00
Michael Nottebrock
1160fd7012 Update to KDE 3.5.5 / KOffice 1.6.1
Approved by:	portmgr
2006-12-19 21:19:54 +00:00
Michael Nottebrock
04de6f0ed1 Fix bold/intensive fonts in konsole.
Submitted by: moose@opera.com
2006-09-18 16:31:54 +00:00
Michael Nottebrock
ff9754ecc9 Fix KControl/kcmshell so the Peripherals/Digital Camera KControl module
(installed by graphics/kamera) will work.
2006-09-14 13:08:27 +00:00
Michael Nottebrock
431622844f KDE 3.5.4 / KOffice 1.5.2 2006-09-12 23:26:52 +00:00
Michael Nottebrock
b0311988f6 Fix KDE Bug 128610 (kscreensaver does not launch screensaver after x minutes). 2006-07-05 23:22:17 +00:00
Michael Nottebrock
ff37c611b5 - Fix KDE Bug 128754 (media:/ confuses filedescriptor devices with floppies)
- Correct pkg-message (noticed by ale@)

PR: ports/98591
2006-06-16 07:19:46 +00:00
Michael Nottebrock
3b7843e6f8 - Use shutdown -p now by default as kdm HALT_CMD.
- 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
2006-06-14 18:53:15 +00:00
Michael Nottebrock
7c6729fa08 - Work around KDE bug 128757.
- Finally support GNOME/XFCE icons/menus by default by depending on
  kde-xdg-env.
2006-06-07 15:05:22 +00:00
Michael Nottebrock
c5accf0b17 Update to KDE 3.5.3 2006-06-05 19:24:58 +00:00
Michael Nottebrock
b1c0b50cc8 Fix KDE bug 124826.
Obtained from: KDE SVN, Aron Stansvik <elvstone@gmail.com>
2006-04-07 18:59:07 +00:00
Michael Nottebrock
5f86d4f59a Update to KDE 3.5.2 2006-03-30 20:30:29 +00:00
Michael Nottebrock
733878f590 Fix compile on 4.x 2006-02-12 16:07:35 +00:00
Michael Nottebrock
3f09724076 Fix support for keymaps with local variants (en_US, de_CH etc.) in kxkb. 2006-02-03 11:04:36 +00:00
Michael Nottebrock
79fc2a8db2 Update to KDE 3.5.1. 2006-02-01 09:13:29 +00:00
Michael Nottebrock
7710b55bc3 Update to KDE 3.5.0 2006-01-08 19:32:36 +00:00
Michael Nottebrock
6ed3352d86 Add a patch to fix KDE Bug 114385 (kdm segfaults on XDMCP request). 2005-12-01 05:30:18 +00:00
Michael Nottebrock
de94e0e160 Update to KDE 3.4.3 / KOffice 1.4.2 2005-11-05 11:19:58 +00:00
Michael Nottebrock
bd6aa5ed7d Fix bogus ui files in preparation for Qt 3.3.5 2005-10-04 11:21:18 +00:00
Michael Nottebrock
068cd2c16c Fix a potential local root vulnverability in kcheckpass.
Security: CAN-2005-2494
2005-09-05 11:26:40 +00:00
Michael Nottebrock
d3877038ff Konqueror bugfixorama:
- 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)
2005-08-06 12:48:51 +00:00
Michael Nottebrock
4bdac311d9 Fix some of the issues in the media:/ kioslave. proc filesystems should no
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
2005-07-12 13:53:12 +00:00
Michael Nottebrock
29e53283c8 Fix compilation with OpenLDAP 2.3.4 2005-07-05 19:02:32 +00:00
Michael Nottebrock
8bf4bd1c32 Update to KDE 3.4.1 2005-06-26 15:38:58 +00:00
Markus Brueffer
ded5e38b2e Fix build on 4.9
Reported and tested by:	Emilio <contiemilio@virgilio.it>
2005-05-06 16:02:13 +00:00
Markus Brueffer
849c1121a9 Add patch to fix the kinfocenter PCI module (KDE Bug 101686)
Reported by:	Steven Earl Smith
2005-04-15 00:00:52 +00:00
Michael Nottebrock
3b4c7b7c16 Disable building kompmgr, instead RUN_DEPEND on it if xorg is installed.
Fixes kdebase3's pkg-plist and kwin's XComposite support.
2005-03-21 13:04:04 +00:00
Michael Nottebrock
d57e6a8257 Update to KDE 3.4 2005-03-20 18:17:55 +00:00