svn commit: r394070 - head/net/netatalk3

Sunpoet Po-Chuan Hsieh sunpoet at freebsd.org
Thu Aug 13 16:24:52 UTC 2015


On Thu, Aug 13, 2015 at 11:55 PM, Joe Marcus Clarke <marcus at freebsd.org>
wrote:

> Author: marcus
> Date: Thu Aug 13 15:55:37 2015
> New Revision: 394070
> URL: https://svnweb.freebsd.org/changeset/ports/394070
>
> Log:
>   Use python:2 as py-dbus is only available for Python 2.x.
>
>   Submitted by: sunpoet
>
> Modified:
>   head/net/netatalk3/Makefile
>
> Modified: head/net/netatalk3/Makefile
>
> ==============================================================================
> --- head/net/netatalk3/Makefile Thu Aug 13 15:39:04 2015        (r394069)
> +++ head/net/netatalk3/Makefile Thu Aug 13 15:55:37 2015        (r394070)
> @@ -112,7 +112,7 @@ CONFIGURE_ARGS+=    --disable-sendfile
>  .endif
>
>  .if ${PORT_OPTIONS:MDBUS} ||
> exists(${LOCALBASE}/libdata/pkgconfig/dbus-glib-1.pc)
> -USES+=                 python
> +USES+=                 python:2
>  LIB_DEPENDS+=          libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
>  RUN_DEPENDS+=
> ${PYTHON_SITELIBDIR}/dbus/_dbus.py:${PORTSDIR}/devel/py-dbus
>  PLIST_SUB+=            DBUS=""
>
>
Thanks!

Regards,
sunpoet


More information about the svn-ports-all mailing list