svn commit: r370100 - in head: deskutils/superkaramba devel/py-krosspython devel/py-pykde4 devel/py-pykdeuic4 devel/py-qt4 devel/py-qt4-qscintilla2 devel/py-sip editors/kate-plugin-pate games/kajon...
Schaich Alonso
alonsoschaich at fastmail.fm
Sun Oct 5 19:25:11 UTC 2014
On Sun, 5 Oct 2014 20:45:40 +0200
Antoine Brodin <antoine at freebsd.org> wrote:
> On Sun, Oct 5, 2014 at 8:25 PM, Alonso Schaich <alonso at freebsd.org> wrote:
> > Author: alonso
> > Date: Sun Oct 5 18:25:00 2014
> > New Revision: 370100
> > URL: https://svnweb.freebsd.org/changeset/ports/370100
> > QAT: https://qat.redports.org/buildarchive/r370100/
> >
> > Log:
> > Replace USE_PYTHON* by USES=python.
> >
> > This commit consists of area51's r10314 and r10356 patchsets.
> >
> > Approved by: rakuco (mentor)
> >
> > Modified:
> > head/deskutils/superkaramba/Makefile
> > head/devel/py-krosspython/Makefile
> > head/devel/py-pykde4/Makefile
> > head/devel/py-pykdeuic4/Makefile
> > head/devel/py-qt4-qscintilla2/Makefile
> > head/devel/py-qt4/Makefile
> > head/devel/py-qt4/bsd.pyqt.mk
> > head/devel/py-sip/Makefile
> > head/editors/kate-plugin-pate/Makefile
> > head/games/kajongg/Makefile
> > head/lang/qt5-qml/Makefile
> > head/math/cantor/Makefile
> > head/misc/py-qt4-demo/Makefile
> > head/misc/py-qt4-doc/Makefile
> > head/net-im/telepathy-logger-qt4/Makefile
> > head/net-im/telepathy-logger/Makefile
> > head/sysutils/qzeitgeist/Makefile
> > head/www/webkit-qt5/Makefile
> > head/x11/plasma-scriptengine-python/Makefile
>
>
> > Modified: head/devel/py-qt4/bsd.pyqt.mk
> > ==============================================================================
> > --- head/devel/py-qt4/bsd.pyqt.mk Sun Oct 5 18:01:19 2014 (r370099)
> > +++ head/devel/py-qt4/bsd.pyqt.mk Sun Oct 5 18:25:00 2014 (r370100)
> > @@ -93,7 +93,7 @@ DISTNAME= ${PYQT4_DISTNAME}
> >
> > DISTINFO_FILE= ${PYQT4_DISTINFO_FILE}
> > HAS_CONFIGURE= yes
> > -USE_PYTHON= yes
> > +USES= python
> >
> > QT_NONSTANDARD= yes # Do not add unknown arguments to CONFIGURE_ARGS.
>
> This should be += (slave ports)
Ah, I see.
>
> > Modified: head/devel/py-sip/Makefile
> > ==============================================================================
> > --- head/devel/py-sip/Makefile Sun Oct 5 18:01:19 2014 (r370099)
> > +++ head/devel/py-sip/Makefile Sun Oct 5 18:25:00 2014 (r370100)
> > @@ -12,8 +12,7 @@ DISTNAME= ${SIP_DISTNAME}
> > MAINTAINER= kde at FreeBSD.org
> > COMMENT= Python to C and C++ bindings generator
> >
> > -USE_PYTHON= yes
> > -PYTHON_PY3K_PLIST_HACK= yes
> > +USE= python:py3kplist
> >
> > DATADIR= ${PREFIX}/share/py-${PORTNAME}
> > DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
>
> This syntax doesn't exist.
>
> Cheers,
>
> Antoine
The correct would be
# USE_PYTHON=py3kplist
# USES=python
I assume.
Alonso
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 603 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20141005/6aadc7dd/attachment.sig>
More information about the svn-ports-head
mailing list