From owner-svn-ports-head@FreeBSD.ORG Sun Oct 5 18:45:42 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1DDACE77; Sun, 5 Oct 2014 18:45:42 +0000 (UTC) Received: from mail-yh0-x233.google.com (mail-yh0-x233.google.com [IPv6:2607:f8b0:4002:c01::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A5E50AFA; Sun, 5 Oct 2014 18:45:41 +0000 (UTC) Received: by mail-yh0-f51.google.com with SMTP id 29so1490147yhl.24 for ; Sun, 05 Oct 2014 11:45:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=bu4SmuY1lDGiJ8mitjve/y6I6RAdbnAWFieZ6XoYW38=; b=YHZzcooqTZcMHl9hcQKbxs2A7YuY9QCBnBkwgVvYrLty2csNVKtYGJ1KHdZwNrf2jB JxUo2qxNi7x/sk0IXdBtqeDpw9Mn+0EM4pl98Xg1w88v2GTNbYW76D2XCHeH41pkTeVI l1PWRpGh/7GstdKpSD1aqaa/un1RUZUbbeaC4FiWA4MqQ9i/Rx1jF/kEAMyKcRvqafdH VPD3NpHTp2rWxYyN4RbE+pxI/U2vo4LGbr2y9R9qxJt5Ho/mIB5DDxxgJd62Cu2kEXJM Fej9icNyvWdBzul5P/gqXYJc8YO6yzd7rLLuiqaVNZ4bs83mt8bxymGZVzUVxOJ4vYeb 0bhA== MIME-Version: 1.0 X-Received: by 10.236.138.227 with SMTP id a63mr4827586yhj.149.1412534740572; Sun, 05 Oct 2014 11:45:40 -0700 (PDT) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.170.207.73 with HTTP; Sun, 5 Oct 2014 11:45:40 -0700 (PDT) In-Reply-To: <201410051825.s95IP1mB035430@svn.freebsd.org> References: <201410051825.s95IP1mB035430@svn.freebsd.org> Date: Sun, 5 Oct 2014 20:45:40 +0200 X-Google-Sender-Auth: Qm5LwBhQ9QdRCVG8AWfc9vZYQNw Message-ID: 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... From: Antoine Brodin To: Alonso Schaich Content-Type: text/plain; charset=UTF-8 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Oct 2014 18:45:42 -0000 On Sun, Oct 5, 2014 at 8:25 PM, Alonso Schaich 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