From owner-freebsd-python@FreeBSD.ORG Wed Nov 2 15:12:34 2005 Return-Path: X-Original-To: python@freebsd.org Delivered-To: freebsd-python@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D541716A420; Wed, 2 Nov 2005 15:12:34 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78A3643D5F; Wed, 2 Nov 2005 15:12:31 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from freefall.freebsd.org (perky@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id jA2FCVHV015363; Wed, 2 Nov 2005 15:12:31 GMT (envelope-from perky@freefall.freebsd.org) Received: from localhost (localhost [[UNIX: localhost]]) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jA2FCVlx015361; Wed, 2 Nov 2005 15:12:31 GMT (envelope-from perky) Date: Thu, 3 Nov 2005 00:12:28 +0900 From: Hye-Shik Chang To: Filippo Natali Message-ID: <20051102151228.GA6483@FreeBSD.org> References: <1129366769.0@ulby.hq.netwing.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1129366769.0@ulby.hq.netwing.it> User-Agent: Mutt/1.4.2.1i X-Accept-Language: ko, en Cc: FreeBSD gnats submit , python@freebsd.org Subject: Re: ports/87476: [PATCH] Mk/bsd.python.mk: allow to choose Zope version in Products ports 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: Wed, 02 Nov 2005 15:12:35 -0000 On Sat, Oct 15, 2005 at 10:59:29AM +0200, Filippo Natali wrote: > >Number: 87476 > >Category: ports > >Synopsis: [PATCH] Mk/bsd.python.mk: allow to choose Zope version in Products ports > > Allow users to choose which Zope version when installing a Zope Product from ports. If a port Makefile contains USE_ZOPE it will depend from www/zope, but when WITH_ZOPE28 is defined it will depend from www/zope28. > The right python dependency (2.3 for Zope 2.7 and 2.4 for 2.8) will be also set. > Thanks for the patch! Here's my revise for the functionality. How's this? http://people.freebsd.org/~perky/pythonmk-zope28support.diff A new variable, ZOPE_VERSION is intented to be used as specified in /etc/make.conf. (or what about WANT_ZOPE_VER for more consistent naming in bsd.*.mk?) Hye-Shik