Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 May 2013 09:10:23 +0400
From:      Ruslan Makhmatkhanov <cvs-src@yandex.ru>
To:        "John W. O'Brien" <obrienjw@y.saltant.net>
Cc:        svn-ports-head@FreeBSD.org, Marcus von Appen <mva@FreeBSD.org>, Roland Smith <rsmith@xs4all.nl>, svn-ports-all@FreeBSD.org, ports-committers@FreeBSD.org, python@FreeBSD.org, Dmitry Sivachenko <trtrmitya@gmail.com>
Subject:   Re: svn commit: r318575 - in head/math/py-numpy: . files
Message-ID:  <519B01BF.5040902@yandex.ru>
In-Reply-To: <519A7C38.9020109@y.saltant.net>
References:  <201305200620.r4K6KTnO039444@svn.freebsd.org> <20130520072122.GA1287@medusa.sysfault.org> <6B980234-D2EA-4FEE-A7EF-829F5392E40B@FreeBSD.org> <20130520162827.GB1287@medusa.sysfault.org> <20130520184050.GB31335@slackbox.erewhon.net> <519A7C38.9020109@y.saltant.net>

next in thread | previous in thread | raw e-mail | index | archive | help
John W. O'Brien wrote on 20.05.2013 23:40:
>
> The attached patch should fix the bulk of the packing plist problems
> between pre- and post-PEP-3147 caches. I've smoke tested these with py27
> and py33. Improvements are welcome.
>
> There is still one remaining problem, which is that the following are
> only, it seems, installed under py27 but not under py33. If needed, I
> should have some spare cycles later to track down the specific condition.

John, would you please common pattern for this that already used in the 
ports tree? Look at /usr/ports/databases/py-fdb/Makefile for example. 
It's as easy as adding this lines to port's Makefile:

.if ${PYTHON_REL} >= 320
.include "${FILESDIR}/py3k-fix-pkg-plist.inc"
.endif

-- 
Regards,
Ruslan

Tinderboxing kills... the drives.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?519B01BF.5040902>