Date: Sun, 6 Nov 2005 01:28:44 +0000 (UTC) From: Hye-Shik Chang <perky@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.python.mk Message-ID: <200511060128.jA61SiHL037071@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
perky 2005-11-06 01:28:44 UTC FreeBSD ports repository Modified files: Mk bsd.python.mk Log: Add new variables for the better Zope support: - USE_ZOPE now gets USE_PYTHON-like version syntax to use in Zope product ports Makefiles to limit range of supported Zope versions. - "yes" for choosing default (2.7). - 2.8+ for 2.8 and any of higher versions. - -2.8 in case of the Zope product isn't ready for Zope 3. - 2.8-3.1 if the product isn't compatible with Python 2.3. - ZOPE_VERSION is to use in command line argument or /etc/make.conf. This accepts one of 2.7 2.8 and 3.1 currently. PR: 87476 Requested by: Filippo Natali <filippo.natali@gmail.com> Revision Changes Path 1.69 +81 -5 ports/Mk/bsd.python.mk
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511060128.jA61SiHL037071>