ports/87476: [PATCH] Mk/bsd.python.mk: allow to choose Zope version in Products ports

Filippo Natali filippo.natali at gmail.com
Thu Nov 3 11:35:43 PST 2005


Alle 16:06, giovedì 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]
-# Zope specific variables
+# Zope-related variables
 .if defined(USE_ZOPE)
+.if ${ZOPE_VERSION} == "3.1"
+SZOPEBASEDIR?=			www/Zope28
+ZOPE_PORTSDIR=			${PORTSDIR}/www/zope28
+.elif ${ZOPE_VERSION} == "2.8"
[snip]

Except this, it works fine.

Filippo


More information about the freebsd-python mailing list