1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
Commit Graph

64 Commits

Author SHA1 Message Date
Rene Ladan
059340ceb7 Remove expired misc/kdehier4 and update all of its consumers to not reference it any
longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE

Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy.

PR:		209014 (partial)
Submitted by:	myself
Approved by:	portmgr (bapt)
Differential Revision:	https://reviews.freebsd.org/D6542
2016-05-25 20:56:06 +00:00
Mathieu Arnold
00d52a3e4c Remove useless WRKSRC definitions.
While there, correct DEV_WARNINGS when they occur.

Sponsored by:	Absolight
2016-05-25 15:43:34 +00:00
Mathieu Arnold
21bc5c0345 Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.
While there replace USE_SQLITE=x by USES=sqlite:x.

PR:		208971
Submitted by:	mat
Exp-run by:	antoine
With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D5951
2016-04-25 16:13:38 +00:00
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Raphael Kubo da Costa
55ef6edc93 Update WWW with a working URL. 2015-01-09 19:58:14 +00:00
Max Brazhnikov
bf785b0c8b Merge from KDE/FreeBSD in preparation for KDE SC 4.14:
common changes:
- don't use deprecated USE_KDE4=kdehier
- drop deprecated @dirrmtry and use absolute path instead of @cwd

databases/akonadi:
- Update to 1.13.0
- add upstream patch to really avoid building Akonadi's unit tests

devel/grantlee:
- update to 0.5.1

devel/libkgapi:
- update to 2.2.0

devel/libkolab:
- update to 0.5.3

multimedia/phonon and multimedia/phonon-designerplugin:
- update to 4.8.1

multimedia/phonon-gstreamer:
- update to 4.8.0
- switch from GStreamer 0.10.x to 1.x

multimedia/phonon-vlc:
- update to 0.8.0
2014-10-19 15:49:51 +00:00
Baptiste Daroussin
ff06f04d62 USES=execinfo 2014-08-05 06:36:06 +00:00
Tijl Coosemans
ec94e4d5eb Bump more ports that depend on libsqlite3.so:
- ports that set USE_SQLITE with the *_USE option helper
- ports that depend on libsqlite3 indirectly as reported by pkg rquery

Approved by:	portmgr (implicit)
2014-07-05 12:19:32 +00:00
Raphael Kubo da Costa
d4b26346b5 Update to 1.12.1.
1.12.1                           07-April-2014
----------------------------------------------
- Fixed deadlock in SearchManager
- Fixed notification emission when appending items
- Fixed ItemRetriever ignoring changeSince argument
- Fixed X-AKAPPEND command response
- Fixed RID-based FETCH
- Fixed data loss in case of long-lasting copy or move operations
2014-04-18 18:13:12 +00:00
Raphael Kubo da Costa
3c83be781a Update to 1.12.0.
Changes since 1.11.0:
* Improved 'akonadictl status' command output
* Server-search support
* Search plugins support
* Tags support
* Fixes and improvements in search
* Fixes in protocol parser
* Fixed inter-resource moves
* Fixed .desktop files parsing
* Optimized collections tasks scheduling
* Optimized flags handling
* Optimized appending new items via AK-APPEND
* Handle database transactions deadlocks and timeouts
* Improved PostgreSQL support
* Soprano is now an optional dependency
* Removed MySQL Embedded support
2014-04-03 21:06:04 +00:00
Max Brazhnikov
f536483f0c databases/akonadi:
- Fix dependency on mysql (lost after conversion to options helpers)
2014-03-04 07:38:10 +00:00
Raphael Kubo da Costa
11278b64ad Add upstream patch to fix the build with clang 3.4.
clang 3.4 is pickier and refuses to work when passed flags it does not
understand, such as -fno-check-new in this case.

PR:		ports/186873
2014-02-19 13:36:00 +00:00
Max Brazhnikov
303a695888 Merge from area51 in preparation for KDE SC 4.12:
databases/akonadi:
- Update to 1.11.0
- Drop ipv6 from CATEGORIES
- Squeeze MASTER_SITES/SUBDIR
- Add dependency on modern compiler to fix build on 9.x
- Use options helpers
- Remove QT_PREFIX from PLIST_SUB, it's already set in bsd.qt.mk
- Realign commented lines

devel/grantlee: update to 0.4.0
- Remove broken DOXYGEN option
- Add list of ports that need modification on grantlee update
- Remove MAKE_JOBS_UNSAFE

devel/libkgapi:
- Update to 2.0.1

devel/libkolab:
- Update to 0.5.0

textproc/libkolabxml:
- Update to 1.0.1
2014-02-18 13:55:27 +00:00
Baptiste Daroussin
4650a910d0 Chase boost and icu bump
While here convert some LIB_DEPENDS
2014-02-07 11:44:08 +00:00
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