From owner-freebsd-python@FreeBSD.ORG Mon May 28 17:14:47 2012 Return-Path: Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 954351065742; Mon, 28 May 2012 17:14:47 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward18.mail.yandex.net (forward18.mail.yandex.net [IPv6:2a02:6b8:0:1402::3]) by mx1.freebsd.org (Postfix) with ESMTP id 053DC8FC08; Mon, 28 May 2012 17:14:47 +0000 (UTC) Received: from smtp17.mail.yandex.net (smtp17.mail.yandex.net [95.108.252.17]) by forward18.mail.yandex.net (Yandex) with ESMTP id 8F30717815E7; Mon, 28 May 2012 21:14:45 +0400 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1338225285; bh=dZtu2G0y8rUyzVqgdLmISIoGnCEYIxvL6OE/JrJNt+U=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=cKgOmtx8mYfXDBHDNthcSg3Hq2YN0bSIlB1KbMsja99BSKxSqb3Gd85n2P8pfkE4u ecjj4S1lPp8Xkg1IP9rabW4N2+KOdzsLlts3i+BkgfJNQDGubONPLOb3M8FHvreXVH vTWCQDdxoB/MXfuGawKrSrNkgmSgOoUejHiEPPMo= Received: from smtp17.mail.yandex.net (localhost [127.0.0.1]) by smtp17.mail.yandex.net (Yandex) with ESMTP id 5D10F1900212; Mon, 28 May 2012 21:14:45 +0400 (MSK) Received: from unknown (unknown [178.76.224.133]) by smtp17.mail.yandex.net (nwsmtp/Yandex) with ESMTP id EiDa03EP-EiDaA8WX; Mon, 28 May 2012 21:14:45 +0400 X-Yandex-Rcpt-Suid: miwi@FreeBSD.org X-Yandex-Rcpt-Suid: python@FreeBSD.org X-Yandex-Rcpt-Suid: zope@FreeBSD.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1338225285; bh=dZtu2G0y8rUyzVqgdLmISIoGnCEYIxvL6OE/JrJNt+U=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=gVoDSypBCbLZsbyegc/JizrnSsM/Rk4BxR46LgW48wss2rwCaHU8L6DGxjsBtmIva rayxdI0/9lULHEmp+t3PpNzsSnq/0F+k9UXsA1PZkLOs8wVG8Qo5gXgDlp/bg4Jia/ 42tuKz1i/pUlBUeCZVfTZR8fE5Fvazvn2rYyTYtQ= Message-ID: <4FC3B25A.2020004@yandex.ru> Date: Mon, 28 May 2012 21:14:02 +0400 From: Ruslan Mahmatkhanov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:12.0) Gecko/20120504 Thunderbird/12.0.1 MIME-Version: 1.0 To: miwi@FreeBSD.org References: <20120528174458.5300cfbd.miwi@FreeBSD.org> In-Reply-To: <20120528174458.5300cfbd.miwi@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: python@FreeBSD.org, zope@FreeBSD.org Subject: Re: [PATCH] python2.4 removal zope and zope211 affected X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2012 17:14:47 -0000 Hi, Martin, Martin Wilke wrote on 28.05.2012 13:44: > Hi, > > Finally I'm working on to remove python 24 from the ports tree, and the > reasons are clear. Support was dropped by 2008, and there are a lot of > unpatched security holes. We have warned about this since 2 years ago, > and now I will really take action to drop it from the ports tree. I have no objections, but know people that do :). I ever know FreeBSD committer that using old zope. We have only three ports, that wish exactly python 2.4 version: net/honeyd (skreuzer@FreeBSD.org) www/zope (estartu@augusta.de) www/zope211 (estartu@augusta.de) And only one port that depends on exact 2.5 version: www/google-appengine (nivit@FreeBSD.org) I prefer to remove both of python24 and python25 because they both EOL. But I'd still set them all to expiration period of month or two. We have such a tradition. > So here is the final patch [1] that has already been reviewed by lwshu@ > and wen@, but I would like to discuss regarding the zope ports. > > First of all I will clean up the zope version from the bsd.python.mk. > Now I would like to know what you guys think if I were to remove > www/zope and keep www/zope213. Another option is to merge www/zope213 > to www/zope and just remove www/zope211 and www/zope213 completely. > What do you think about this? > > Thanks Martin > > [1] > http://miwifbsd.dyndns.org/patches/py24rm-3.diff Our zope213 port didn't use ZOPESKELDIR, SZOPEBASEDIR so it may look like this: +if ${ZOPE_VERSION} == "2.13" +ZOPE_PORTSDIR= ${PORTSDIR}/www/zope213 .else I prefer to keep it as zope213 for some time. -- Regards, Ruslan Tinderboxing kills... the drives.