svn commit: r383014 - head/x11/avant-window-navigator
Antoine Brodin
antoine at FreeBSD.org
Thu Apr 2 15:46:34 UTC 2015
Author: antoine
Date: Thu Apr 2 15:46:33 2015
New Revision: 383014
URL: https://svnweb.freebsd.org/changeset/ports/383014
Log:
Mark BROKEN: fails to build
/bin/sh ../libtool --mode=execute /usr/local/bin/dbus-binding-tool --prefix=awn_app --mode=glib-server --output=awn-app-glue.h awn-app-dbus.xml
Unable to load "awn-app-dbus.xml": "org.awn-project.Awn.App" is not a valid D-Bus interface name
Makefile:704: recipe for target 'awn-app-glue.h' failed
gmake[2]: *** [awn-app-glue.h] Error 1
gmake[2]: Leaving directory '/wrkdirs/usr/ports/x11/avant-window-navigator/work/avant-window-navigator-0.3.2.1/src'
Makefile:402: recipe for target 'all-recursive' failed
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory '/wrkdirs/usr/ports/x11/avant-window-navigator/work/avant-window-navigator-0.3.2.1'
Makefile:313: recipe for target 'all' failed
Reported by: pkg-fallout
Modified:
head/x11/avant-window-navigator/Makefile
Modified: head/x11/avant-window-navigator/Makefile
==============================================================================
--- head/x11/avant-window-navigator/Makefile Thu Apr 2 15:41:31 2015 (r383013)
+++ head/x11/avant-window-navigator/Makefile Thu Apr 2 15:46:33 2015 (r383014)
@@ -14,6 +14,8 @@ COMMENT= Dock-like navigation bar
LICENSE= GPLv2 # or later
LICENSE_FILE= ${WRKSRC}/COPYING
+BROKEN= Fails to build
+
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg
LIB_DEPENDS= libwnck-1.so:${PORTSDIR}/x11-toolkits/libwnck \
More information about the svn-ports-head
mailing list