aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2015-08-02 23:37:19 +0800
committerkwm <kwm@FreeBSD.org>2015-08-02 23:37:19 +0800
commit0830c2a1aef98627ad8af305c2e68e21f7b5a74c (patch)
tree014a3f6c3097562f27f163653e9061eba5d58b32 /www
parent2593b8ce7a7784074d28066b8690c9c2da075fd7 (diff)
downloadfreebsd-ports-gnome-0830c2a1aef98627ad8af305c2e68e21f7b5a74c.tar.gz
freebsd-ports-gnome-0830c2a1aef98627ad8af305c2e68e21f7b5a74c.tar.zst
freebsd-ports-gnome-0830c2a1aef98627ad8af305c2e68e21f7b5a74c.zip
Update zeitgeist to 0.9.14 [1]
This version of zeitgeist now bundles libzeitgeist in the port. The new libzeitgeist was bumped to libzeitgeist-1.0.so -> libzeitgeist-2.0.so. * deskutils/cairo-dock-plugins: supports both zeitgeist versions. * net-im/folks: Only supports the new 2.0 libzeitgeist library version. And this went unnoticed, woops. * sysutils/libzeitgeist: Remove since it is now bundled in zeitgeist. * sysutils/qzeitgeist: Update the port for the new zeitgeist API. * www/midori: Mark the zeitgeist option (non-default) broken until midori can be updated to a version that supports the new libzeitgeist 2.0 PR: 190729 [1] Submitted by: olivierd@ [1]
Diffstat (limited to 'www')
-rw-r--r--www/midori/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/midori/Makefile b/www/midori/Makefile
index 29208a189c4f..831f78ce8220 100644
--- a/www/midori/Makefile
+++ b/www/midori/Makefile
@@ -61,7 +61,8 @@ CMAKE_ARGS+= -DUSE_GTK3:BOOL=ON \
.endif
.if ${PORT_OPTIONS:MZEITGEIST}
-LIB_DEPENDS+= libzeitgeist-1.0.so:${PORTSDIR}/sysutils/libzeitgeist
+BROKEN= Doesn't build with zeitgeist >= 0.9.0
+LIB_DEPENDS+= libzeitgeist-2.0.so:${PORTSDIR}/sysutils/zeitgeist
CMAKE_ARGS+= -DUSE_ZEITGEIST:BOOL=ON
.else
CMAKE_ARGS+= -DUSE_ZEITGEIST:BOOL=OFF