Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Nov 2005 00:12:28 +0900
From:      Hye-Shik Chang <perky@freebsd.org>
To:        Filippo Natali <filippo.natali@gmail.com>
Cc:        FreeBSD gnats submit <FreeBSD-gnats-submit@freebsd.org>, python@freebsd.org
Subject:   Re: ports/87476: [PATCH] Mk/bsd.python.mk: allow to choose Zope version in Products ports
Message-ID:  <20051102151228.GA6483@FreeBSD.org>
In-Reply-To: <1129366769.0@ulby.hq.netwing.it>
References:  <1129366769.0@ulby.hq.netwing.it>

next in thread | previous in thread | raw e-mail | index | archive | help
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



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