Commit graph

153 commits

Author SHA1 Message Date
Michael Nottebrock
45532a2319 Add CONFLICTS with kdeartwork 3.2.x and kdeartwork 3.3.x (plastik widget
style and window decoration).

Approved by:	portmgr (marcus)
2005-03-26 01:27:13 +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
Joe Marcus Clarke
b3458f652e Bump PORTREVISION to chase the glib20 shared lib version change. 2005-03-12 10:54:27 +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
Dejan Lesjak
6cfffc955c Add imake as build dependency. It will soon no longer be picked up by
x-clients port.

Pointed out by:	dosirak via kris, while testing X.Org upgrade
Approved by:	lofi
2004-12-07 21:32:07 +00:00
Michael Nottebrock
14a1da27f4 Update to KDE 3.3.1 2004-11-08 00:34:12 +00:00
Tilman Keskinoz
efb2305356 Bump PORTREVISION for the last commit.
Requested by:	kris
Approved by:	portmgr
2004-10-11 08:32:00 +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
35a44a7b7e The rc-script was botched, correct that and bump PORTREVISION. 2004-09-01 14:04:17 +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
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
Eric Anholt
4eb209da7d - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,
and make XFREE86_VERSION map to it.  XFREE86_VERSION is now deprecated.
- Make xorg the default X_WINDOW_SYSTEM on -current.
- Add several new X_*_PORT variables which point to various pieces of X11 based
  on the setting of X_WINDOW_SYSTEM, and make ports use them.
- Add information to CHANGES about how to handle the transition.

PR:		ports/68763
Approved by:	portmgr (marcus)
Approved by:	re (scottl)
2004-07-23 19:10:32 +00:00
Michael Nottebrock
9774b28273 Update to version 3.2.3 2004-06-09 16:58:30 +00:00
Michael Nottebrock
d203d145d7 Bump PORTREVISION. 2004-05-18 14:27:27 +00:00
Michael Nottebrock
c04fc82a30 Fix a fat fingered commit I made two weeks ago:
It causes ksysguard to be installed setuid instead of ksysguardd. No
harm done though, ksysguard refuses to even run setuid.
2004-05-18 14:26:58 +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
4dcaa9a533 Respect WITHOUT_FOO. 2004-03-28 12:55:41 +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
4164171119 Bump PORTREVISION.
Reminded by: lioux
2004-02-11 15:28:06 +00:00
Michael Nottebrock
679032a206 USE_MOTIF by default now - netscape plugins compat is en vogue again
thanks to the libmap-flashplugin hack.
2004-02-10 15:22:52 +00:00
Michael Nottebrock
daa5ed5e99 Shorten COMMENT.
PR: ports/62619
Submitted by & nitpick award to: Ernst de Haan <znerd@freebsd.org>
2004-02-10 14:10:07 +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
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +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
Jun Kuriyama
b67a28791a Fix non-default dependency on openldap2[012] which is broken by splitting.
# I'm not bumped port revision of them because this should not affect
# packages built on bento...
2003-08-15 00:49:31 +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
Mario Sergio Fujikawa Ferreira
9433ac58db Update to KDE 3.1.2 2003-05-19 19:43:36 +00:00
Will Andrews
a4735ab5c0 Fix fetching. 2003-04-12 00:52:40 +00:00
Will Andrews
145f2547fa Upgrade to 3.1.1a to handle PS/PDF security advisory. There are additional
patches to kgv which are also included in this commit.

Submitted by:	Lauri Watts <lauri@kde.org>
2003-04-11 14:39:16 +00:00
Alan Eldridge
b294b98273 Rejoice, for the long awaited upgrade to kde 3.1.1 is here! 2003-04-05 22:16:12 +00:00
Ade Lovett
3195b6f71c Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:36:20 +00:00
Will Andrews
a5106188a1 Re-enable Xinerama support and remove Java support by default. The former
never broke anything according to our records and the latter breaks builds
when (specific?) JDKs are installed.
2003-02-08 17:14:50 +00:00
Alan Eldridge
2111f68308 kdebase uses libfontconfig if it finds it. add dependency.
Submitted by:	Arjan van Leeuwen <avleeuwen@piwebs.com>
2003-02-03 12:35:58 +00:00
Alan Eldridge
a2946adfd3 bump PORTREVISION for previous mod about 12 hours ago 2003-01-30 06:22:38 +00:00
Alan Eldridge
0bc555542b Install desktop template masters with right perms (write perms, too).
PR:		47645
Submitted by:	Brad Laue and Simon "The Human Portlinter" Schubert
Reviewed by:	John Ashcroft
Approved by:	Colin Powell
Obtained from:	Oliver North (oops)
2003-01-30 00:58:06 +00:00
Alan Eldridge
3c71ff78e9 update to 3.1 official release 2003-01-28 18:36:58 +00:00
Mario Sergio Fujikawa Ferreira
2090d595c2 Fetch from correct MASTER_SITE_SUBDIR
Approved by:	alane
2002-11-16 19:38:47 +00:00
Alan Eldridge
d0c90aadfc Update these ports to 3.0.5 per KDE security advisory. Fix missing deps
in kdebase (I didn't whack those intentionally, I don't think...).
2002-11-16 14:39:52 +00:00
Alan Eldridge
b8d868d97e removed redundant PACKAGE_BUILDING test 2002-10-19 01:53:10 +00:00
Alan Eldridge
33c4981f3a Bump PORTREVISION to force the last change out, as bugs were severe according
to reports.
2002-10-19 01:37:14 +00:00
Alan Eldridge
2f693d1c09 Undefault keramik due to bugs. 2002-10-19 01:35:48 +00:00
Alan Eldridge
4dfb5a1013 If defined(PACKAGE_BUILDING) then do not build with keramik/kwin backport. 2002-10-13 02:31:56 +00:00
Alan Eldridge
53fa9783e9 1. Remove QT warning from kde3. It's been there long enough.
2. This is 3.0.4, folks.
3. Added extra patch files for backport of keramik.
2002-10-11 00:00:00 +00:00