Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Aug 2015 00:24:06 +0800
From:      Sunpoet Po-Chuan Hsieh <sunpoet@freebsd.org>
To:        Joe Marcus Clarke <marcus@freebsd.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org,  svn-ports-head@freebsd.org
Subject:   Re: svn commit: r394070 - head/net/netatalk3
Message-ID:  <CAMHz58T86MQ4iQ6d69Gg5nzj6xXoZxrEXR16_q9uHO0LPrUZzg@mail.gmail.com>
In-Reply-To: <201508131555.t7DFtcnO002461@repo.freebsd.org>
References:  <201508131555.t7DFtcnO002461@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Aug 13, 2015 at 11:55 PM, Joe Marcus Clarke <marcus@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAMHz58T86MQ4iQ6d69Gg5nzj6xXoZxrEXR16_q9uHO0LPrUZzg>