Date: Fri, 30 Aug 2013 12:57:14 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325676 - head/net/py-avahi Message-ID: <201308301257.r7UCvESM030690@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bdrewery Date: Fri Aug 30 12:57:13 2013 New Revision: 325676 URL: http://svnweb.freebsd.org/changeset/ports/325676 Log: - Mark BROKEN, fails to install. test -z "/usr/local/lib/python2.7/site-packages/avahi" || /bin/mkdir -p "/usr/local/lib/python2.7/site-packages/avahi" install -o root -g wheel -m 444 __init__.py '/usr/local/lib/python2.7/site-packages/avahi' ../../py-compile: Missing argument to --destdir. gmake[2]: *** [install-avahiPYTHON] Error 1 gmake[2]: Leaving directory `/wrkdirs/usr/ports/net/py-avahi/work/avahi-0.6.31/avahi-python/avahi' gmake[1]: *** [install-am] Error 2 Modified: head/net/py-avahi/Makefile Modified: head/net/py-avahi/Makefile ============================================================================== --- head/net/py-avahi/Makefile Fri Aug 30 12:47:04 2013 (r325675) +++ head/net/py-avahi/Makefile Fri Aug 30 12:57:13 2013 (r325676) @@ -15,6 +15,8 @@ LIB_DEPENDS= avahi-client.3:${PORTSDIR}/ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gdbm>0:${PORTSDIR}/databases/py-gdbm \ ${PYTHON_SITELIBDIR}/dbus/_dbus.py:${PORTSDIR}/devel/py-dbus +BROKEN= fails to install + MASTERDIR= ${.CURDIR}/../avahi-app BUILD_WRKSRC= ${WRKSRC}/avahi-python INSTALL_WRKSRC= ${BUILD_WRKSRC}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308301257.r7UCvESM030690>