svn commit: r393836 - head/net/netatalk3
Sunpoet Po-Chuan Hsieh
sunpoet at freebsd.org
Thu Aug 13 15:53:42 UTC 2015
On Mon, Aug 10, 2015 at 8:30 AM, Joe Marcus Clarke <marcus at freebsd.org>
wrote:
> Author: marcus
> Date: Mon Aug 10 00:29:59 2015
> New Revision: 393836
> URL: https://svnweb.freebsd.org/changeset/ports/393836
>
> Log:
> Fix the py-dbus dependency.
>
> PR: 202003
>
> Modified:
> head/net/netatalk3/Makefile
>
> Modified: head/net/netatalk3/Makefile
>
> ==============================================================================
> --- head/net/netatalk3/Makefile Sun Aug 9 23:42:35 2015 (r393835)
> +++ head/net/netatalk3/Makefile Mon Aug 10 00:29:59 2015 (r393836)
> @@ -3,7 +3,7 @@
>
> PORTNAME= netatalk
> PORTVERSION= 3.1.7
> -PORTREVISION= 1
> +PORTREVISION= 2
> PORTEPOCH= 1
> CATEGORIES= net
> MASTER_SITES= SF
> @@ -112,8 +112,9 @@ CONFIGURE_ARGS+= --disable-sendfile
> .endif
>
> .if ${PORT_OPTIONS:MDBUS} ||
> exists(${LOCALBASE}/libdata/pkgconfig/dbus-glib-1.pc)
> +USES+= python
>
Hello,
Please use USES+=python:2 to indicate that python 2 is required (for
py-dbus).
Otherwise it fails to build if default python is 3.x (e.g.
DEFAULT_VERSIONS=python=3.4).
Thanks.
Regards,
sunpoet
> LIB_DEPENDS+= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
> -RUN_DEPENDS+=
> ${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/pydbus-common
> +RUN_DEPENDS+=
> ${PYTHON_SITELIBDIR}/dbus/_dbus.py:${PORTSDIR}/devel/py-dbus
> PLIST_SUB+= DBUS=""
> .else
> PLIST_SUB+= DBUS="@comment "
> _______________________________________________
> svn-ports-all at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/svn-ports-all
> To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
More information about the svn-ports-head
mailing list