diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-05-08 06:50:01 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-05-08 06:50:01 +0800 |
commit | 6b0a2b98b2044871b5ff8ed953df122fba0adaea (patch) | |
tree | 2dd3617f8fa0cfd70384f015b517c9acea72b043 | |
parent | 7f438b302f072d3329ca73b3bbe165cd5490ad8f (diff) | |
download | freebsd-ports-gnome-6b0a2b98b2044871b5ff8ed953df122fba0adaea.tar.gz freebsd-ports-gnome-6b0a2b98b2044871b5ff8ed953df122fba0adaea.tar.zst freebsd-ports-gnome-6b0a2b98b2044871b5ff8ed953df122fba0adaea.zip |
- Mark BROKEN for xcb-util >= 0.3.4. This is temporary solution until startup-notification (which is required for awesome snapshot wich works with newer xcb-util) is update to 0.10
Discussed with: Nikos Ntarmos <ntarmos at cs dot uoi dot gr> (maintainer)
-rw-r--r-- | x11-wm/awesome/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-wm/awesome/Makefile b/x11-wm/awesome/Makefile index 46f1dab5bf53..7fc32304f6eb 100644 --- a/x11-wm/awesome/Makefile +++ b/x11-wm/awesome/Makefile @@ -52,6 +52,10 @@ OPTIONS+= DBUS "Enable D-BUS support" On IGNORE= cannot find dependency: The cairo exists but not with XCB support. Please reinstall graphics/cairo with XCB support .endif +.if exists(${LOCALBASE}/lib/libxcb-keysyms.so.1) +BROKEN= doesn't work with latest version of x11/xcb-util (>=0.3.4). You may try to downgrade xcb-util to 0.3.3 as a temporary solution +.endif + .ifdef(WITH_DBUS) LIB_DEPENDS += dbus-1.3:${PORTSDIR}/devel/dbus CMAKE_ARGS += -DWITH_DBUS=YES |