From owner-svn-ports-head@FreeBSD.ORG Tue May 21 05:10:41 2013 Return-Path: Delivered-To: svn-ports-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6A522CA3; Tue, 21 May 2013 05:10:41 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward2h.mail.yandex.net (forward2h.mail.yandex.net [IPv6:2a02:6b8:0:f05::2]) by mx1.freebsd.org (Postfix) with ESMTP id 1BDADFB6; Tue, 21 May 2013 05:10:41 +0000 (UTC) Received: from smtp4h.mail.yandex.net (smtp4h.mail.yandex.net [84.201.186.21]) by forward2h.mail.yandex.net (Yandex) with ESMTP id E7767701973; Tue, 21 May 2013 09:10:38 +0400 (MSK) Received: from smtp4h.mail.yandex.net (localhost [127.0.0.1]) by smtp4h.mail.yandex.net (Yandex) with ESMTP id B5D9C2C0E42; Tue, 21 May 2013 09:10:37 +0400 (MSK) Received: from unknown (unknown [178.76.224.133]) by smtp4h.mail.yandex.net (nwsmtp/Yandex) with ESMTP id rpbIfaCt7S-AbdqmMDo; Tue, 21 May 2013 09:10:37 +0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1369113037; bh=uttlDT2ehG1ZF2QNuzSry78GeFUYVONSTd8UpPdwYiA=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=TIMPdKLOUxOwIIznzXuwXVbgJDLA8gTSyR/tfdQ8D7wi2EoEyhV4mjl2Na6w5y72e 4sHXGHMk0lPjic4J6slW5Q3Lr4Jv52mUX7p5FeXHUpbSCTlGxEmJQGou5JI/fd56vX +soY4rW3V9MlY6xVLXAnKTJuWCOJmz6f2Jb+lR7Y= Authentication-Results: smtp4h.mail.yandex.net; dkim=pass header.i=@yandex.ru Message-ID: <519B01BF.5040902@yandex.ru> Date: Tue, 21 May 2013 09:10:23 +0400 From: Ruslan Makhmatkhanov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130516 Thunderbird/17.0.6 MIME-Version: 1.0 To: "John W. O'Brien" Subject: Re: svn commit: r318575 - in head/math/py-numpy: . files 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> In-Reply-To: <519A7C38.9020109@y.saltant.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-ports-head@FreeBSD.org, Marcus von Appen , Roland Smith , svn-ports-all@FreeBSD.org, ports-committers@FreeBSD.org, python@FreeBSD.org, Dmitry Sivachenko X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 21 May 2013 05:10:41 -0000 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.