Commit graph

79 commits

Author SHA1 Message Date
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
Michael Nottebrock
d50619c6d2 More cups-fixes and a patch that prevents konqueror from resetting
preview settings when changing icon-sizes.
2005-02-06 12:38:43 +00:00
Michael Nottebrock
0083804533 Update to KDE 3.3.2 2004-12-13 20:12:15 +00:00
Michael Nottebrock
1ec5e3c20f Fix some more environment nits in the kdm configuration templates, and
default to shutdown -p now for halting instead of shutdown -h now.

No PORTREVISION bump since manual regeneration of kdm configuration would
be required anyway.

PR: 73844
Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es>
2004-11-12 02:45:40 +00:00
Michael Nottebrock
14a1da27f4 Update to KDE 3.3.1 2004-11-08 00:34:12 +00:00
Tilman Keskinoz
73f84105cf Fix Environment for kdm/csh users.
No PORTREVISION bump this time, because we had one 24 hours ago.

PR:		72388
Submitted by:	Jose M Rodriguez <josemi@freebsd.jazztel.es>
Requested by:	peter
Approved by:	portmgr(krion)
Reviewed by:	Adriaan de Groot
2004-10-10 22:03:35 +00:00
Tilman Keskinoz
97854827a7 Fix a typo
Without this, kdm spins in an infinite loop with select() returning EINVAL
and times out the Xserver startup and kills it off and then aborts.

Submitted by:	peter via marcus, kris
Reviewed by:	Adriaan de Groot
Approved by:	portmgr
2004-10-09 19:54:01 +00:00
Michael Nottebrock
137bbc0152 Fix bug in the default genkdmconf template - kdm would try and parse
fortune output from .cshrc and sometimes fail to login due to it.

Fix bug with kxkb not detecting installed keyboard layouts on xorg.

Approved by: portmgr
Obtained from:	KDE CVS
2004-09-24 06:40:28 +00:00
Michael Nottebrock
b4c31bafd8 Update to KDE 3.3 2004-08-30 19:55:42 +00:00
Michael Nottebrock
c59d8458d7 A couple of patches didn't make it from the kde-freebsd repo into ports.
Here they are... PORTREVISION needs to be bumped again (sorry).

Pointy hat to: me
2004-08-12 21:16:20 +00:00
Michael Nottebrock
c625071daf Tell genkdmconf to ignore existing bits of xdm/kdm configuration, if it
finds them and just create defaults as intended.
2004-08-12 11:05:27 +00:00
Michael Nottebrock
461f3c5adb Factor out all but one of the build switches of the KDE main module ports
into separate ports. The OPTIONS will remain as of yet and trigger dependencies
now, for easy transition.

Update KOffice to version 1.3.2.

Add patches to fix a number of issues, including:

- fix kxkb on Xorg
- fix kdemultimedia WITH_MPEGLIB (now mpeglib_artsplug) compilation on gcc 3.4.2
  with optimizations greater than -O

Add security related patches and entries to portaudit.txt.
2004-08-11 01:27:37 +00:00
Michael Nottebrock
9774b28273 Update to version 3.2.3 2004-06-09 16:58:30 +00:00
Michael Nottebrock
6c46a157d4 Put the pkg-message template back into PKGDIR.
Requested by: obrien
2004-05-02 21:21:13 +00:00
Michael Nottebrock
77c311d022 Process the pkg-message template earlier than post-install so
package users will actually get to see it the right way.

PR: ports/66123
Reported by: obrien
2004-05-02 13:10:50 +00:00
Michael Nottebrock
6c593b2c29 Update to KDE 3.2.2 2004-04-20 09:08:07 +00:00
Michael Nottebrock
69e683ae5f Add the default path of of the linux-flashplugin to the list of paths
scanned for Netscape plugins. Only affects newly created user-profiles.
2004-03-18 01:11:28 +00:00
Michael Nottebrock
f64c6af4f4 Update to KDE 3.2.1 / QT 3.3.1
Important changes:
==================

KDE:

- Audio/arts does not install artswrapper anymore, instead it is provided by
  audio/artswrapper. See UPDATING.

- misc/kdeaddons3 is now a metaport with

	editors/kate-plugins
	editors/vimpart
	games/atlantikdesigner
	misc/kaddressbook-plugins
	misc/kfile-plugins
	misc/kicker-applets
	misc/knewsticker-scripts
	misc/konq-plugins
	misc/ksig
	misc/renamedlgplugins
	multimedia/noatun-plugins
	net/kontact-plugins

  as slave ports.

- A number of KDE ports now uses OPTIONS do make various WITH_* options more
  visible.

- Plist fixes

- devel/kdevelop should be able to detect FreeBSD's autoconf/automake now for
  newly created projects.

- kdebase will no longer remove previous KDM configurations. This won't take
  effect during the update from 3.2.0 to 3.2.1 (as deinstalling 3.2.0 will still
  remove the configuration), but subsequent updates will merge old configs.

QT:

- Previous versions of QT could be compiled with debugging-support enabled by
  defining DEBUG. This switch has been renamed to the more unambiguous
  WANT_QT_DEBUG (similar to WANT_KDE_DEBUG in the KDE ports).
2004-03-09 19:41:12 +00:00
Michael Nottebrock
38a92d46fe Update to KDE 3.2.0
Important changes:
==================

- Kmail and knode have been moved from kdenetwork to kdepim. This
  means you will have to install kdepim if you want to continue using
  kmail or knode. This is to ease integration with korganizer, in
  the new 'Kontact' application.

- The arabic translations for KDE and KOffice have been moved from
  misc to the arabic category.

- There is a new module called kdeaccessibility in the accessibility
  category.  It contains a few utilities for disabled users like a
  magnification lens and a text-to-speech frontend.

- In KDM, you need to select the 'CUSTOM' session profile in order
  to have your .xsession executed. This is particularly important if
  you're using the aegypten tools
  (http://freebsd.kde.org/howtos/aegypten-kmail.php).

- We have started making more parts of the ports optional. In kdepim,
  both Kandy and KPilot can be turned off with ports-knobs. This
  process will continue in the 3.2 series.
2004-02-05 01:23:10 +00:00
Michael Nottebrock
38e778d4e5 Add a patch to correct CPU states readout in
ksysguard.

PR: ports/59080
Submitted by:	Markus Brueffer
2003-12-13 10:52:14 +00:00
Tilman Keskinoz
fe5a380496 Add a patch that should fix the "A window and A desktop icon sometimes have
keyboard focus at the same time".
No PORTREVISION bump, since only very few people noticed this.

Reported by:	arved, dwhite, Andy Fawcett
Obtained from:	bugs.kde.org
2003-11-20 12:29:57 +00:00
Tilman Keskinoz
f6ed807045 From KDE_3_1_BRANCH:
Deal with 64-bit time_t

With this fix I was able to complete compilation of kdebase on IA64.

Submitted by:	Adriaan de Groot <adridg@cs.kun.nl>
Thanks to:	marcel for prodding and installing kdelibs on pluto2
2003-09-29 09:39:38 +00:00
Will Andrews
01ff961210 Upgrade to Qt 3.2.1 / KDE 3.1.4. See x11/kde3/Makefile rev 1.64 for details. 2003-09-18 14:57:05 +00:00
Michael Nottebrock
9683be5fc3 Multiple bugfixes and enhancements for kdebase.
- Add patches for konsole which enable konsole_grantpty to
          properly change permissions on ttys and fix a bug which causes
          konsole to crash on recent builds of -CURRENT.

        - Add a patch for configure that fixes fontconfig detection.

        - Add a patch submitted by Kaarthik Sivakumar <kaarthik@comcast.net>
          which fixes the bug described in PR ports/48334.

        - Add a pkg-message that notifies users about the fonts this port
          installs.

        - Use the USE_OPENLDAP macro.

PR:             ports/48334
Approved by:	arved (Mentor)
2003-08-28 19:39:01 +00:00
Michael Nottebrock
ac4ef3820b Update KDE to the latest official release, KDE 3.1.3
Official KDE 3.1.3 announcement:
http://www.kde.org/announcements/announce-3.1.3.php

(may not work until a few hours after this commit - we jumped the gun a little
 in order to have the update in place at the time the security notifications for
 KDE 3.1.2 will be released together with the announcement of KDE 3.1.3).

Changelog from 3.1.2 to 3.1.3 release:
http://www.kde.org/announcements/changelogs/changelog3_1_2to3_1_3.php

Thanks and credits need to go to the whole KDE-FreeBSD team, as well
as everyone on kde@freebsd.org for providing feedback, reporting bugs
and just using the KDE ports.

Approved by: will (real mentor asleep)
2003-07-29 04:26:22 +00:00
Tilman Keskinoz
76b38a67a4 - Conditional ldap support
- Remove some ancient configure args
- Bump PORTREVISION

Submitted by:	Michael Nottebrock <michaelnottebrock@gmx.net>
2003-06-02 18:12:01 +00:00