Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Oct 2003 22:58:53 -0700 (PDT)
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:  <200310160558.h9G5wrrv050748@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310160558.h9G5wrrv050748>