svn commit: r364887 - head/databases/py-leveldb

William Grzybowski wg at freebsd.org
Fri Aug 15 03:06:23 UTC 2014


Hi,

These all are just plain wrong.
PYTHON_FEATURES is no longer the knob for it, it should be USE_PYTHON.

On Fri, Aug 15, 2014 at 12:00 AM, Sunpoet Po-Chuan Hsieh
<sunpoet at freebsd.org> wrote:
> Author: sunpoet
> Date: Fri Aug 15 03:00:08 2014
> New Revision: 364887
> URL: http://svnweb.freebsd.org/changeset/ports/364887
> QAT: https://qat.redports.org/buildarchive/r364887/
>
> Log:
>   - Use USES=python
>
> Modified:
>   head/databases/py-leveldb/Makefile
>
> Modified: head/databases/py-leveldb/Makefile
> ==============================================================================
> --- head/databases/py-leveldb/Makefile  Fri Aug 15 03:00:03 2014        (r364886)
> +++ head/databases/py-leveldb/Makefile  Fri Aug 15 03:00:08 2014        (r364887)
> @@ -16,10 +16,8 @@ LICENSE=     BSD3CLAUSE
>
>  LIB_DEPENDS=   libleveldb.so:${PORTSDIR}/databases/leveldb
>
> -PYDISTUTILS_AUTOPLIST= yes
> -USE_PYDISTUTILS=yes
> -USE_PYTHON=    yes
> -USES=          tar:xz
> +PYTHON_FEATURES=autoplist,distutils
> +USES=          python tar:xz
>
>  post-patch:
>         @${REINPLACE_CMD} \
>



-- 
William Grzybowski / wg
FreeBSD Ports Committer


More information about the svn-ports-all mailing list