From owner-svn-ports-branches@FreeBSD.ORG Thu Apr 2 15:47:37 2015 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9297CABD; Thu, 2 Apr 2015 15:47:37 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7CA2586E; Thu, 2 Apr 2015 15:47:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t32FlbDJ036973; Thu, 2 Apr 2015 15:47:37 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t32Flbvs036972; Thu, 2 Apr 2015 15:47:37 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201504021547.t32Flbvs036972@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 2 Apr 2015 15:47:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r383015 - branches/2015Q2/x11/avant-window-navigator X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Apr 2015 15:47:37 -0000 Author: antoine Date: Thu Apr 2 15:47:36 2015 New Revision: 383015 URL: https://svnweb.freebsd.org/changeset/ports/383015 Log: MFH: r383014 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: branches/2015Q2/x11/avant-window-navigator/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/x11/avant-window-navigator/Makefile ============================================================================== --- branches/2015Q2/x11/avant-window-navigator/Makefile Thu Apr 2 15:46:33 2015 (r383014) +++ branches/2015Q2/x11/avant-window-navigator/Makefile Thu Apr 2 15:47:36 2015 (r383015) @@ -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 \