From owner-svn-ports-head@FreeBSD.ORG Sun Sep 28 08:07:56 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7719295C; Sun, 28 Sep 2014 08:07:56 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 635F5176; Sun, 28 Sep 2014 08:07:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8S87uE4087491; Sun, 28 Sep 2014 08:07:56 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8S87uHX087490; Sun, 28 Sep 2014 08:07:56 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201409280807.s8S87uHX087490@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 28 Sep 2014 08:07:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369441 - head/graphics/py-rabbyt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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, 28 Sep 2014 08:07:56 -0000 Author: amdmi3 Date: Sun Sep 28 08:07:55 2014 New Revision: 369441 URL: http://svnweb.freebsd.org/changeset/ports/369441 QAT: https://qat.redports.org/buildarchive/r369441/ Log: - Switch to USES=python - Strip libraries Modified: head/graphics/py-rabbyt/Makefile Modified: head/graphics/py-rabbyt/Makefile ============================================================================== --- head/graphics/py-rabbyt/Makefile Sun Sep 28 07:48:34 2014 (r369440) +++ head/graphics/py-rabbyt/Makefile Sun Sep 28 08:07:55 2014 (r369441) @@ -13,10 +13,11 @@ DISTNAME= Rabbyt-${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Fast sprite library for Python -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes -PYDISTUTILS_ARCHDEP= yes +USES= python +USE_PYTHON= distutils autoplist USE_GL= gl glu +post-install: + ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/rabbyt/*.so + .include