ajacoutot
5f9b92aa16
tracker-monitor: add support for GKqueueDirectoryMonitor ; pushed upstream.
2012-11-16 07:22:51 +00:00
ajacoutot
758ec70411
Better kqueue integration with tracker_monitor_init.
2012-11-15 08:38:03 +00:00
espie
cecc2a325b
keep fixing unit tests linking, but disable them for now.
...
bump main accordingly.
2012-11-10 11:10:41 +00:00
espie
6cf12e7529
work-around build issue
2012-11-09 10:49:32 +00:00
ajacoutot
2dac885844
Update to (meta-)tracker-0.14.4.
2012-11-01 18:26:01 +00:00
ajacoutot
fd662ad451
Fix comment.
2012-10-28 11:33:11 +00:00
ajacoutot
80a5664d73
check-lib-depends(1) does not work with unversioned solibs.
2012-10-28 11:13:51 +00:00
ajacoutot
2b9e9985e5
Bugfix update to (meta-)tracker-0.14.3.
2012-10-24 17:39:29 +00:00
ajacoutot
1f47ac627e
Add -rpath to the pkg-config files.
2012-10-15 13:26:05 +00:00
ajacoutot
aeb1b044c5
Unbreak after recent webkit RUN_DEPENDS changes -- explicitely add
...
audio/taglib to LIB_DEPENDS.
2012-10-04 07:21:57 +00:00
ajacoutot
38197e93e6
Fix the lang/vala dependency.
2012-09-28 16:02:21 +00:00
ajacoutot
76c977f8b6
Disable the evolution subpackage until upstream fixes it to support the new
...
evolution.
Regen WANTLIB.
2012-09-28 15:57:27 +00:00
ajacoutot
dc40dbadd6
Explicitely patch for DATADIRNAME; the hack from the gnome MODULE will
...
be removed soon.
Tighten deps while here.
2012-09-11 06:03:27 +00:00
ajacoutot
529eb69489
Missing LIB_DEPENDS and regen WANTLIB to unbreak.
...
spotted by nigel@
2012-09-07 06:11:18 +00:00
ajacoutot
0bbbd35e32
register-plist did not catch the devel/glib2 -main -> empty change.
...
espie asked me in such a nice way to fix this that I'm bumping all ports
that have a direct dependency on glib2.
2012-09-01 14:36:56 +00:00
ajacoutot
1ebf521ccf
DIFF_ARGS is not needed anymore.
2012-08-04 15:35:09 +00:00
ajacoutot
d7cc47da1e
Regen WANTLIB to unbreak.
...
spotted by naddy@
2012-07-16 07:19:25 +00:00
ajacoutot
4c4a0e7aea
Regen distinfo.
2012-07-13 10:33:14 +00:00
jasper
5f142059aa
sigh, forgot another one
2012-07-12 12:18:53 +00:00
ajacoutot
b0aebe519d
Add x11/gnome/documents to the watch list.
2012-07-08 09:09:43 +00:00
ajacoutot
e9068062f0
New HOMEPAGE.
...
from Sergey Bronnikov
2012-07-08 07:10:17 +00:00
ajacoutot
faebd13402
Update to (meta-)tracker-0.14.2.
2012-07-05 17:46:12 +00:00
ajacoutot
8f4dc25866
Don't redirect errors to /dev/null and don't return true(1)
...
unconditionally. Instead, don't check for the existence of index.theme.
This will allow us to catch errors that may be happening because of a
missing dependency in the chain.
Some hidden issues may appear, in which case please contact me.
discussed with and ok blind jasper@
2012-06-15 08:30:18 +00:00
ajacoutot
b1fb420ddf
Committed upstream.
2012-05-04 15:42:39 +00:00
ajacoutot
89485c58f3
Properly load the evolution plugin.
2012-05-04 09:16:04 +00:00
ajacoutot
b0e02de518
Update to meta-tracker-0.14.1.
2012-05-03 18:52:11 +00:00
ajacoutot
5e8783d8d3
Adapt monitor_limit after the recent nofiles limit bump in login.conf(5).
...
Fix WANTLIB-evolution.
2012-04-11 07:39:37 +00:00
ajacoutot
73190654ed
WANTLIB, DEPENDS... after evolution update.
2012-03-29 07:28:05 +00:00
ajacoutot
682159e69b
Update to (meta)-tracker-0.14.0.
2012-03-08 14:14:10 +00:00
ajacoutot
e81c2d2807
Add x11/gnome/grilo-plugins to the list of ports to watch.
2012-02-23 11:30:58 +00:00
ajacoutot
0f843aa060
Based the number of monitors on RLIMIT_NOFILE and max it to 2048.
2012-02-22 14:20:32 +00:00
ajacoutot
409a5e76df
Sync WANTLIB after gmime update.
2012-02-21 11:29:43 +00:00
ajacoutot
665a54371a
Extend+sync comment about VERSION sync.
2012-02-18 18:40:18 +00:00
ajacoutot
b046d640cb
Update to version 0.12.10.
...
Missing @pkgpath marker, spotted by Mikolaj Kucharski.
2012-02-16 22:20:02 +00:00
ajacoutot
593772291e
Bring a patch from upstream to fix a hard crash with the -evolution
...
subpackage.
Sync the tracker_file_open_fd patches with upstream.
ok sthen@
2012-02-02 07:12:23 +00:00
ajacoutot
488ad78d0d
open(2) with the NOATIME flag is only available on Linux. Instead of
...
duplicating the same code all over with ifdef, factorize into a function
that opens file descriptors in a portable way.
2012-01-22 15:13:23 +00:00
ajacoutot
8a7bc1db20
Implement get_memory_total().
2012-01-02 14:11:21 +00:00
ajacoutot
aa6ec00919
Use getrlimit(2) to set the maximum number of monitors instead of an
...
harcoded value.
2012-01-01 11:21:16 +00:00
ajacoutot
6c6f95f607
Recognize GKqueueDirectoryMonitor.
2012-01-01 09:02:11 +00:00
ajacoutot
439c9a9b23
Add link to bugzilla; no pkg change.
2011-12-21 14:20:06 +00:00
ajacoutot
db9e846927
Bugfix update to meta-tracker-0.12.9.
2011-12-16 17:36:55 +00:00
ajacoutot
16ec0bf42f
Remove bogus WANTLIB... not sure how it ended up there.
...
noticed by naddy@
2011-12-05 12:50:24 +00:00
ajacoutot
e73daf7b20
Use MODGNOME_ICON_CACHE.
2011-12-03 22:17:15 +00:00
ajacoutot
e9cf11c77f
Update to meta-tracker-0.12.8.
2011-11-25 18:13:25 +00:00
ajacoutot
1c86afc6cd
Sync dependencies after gconf2 lost its dependency to ORBit.
...
This should cover all fallout but there may be some dark corners which I
missed...
2011-10-29 08:12:31 +00:00
ajacoutot
5f5ac0f663
Update to meta-tracker-0.12.7.
2011-10-27 15:39:00 +00:00
ajacoutot
5f6d01af2e
Update to (meta-)tracker-0.12.6.
2011-10-21 14:26:56 +00:00
ajacoutot
23a64929f0
Update to meta-tracker-0.12.5.
2011-10-16 08:54:53 +00:00
ajacoutot
03c5211b3e
Update to meta-tracker-0.12.4.
2011-10-06 20:26:47 +00:00
jasper
6a8b83abeb
sync after recent gnome.port.mk CONFIGURE_ENV changes
2011-09-28 09:47:46 +00:00