Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Oct 2014 20:45:40 +0200
From:      Antoine Brodin <antoine@freebsd.org>
To:        Alonso Schaich <alonso@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@freebsd.org" <ports-committers@freebsd.org>
Subject:   Re: 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...
Message-ID:  <CAALwa8mq_sbARxAgUZB1M_mnNy01rXDw3DHWA4jT4q%2BQkTB3zg@mail.gmail.com>
In-Reply-To: <201410051825.s95IP1mB035430@svn.freebsd.org>
References:  <201410051825.s95IP1mB035430@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Oct 5, 2014 at 8:25 PM, Alonso Schaich <alonso@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)

> 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@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



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