cvs commit: ports/Mk bsd.python.mk

Hye-Shik Chang perky at FreeBSD.org
Wed Oct 15 22:58:54 PDT 2003


perky       2003/10/15 22:58:53 PDT

  FreeBSD ports repository

  Modified files:
    Mk                   bsd.python.mk 
  Log:
  - Enable restricting compatible python versions by USE_PYTHON
  
    eg)
      USE_PYTHON=     yes     # backward compatible
      USE_PYTHON=     2.2     # same as PYTHON_VERSION=python2.2
      USE_PYTHON=     2.1+    # 2.1 at least
      USE_PYTHON=     2.0-2.2 # from 2.0 to 2.2
      USE_PYTHON=     -2.3    # up to 2.3. 2.4 is not allowed.
  
  - Introduce a new variable, PYTHON_PKGNAMESUFFIX for ports that is
    more popular without 'py-' prefix like Mailman or Zope.
  
  Reviewed by:    silence on ports@
  
  Revision  Changes    Path
  1.37      +71 -11    ports/Mk/bsd.python.mk


More information about the cvs-all mailing list