Date: Fri, 15 Aug 2014 11:44:55 +0800 From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: William Grzybowski <wg@freebsd.org> Cc: "svn-ports-head@freebsd.org" <svn-ports-head@freebsd.org>, "svn-ports-all@freebsd.org" <svn-ports-all@freebsd.org>, ports-committers <ports-committers@freebsd.org> Subject: Re: svn commit: r364887 - head/databases/py-leveldb Message-ID: <CAMHz58R0wgnuwDPy5d7x72Uic3RiGwbX8JtCNLRiJ4X=M9SYkA@mail.gmail.com> In-Reply-To: <CAHtVNLN9bS0DAOufnhV%2BH2rLus2SYZ6P2Bbweo8r6LSrYjHsoA@mail.gmail.com> References: <201408150300.s7F3087H069210@svn.freebsd.org> <CAHtVNLN9bS0DAOufnhV%2BH2rLus2SYZ6P2Bbweo8r6LSrYjHsoA@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Aug 15, 2014 at 11:06 AM, William Grzybowski <wg@freebsd.org> wrote: > Hi, > > These all are just plain wrong. > PYTHON_FEATURES is no longer the knob for it, it should be USE_PYTHON. > > Hi, Thanks for your notification. It should be fixed in r364929. Regards, sunpoet On Fri, Aug 15, 2014 at 12:00 AM, Sunpoet Po-Chuan Hsieh > <sunpoet@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 >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAMHz58R0wgnuwDPy5d7x72Uic3RiGwbX8JtCNLRiJ4X=M9SYkA>