Date: Wed, 15 Jun 2011 19:26:37 +0800 From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: Ion-Mihai Tetcu <itetcu@FreeBSD.org> Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/www/py-qp Makefile distinfo pkg-plist Message-ID: <20110615112637.GH94019@bonjour.sunpoet.net> In-Reply-To: <20110615103659.625fbe6c.itetcu@FreeBSD.org> References: <201106141939.p5EJd5H6033710@repoman.freebsd.org> <20110615103659.625fbe6c.itetcu@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Jun 15, 2011 at 10:36:59AM +0300, Ion-Mihai Tetcu wrote: > On Tue, 14 Jun 2011 19:39:05 +0000 (UTC) > Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> wrote: > > > sunpoet 2011-06-14 19:39:05 UTC > > > > FreeBSD ports repository > > > > Modified files: > > www/py-qp Makefile distinfo pkg-plist > > Log: > > - Unbreak and update to 2.2 > > - Fix build when devel/py-setuptools installed > > - Use bsd.port.mk > > I'm very sure each and any port uses it :) > So what exactly did you changed? > > -- > Ion-Mihai Tetcu <itetcu@FreeBSD.org> Hi itetcu, excerpt from the changelog (http://www.mems-exchange.org/software/qp/qp-2.2.tar.gz/qp-2.2/CHANGES.txt) Version 2.2: August 2009 Update primary setup.py files so that the use of distutils, rather than setuptools, can be forced by having USE_DISTUTILS defined in the environment. excerpt from WRKSRC/setup.py try: assert 'USE_DISTUTILS' not in os.environ from setuptools import setup, Extension except (ImportError, AssertionError): from distutils.core import setup from distutils.extension import Extension Therefore, I set USE_DISTUTILS=yes in MAKE_ENV. BTW, since py-setuptools does not work on py3k, I prefer not to use it. :) Regards, sunpoet -- Sunpoet Po-Chuan Hsieh <sunpoet at sunpoet.net> <sunpoet at FreeBSD.org> 4096R/CC57E36B 8AD8 68F2 7D2B 0A10 7E9B 8CC0 DC44 247E CC57 E36B http://people.FreeBSD.org/~sunpoet/pgpkeys.txt
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110615112637.GH94019>