summaryrefslogtreecommitdiffstats
path: root/Mk/bsd.python.mk
Commit message (Collapse)AuthorAgeFilesLines
* - Add new bsd.python.mk-side support for Twisted Python.perky2005-07-071-2/+57
| | | | | | | | | | This brings USE_TWISTED options which works like USE_GNOME to python ports. [1] - Fill comment about USE_ZOPE. [1] - Fix some mixed usage of tab and space. PR: 82445 [1] Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru> [1]
* Update to Python 2.4.1perky2005-04-031-2/+2
|
* Update lang/python23 to Python 2.3.5.perky2005-03-201-2/+2
|
* Resurrect lang/python-devel port with Python 2.5 development snapshotperky2005-01-291-10/+18
| | | | as of today.
* Propagate PYTHON_VERSION to child make processes to avoid duplicatedperky2005-01-291-0/+3
| | | | | | | | dependency on many python versions. This fixes a problem that Zope product ports depend on both of Python 2.3 and 2.4 if they use not only Zope itself but also 3rd party Python modules. Submitted by: Filippo Natali <filippo.natali@widestore.net>
* Remove trailing spaces.krion2005-01-091-4/+4
|
* Force to use Python 2.3 for Zope ports. We still have "duplicatedperky2004-12-191-0/+4
| | | | | | | | | ORIGIN" problem when a python extension module is needed by not only a Zope product but also non-Zope python application. And there's no known good solution yet. PR: 75013 Submitted by: Filippo Natali <filippo@widestore.net>
* - Update lang/python to 2.4 final release.perky2004-12-011-5/+5
| | | | - Finish repocopy lang/python -> lang/python23 for Python 2.3.4
* - Update python-devel to 2.4c1perky2004-11-201-1/+1
|
* Update -devel to Python-2.4b2.perky2004-11-061-1/+1
|
* Fix a regex to determine PYTHON_PLATFORM correctly on FreeBSD patchedperky2004-10-221-1/+1
| | | | | | revisions such as 5.2.1 or 4.6.1. Submitted by: tg
* Update to 2.4a3perky2004-09-031-1/+1
| | | | | PR: 71340 Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
* - Update to 2.4a2perky2004-08-071-1/+1
| | | | | | | - Add IPV6 option [1] PR: 69950 [1] Submitted by: Marcus Grando <marcus@corp.grupos.com.br> [1]
* If GNU_CONFIGURE or HAS_CONFIGURE is defined, don't configure withperky2004-07-101-1/+1
| | | | | | distutils. This reenables to build py-sgrep. Spotted by: kris
* The tarball for Python 2.4a1 is renamed in the site.perky2004-07-091-1/+1
|
* - Update to 2.4a1, the first alpha release of Python 2.4.perky2004-07-081-9/+36
| | | | | | | | | | - Provide USE_PYTHON_BUILD and USE_PYTHON_RUN to allow explicit dependencies. [1] - Provide PYDISTUTILS_CONFIGUREARGS and run ${PYSETUP} config on 'do-configure' targets. [2] Reviewed by: eik [1] Submitted by: Mike Brown <mike@skew.org>
* Remove deprecated ports: lang/python15 and lang/python20.perky2004-06-211-44/+2
|
* - Update to Python 2.3.4.perky2004-05-271-2/+2
| | | | | - Test WITHOUT_* instead of WITH_* for values which are on by default so that package build clusters detect correctly.
* Use ${EXPR} and ${ECHO_CMD} instead of verbose commands.perky2004-05-011-7/+7
| | | | | PR: 66108 Submitted by: eik
* - Enable ZOPE directory variables to be overridden in make.conf.perky2004-04-191-9/+2
| | | | | | | - Install 3rd party products to the right place. PR: 65608 Submitted by: Gerhard Sschmidt <estartu@augusta.de>
* - Update to 2.7.0pav2004-04-021-2/+2
| | | | | | PR: ports/63265 Submitted by: Gerhard Schmidt <estartu@augusta.de> Approved by: crowds on python@ via perky (in general)
* Update to Python development snapshot as of 040311.perky2004-03-111-1/+1
| | | | | I must say that it's faster by 10%~ than previous snapshot or 2.3. And it incorporated CJKCodecs from this! :)
* Add ZOPEPRODUCTDIR to PLIST_SUB when USE_ZOPE is triggered.perky2004-01-261-1/+2
| | | | | PR: 61611 Submitted by: Khairil Yusof <kaeru@streamyx.com>
* Here come the patches!marcus2004-01-201-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add ghostscript knobs [1] * Add per-port persistent build options with a menu-driven front-end [2] * Allow porters to override the message generated when do-configure fails [3] * Add patch to obviate many pkg-plist files [4] * Fix the PKG_DBDIR comment [5] * Make ports framework more robust with regard to make index [6] * Add new command macros to bsd.port.mk [7] * Remove direct command use from bsd.port.mk [8] * Make the ports system respect WITHOUT_CPU_CFLAGS [9] * Break the SDL code out into bsd.sdl.mk [10] * Add working support for USE_SIZE [11] * Fix RANDOMIZE_MASTER_SITES on -CURRENT [12] * Convert some spaces to tabs [13] * Add new physcial categories accessibility and x11-themes [14] * Speed up GNU configure scripts [15] * Remove "//" from MLINKS items in PLISTs and fix make -s install and make -s deinstall [16] * Be more specific about looking for files in distinfo [17] * Add new run-autotools target, and resort configure targets [18] * Make CONFLICTS compare prefix for installed packages and PREFIX [19] * Change directory to ${.CURDIR} before running certain make commands [20] * When INSTALL_AS_USER is set, run ldconfig with failures ignored [21] * Speed up the security check phase [22] * Fix some corner cases in the PORTDOCS code [23] * Add a new DEPRECATED macro [24] * Make INDEX breakage more informative [25] Look for a full write-up to follow on ports@ and ports-developers@. PR: 36112 [1] 59909 [4] 61351 [6] 59058 [7] 59058 [8] 59493 [9] 55494 [10] 59058 [11] 59315 [12] 59058 [13] 59811 [15] 59058 [16] 59058 [17] 60882 [18] 58149 [19] 59058 [20] 61133 [21] 55331 [22] 59070 [23] 59362 [24] 59626 [25] Submitted by: linimon [1] eivind [2] marcus [3] trevor [4] gerald [5] linimon [6] eik [7] eik [8] jeh [9] edwin [10] eik [11] Sergey Matveychuk <sem@ciam.ru> [12] eik [13] trevor gnome [14] adamw [15] eik [16] eik [17] edwin [18] clement [19] eik [20] edwin lev [21] Eugene M. Kim <ab@astralblue.com> [22] eik [23] linimon [24] eik [25]
* Update python-devel to 2.4 20040106 snapshot.perky2004-01-091-1/+1
|
* - Update to Python-2.3.3perky2003-12-201-2/+3
| | | | | | - Pass PYTHON_VERSION variable to dependent builds. - Enable email package to use cjkcodecs. - Decrease default recursion limit to 900 on sparc64.
* Add dependency line for pyexpat as ${PYEXPAT} to provide adaptiveperky2003-11-041-0/+6
| | | | dependency for both of pre-2.3.2_2 and after-.
* - Update lang/python-devel to Python-2.4 031022 snapshot.perky2003-10-291-10/+21
| | | | | | | | | | - Correct USE_ZOPE dependency to Python 2.1. [1] - Fetch from correct MASTER_SITE_SUBDIR when upgrading python in same branch. [2] - Enable installing separated standard modules for python-devel port. Reported by: Filippo Natali <pitonat@libero.it> [1], Yoshihiko Sarumaru <mistral@imasy.or.jp> [2]
* - Provide correct PYTHON_PORTVERSION as not default python's butperky2003-10-191-20/+23
| | | | | user-specified. - Provide PYTHON_SITE_SUBDIR for separated python standard module ports.
* - Enable restricting compatible python versions by USE_PYTHONperky2003-10-161-10/+70
| | | | | | | | | | | | | | 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@
* Update to Python-2.3.2perky2003-10-041-2/+2
|
* - Update to Python-2.3.1, the lastest Bugfix release.perky2003-09-241-2/+2
| | | | | | | - Disable dlmodule on amd64 and sparc64 because dlmodule isn't designed for them. - Add -fPIC on CFLAGS on amd64 for mod_python3 and other ports using it on linking their own dynamic library.
* - Update to Python-2.3perky2003-07-311-41/+32
| | | | | | | - Correct pydoc search path to lang/python-doc-html port's [1] PR: 43036 [1] Submitted by: Emil Sit <sit@amsterdam.lcs.mit.edu> [1]
* Update to 2.3c1perky2003-07-191-2/+2
|
* Update new python-devel port to 2.3.b2.perky2003-07-031-3/+16
| | | | | | | | | | | | | This update introduces two new knobs to _disable_ somewhat experimental options: BUILD_STATIC=yes Unless this option is specified, the port will build python as shared binary. WITH_UCS2=yes Unless this option is specified, Py_UNICODE type will charge 4 bytes per character (as we do for wchar_t) Repo-copied by: joe (thanks!)
* Take maintainerships from alane's python ports.perky2003-06-091-1/+1
| | | | Rest in Peace, Alan.
* Update to 2.2.3perky2003-06-041-5/+5
| | | | | | PR: 52830 Submitted by: Chuck Swiger <chuck@pkix.net> (partly) Approved by: maintainer (implicitly)
* take over for tg@ who is away indefinitelyalane2002-11-211-1/+1
|
* Upgrade to Python-2.2.2.perky2002-10-171-2/+2
| | | | Approved by: tg
* Add variables for ZOPE. Patch supplied by maintineralane2002-09-201-0/+21
| | | | | Submitted by: maintainer Approved by: maintainer
* New variable PYNUMERIC, containing a dependency line for the py-numerictg2002-07-151-0/+10
| | | | extension.
* - Support development versions of Python.tg2002-06-141-15/+61
| | | | | | | | | - Allow installation to python-specific hierarchy. This will benefit users of Zope and mod_python. - Add PYTHON_*DIR variables to PLIST_SUB. PR: 38769 Submitted by: Hye-Shik Chang <perky@fallin.lv>
* Fix comment to reflect the actual usage of USE_PYDISTUTILS.tg2002-04-261-3/+3
|
* New trigger USE_PYDISTUTILS. When defined, `do-build' and `do-install'tg2002-04-171-6/+43
| | | | | | | | will call the equivalent of `python setup.py {build|install}'. This should help with most current extensions to the Python language. PR: 36537 Submitted by: Hye-Shik Chang <perky@fallin.lv>
* Upgrade to Python-2.2.tg2002-04-121-2/+2
| | | | | PR: 36977 Submitted by: Hye-Shik Chang <perky@fallin.lv>
* Upgrade to 2.1.3.tg2002-04-111-3/+3
| | | | | PR: 36977 36979 Submitted by: "Karsten W. Rohrbach" <karsten@rohrbach.de>
* Upgrade python21 to 2.1.2, the latest bugfix release.tg2002-01-221-3/+3
| | | | | | | PR: 34078 Submitted by: Hye-Shik Chang <perky@fallin.lv> Update checksum of dependent ports.
* Grr. Really fix PYTHON_WRKSRC for 2.1.1.tg2002-01-161-1/+1
|
* Fix variables for Python-2.1.1.tg2002-01-161-3/+3
|
* Add python2.2 to the list of legal PYTHON_VERSIONs.tg2002-01-111-2/+3
|
OpenPOWER on IntegriCloud