cvs commit: ports/Mk bsd.python.mk

Hye-Shik Chang perky at FreeBSD.org
Sat Nov 5 17:28:45 PST 2005


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 at gmail.com>
  
  Revision  Changes    Path
  1.69      +81 -5     ports/Mk/bsd.python.mk


More information about the cvs-all mailing list