Date: Thu, 3 Nov 2005 20:35:39 +0100 From: Filippo Natali <filippo.natali@gmail.com> To: Hye-Shik Chang <perky@freebsd.org> 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: <200511032035.40302.filippo.natali@gmail.com> In-Reply-To: <20051103150643.GA30821@FreeBSD.org> References: <1129366769.0@ulby.hq.netwing.it> <200511021753.27516.filippo.natali@gmail.com> <20051103150643.GA30821@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Alle 16:06, gioved=EC 3 novembre 2005, Hye-Shik Chang ha scritto: > Okay. I revised the patch for some flexibility for USE_ZOPE and > ZOPE_VERSION simliar to PYTHON equivalents. > > http://people.freebsd.org/~perky/pythonmk-zope28support-2.diff > > > Hye-Shik There's a little typo in Zope 3.1 selection: [snip] =2D# Zope specific variables +# Zope-related variables .if defined(USE_ZOPE) +.if ${ZOPE_VERSION} =3D=3D "3.1" +SZOPEBASEDIR?=3D www/Zope28 +ZOPE_PORTSDIR=3D ${PORTSDIR}/www/zope28 +.elif ${ZOPE_VERSION} =3D=3D "2.8" [snip] Except this, it works fine. =46ilippo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511032035.40302.filippo.natali>