Commit graph

50 commits

Author SHA1 Message Date
Baptiste Daroussin
b5482324dc In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in databases
2013-12-11 18:08:52 +00:00
Alberto Villa
84a235eda9 - Replace QT_.*_REL with QT_.* in PLIST_SUB.
- Adapt plists.

With hat on:	kde
2013-11-17 02:12:25 +00:00
Raphael Kubo da Costa
898b44b9de Update to 1.10.3 (and support staging).
This release is particularly important for people using PostgreSQL as
Akonadi's backend (note this is not the default), as Qt 4.8.5 and older
versions of Akonadi do not play well.

Full list of changes:
- Fix crash when there are no flags to update during flags change
- Fix crash on Akonadi shutdown when using PostgreSQL
- Fix notification to clients about database upgrade
- Send dummy requests to MySQL from time to time to keep the connection
  alive
- Bug #277839 – Fix problem with too long socket paths
- Bug #323977 – Check minimum MySQL version at runtime
- Bug #252120, Bug #322931 – Use text instead of bytea column type for
  QString in PostgreSQL
2013-10-14 13:14:18 +00:00
Baptiste Daroussin
36117d7097 Add NO_STAGE all over the place in preparation for the staging support (cat: databases) 2013-09-20 16:13:47 +00:00
Raphael Kubo da Costa
e73baa28fc - Update to 1.10.2.
- Remove trailing slash from MASTER_SITE_SUBDIR, a trailing slash is already
  added automatically.
2013-07-28 13:58:10 +00:00
Raphael Kubo da Costa
99fbd3c140 Update to 1.10.0.
Changelog (since 1.9.2):
 - Memory optimizations.
 - Fix a runtime error on Windows.
 - Update item access time less often.
 - Don't try to start akonadiserver if mysqld is not installed.
 - Allow to fetch available items even if there are errors in some of the
   items.
 - Properly restrict the external part removal to the deleted collection.
 - Support checking the cache for payloads in the FETCH command.
 - Add infrastructure to track client capabilities.
 - Allow to disable the cache verification on retrieval.
 - fsck: move orphaned pim items to lost+found, delete orphaned pim item
   flags.
 - Introduce NotificationMessageV2 that supports batch operations on set of
   entities.
 - Fix build with Boost >= 1.53.
 - Fix a runtime issue with MySQL >= 5.6 (MySQL >= 5.1.3 is now the minimum
   version).
2013-07-10 09:48:36 +00:00
Max Brazhnikov
961e402b8b - Update to 1.9.2
- Remove no longer needed calls for update-mime-database from post-install and
  plist, 'USE_KDE4= sharedmime' does all the job
2013-05-11 07:39:39 +00:00
Max Brazhnikov
8d4211b076 - Update to 1.9.1
- Adjust Qt4 components
- Convert to USES
- Get rid of no longer needed KDE4_BUILDENV and add USE_LDCONFIG
2013-03-22 13:39:57 +00:00
Max Brazhnikov
cb8b1428c6 KDE/FreeBSD team presents KDE SC 4.9.5 ports!
- kdebindings ports have been renamed to match upstream.
- kdemultimedia and kdenetwork have been split.
- New port games/pairs added.
- Trim Makefile header
- Convert to new option framework
- New USE_KDE4 components: libkcddb, libkcompactdisc
- Update:
	databases/akonadi to 1.9.0
	devel/grantlee to 0.3.0
	textproc/rasqal to 0.9.30
	textproc/redland-bindings to 1.0.16.1
	textproc/soprano to 2.9.0
	x11-toolkits/attica to 0.4.1

The area51 repository features commits by Schaich Alonso, avilla, dbn,
jhale, makc and rakuco.

Contributors:
- Oleg Sidorkin
- Tobias Berner
- Kurt Jaeger
2013-02-03 20:10:37 +00:00
Baptiste Daroussin
f5f6cd6d9b Chase boost update 2013-01-31 13:38:42 +00:00
Alberto Villa
6224d84fbb - Set 'wait_timeout' to a safer value.
- Bump PORTREVISION.

Discussed with:	ale via email
2012-06-15 15:23:48 +00:00
Alberto Villa
eb90251931 - Fix two serious bugs with local MySQL backend:
* let Akonadi install default 'mysql' database;
  * lower 'wait_timeout' to avoid overflow and avoid premature
    connection closing.
- Add update instructions to UPDATING. [1]
- Convert to OPTIONSng.
- Bump PORTREVISION.

KMail 2 and other Akonadi-enabled programs are now working
successfully. Thanks to Dwayne MacKinnon and Mel Flynn who helped
investigating the bug.

Reviewed by:	rakuco [1]
2012-06-15 01:36:07 +00:00
Martin Wilke
9c2f65e395 - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by:	bapt, David Naylor (kde team)
2012-06-06 06:44:37 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Max Brazhnikov
4319d23808 Update KDE related ports:
databases/akonadi to 1.7.2
devel/libdbusmenu-qt to 0.9.2
devel/qtscriptgenerator to 0.2.0
multimedia/phonon to 4.6.0
multimedia/phonon-gstreamer to 4.6.0
multimedia/phonon-vlc to 0.5.0
sysutils/qzeitgeist to 0.8.0
2012-05-25 01:53:50 +00:00
Raphael Kubo da Costa
f2b3eda329 Update to 1.6.2.
Approved by:	avilla (mentor)
Feature safe:	yes
2011-11-10 17:23:51 +00:00
Alberto Villa
581f750453 - Add dependency on qt4-gui.
- Make postgresql and sqlite dependencies optional.
- Bump PORTREVISION.
2011-10-16 22:46:31 +00:00
Raphael Kubo da Costa
e4815d14d2 Remove unneeded sed hacks for entities.h.
This header file is not installed, and the current build directory is
added to the include path list before LOCALBASE, so there should be no
naming conflicts with graphics/gd.

Approved by:	avilla (mentor)
2011-09-18 23:19:08 +00:00
Doug Barton
b15a88687b Remove direct dependency on mysqld. The port already has USE_MYSQL= server
so there is no functional change to the dependencies.

PR:		ports/159539
Submitted by:	me
Approved by:	maintainer timeout (14 days)
2011-08-20 00:09:41 +00:00
Alberto Villa
372fb60029 - Fix MASTER_SITES: they were changed recently. 2011-07-17 17:52:04 +00:00
Alberto Villa
d5ce86264d - Update to 1.6.0.
Submitted by:	Raphael Kubo da Costa <kubito@gmail.com> via area51
2011-07-17 15:39:24 +00:00
Max Brazhnikov
eb56f7f706 Update to 1.5.3
Submitted by:	Raphael Kubo da Costa <kubito at gmail.com> via area51
2011-05-16 18:35:13 +00:00
Max Brazhnikov
1ba4cc7489 Update to 1.5.2 2011-04-26 20:41:30 +00:00
Max Brazhnikov
4be0ca48a7 Drop KDE4_BUILD_TYPE in favour of CMAKE_BUILD_TYPE 2011-04-10 08:46:46 +00:00
Alberto Villa
bb53d35c1a - Update libdbusmenu-qt to 0.8.0.
- Update akonadi to 1.5.1.
- Update soprano to 2.6.0.
2011-03-25 10:16:44 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Alex Dupre
1bda2b2725 Bump PORTREVISION for ports linking to default libmysqlclient. 2011-03-19 13:15:34 +00:00
Alberto Villa
63e84c48ad - Fix installation of the sqlite3 plugin.
- Add note in UPDATING for the deletion of the stale plugin.
- Add LICENSE.
- Do not build unit tests.
- Bump PORTREVISION.
2010-12-16 07:57:56 +00:00
Max Brazhnikov
841d848b5e Restore patch, it was not included in this release.
Pointed out by:	tijl@ via irc
2010-10-24 16:02:12 +00:00
Max Brazhnikov
059cb23a2a Update to 1.4.1 2010-10-23 18:48:58 +00:00
Dima Panov
5f0348aaa7 - Backport fix for --datadir=... syntax for embedded mysql database
Obtained from:	kde svn repo
2010-09-05 23:21:19 +00:00
Max Brazhnikov
a7f7a70ad2 Update to 1.4.0 for KDE SC 4.5 2010-09-02 21:03:17 +00:00
Dima Panov
34f9ef7640 - Bump PORTREVISION after recent boost update 2010-06-12 16:53:13 +00:00
Dima Panov
9927cc1520 - Upadte Akonadi to 1.3.1 release
With hat on:	kde@
2010-05-11 14:49:33 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Martin Wilke
fa0cbea35a - Bump PORTREVISION 2009-11-27 00:49:55 +00:00
Martin Wilke
253e47f5dc - Update to 1.2.1 2009-11-27 00:46:33 +00:00
Thomas Abthorpe
0f43e19098 The FreeBSD KDE is please to announce the release of KDE 4.3.1,
a bugfix, translation and maintenance update. Release note can be found
at http://kde.org/announcements/announce-4.3.1.php

We would like to thank all our contributors and testers. My personal
thanks to miwi and makc for coaching me through my first KDE commit.
2009-09-01 22:19:47 +00:00
Max Brazhnikov
1f8475f22f Mk/bsd.kde4.mk:
- rework KDE4_BUILDENV

All ports:
- remove needless post-extract target
- make patches relative to ${PATCH_WRKSRC}
- clean up
- bump PORTREVISION when required

databases/akonadi:
- replace dependency on boost-python-libs with boost-libs
  (finally, boost-pyhton does not conflict with boost \o/)

deskutils/kdepim*:
- replace boost-python-libs with boost-libs
- reduce dependencies
- respect PREFIX
- fix build with qt3 installed

misc/kdeedu4:
- add dependency on astro/xplanet (for KStars)

misc/kdeutils4:
- add dependency on devel/qca (for okteta)
- make dependency on kdebase non-optional

multimedia/kdemultimedia4:
- add optional support for PulseAudio

x11/kdebase4:
- remove needless dependency on kdebase4-runtime

x11/kdebase4-runtime, x11/kdebase4-workspace
- remove extra CMAKE_ARGS to fix build for qt3/kde3 users

x11/kdelibs4
- remove needless dependencies
- remove extra CMAKE_ARGS to fix build for qt3/kde3 users
2009-08-10 11:47:36 +00:00
Martin Wilke
84daec6f09 The KDE FreeBSD team is proud to announce the release of KDE 4.3.0
for FreeBSD. The official KDE 4.3.0 (Codename: "Caizen") release
notes can be found at:
http://kde.org/announcements/4.3/index.php.

We'd like to say thanks to all helpers and submitters.

Tested by:	pointyhat-exp-run (pav/miwi)
2009-08-04 21:14:07 +00:00
Pav Lucistnik
d1107bb40e - Update boost to 1.39
- Split boost port to separate components, with boost-all metaport

PR:		ports/137054
Submitted by:	Alexander Churanov <churanov.port.maintainer@gmail.com> (maintainer)
2009-07-28 11:45:08 +00:00
Max Brazhnikov
c4efb99db9 Update KDE ports to 4.2.3
See original release announcement for details:
http://kde.org/announcements/announce-4.2.3.php

New ports:

  devel/kdebindings4:
	Meta port of KDE bindings for C#, Java, PHP, Python and Ruby.
	Currently only Python bindings are supported.

  devel/kdebindings4-python, devel/kdebindings4-python-krosspython,
  devel/kdebindings4-python-pykde4:
	Python bindings for KDE.

  print/kdeutils4-printer-applet:
	printer-applet is a system tray utility. It shows current print jobs,
	shows printer warnings and errors and shows when printers that have
	been plugged in for the first time are being auto-configured by
	hal-cups-utils. It replaces kjobviewer in KDE 3.

  print/system-config-printer-kde
	A port of Gnome system-config-printer to KDE.
2009-05-09 19:38:16 +00:00
Martin Wilke
25ea913185 - Update MASTER_SITES
Reported by:	pavbot
2009-04-22 13:08:32 +00:00
Martin Wilke
745199b54e - Mark all kde4 ports MAKE_JOBS_UNSAFE
Approved by:	portmgr (pav)
2009-04-17 13:10:42 +00:00
Max Brazhnikov
eecc33021e bump PORTREVISION after cmake update 2009-03-24 19:13:32 +00:00
Max Brazhnikov
4e4a31b9ed Bump PORTREVISION after changing dependencies 2009-03-09 01:17:57 +00:00
Max Brazhnikov
4ac1397e9e Update KDE to 4.2.1.
multimedia/phonon port has been split into phonon itself, phonon-xine
and phono-gstreamer backends. After updating phonon port you have
to install at least one backend. phonon-xine backend is recommended
for KDE.
2009-03-09 00:55:48 +00:00
Martin Wilke
ef1b3d1071 The KDE FreeBSD team is proud to announce the release of KDE 4.2.0
for FreeBSD. The official KDE 4.2.0 (Codename: "The Answer") release
notes can be found at:
http://kde.org/announcements/4.2/index.php.

New supported languages include Arabic, Icelandic, Basque,
Hebrew, Romanian, Tajik and several Indian languages (Bengali India,
Gujarati, Kannada, Maithili, Marathi) indicating a rise in popularity in
this part of Asia.

New ports for KDE 4.2.0:
arabic/kde4-l10n		Arabic
hebrew/kde4-l10n		Hebrew
misc/kde4-l10n-bn_IN		Bengali (India)
misc/kde4-l10n-eu		Basque
misc/kde4-l10n-gu		Gujarati
misc/kde4-l10n-is		Icelandic
misc/kde4-l10n-kn		Kannada
misc/kde4-l10n-mai		Maithili
misc/kde4-l10n-mr		Marathi
misc/kde4-l10n-ro		Romanian
misc/kde4-l10n-tg		Tajik
math/eigen2			Lightweight library for vector and matrix math
graphics/kipi-plugins-kde4	KDE4 kipi graphics plugins
sysutils/policykit-kde		PolicyKit manager for KDE

Unfortunately FreeBSD 6.4 support is dropped.

We'd like to say thanks for feedback and help to:
	Matt Tosto, Kris Moore, stickibit, David Johnson, Markus Brueffer,
	David Naylor, Thomas Schlesinger, Warren Liddell, Thomas Abthorpe,
	Diego Depaoli, Mats Andreassen, portmgr for exp-run and repocopies.
2009-02-08 20:23:45 +00:00
Max Brazhnikov
e014235229 kde@freebsd team is pleased to announce KDE 4.1.4, the last bugfix release in 4.1.x series.
You have only two weeks to play with it -- KDE 4.2.0 is coming ;)
Great thanks for those who helped us with testing 4.1.2 and 4.1.3 during long-long ports ice-age.

For lists of bugfixes and improvements please see:
http://www.kde.org/announcements/changelogs/changelog4_1_1to4_1_2.php
http://www.kde.org/announcements/changelogs/changelog4_1_2to4_1_3.php
http://www.kde.org/announcements/changelogs/changelog4_1_3to4_1_4.php

Approved by:	miwi (mentor)
2009-01-13 23:16:38 +00:00
Martin Wilke
568f8e877f The KDE FreeBSD team is proud to announce the release of KDE 4.1.0
for FreeBSD. The official KDE 4.1.0 release notes can be found at
http://www.kde.org/announcements/4.1/.

Some note:

* Prefix
KDE4 will be install into a custom prefixes namely ${LOCALBASE}/kde4.
KDE4 and KDE3 can co-exist

* Sound
For sound to work, it is necessary to have dbus and hal enabled
in your system. Please see the respective documentation on how
to enable these.

For more Informations see the HEADS UP at ports@ and kde-freebsd@
or our wiki page http://wiki.freebsd.org/KDE4/Install.

Have fun!
2008-08-09 16:52:28 +00:00