summaryrefslogtreecommitdiffstats
path: root/lang/python/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add new utility target named 'upgrade-site-packages' to upgradeperky2004-12-061-0/+22
| | | | site-packages which was built on previous version of python.
* - Update lang/python to 2.4 final release.perky2004-12-011-11/+12
| | | | - Finish repocopy lang/python -> lang/python23 for Python 2.3.4
* farewell to libxpg4.sf2004-11-151-7/+0
|
* Fix package build on 4-STABLE.perky2004-08-211-1/+1
| | | | Submitted by: kstewart <kstewart@owt.com>
* - Add support for FreeBSD 6.perky2004-08-201-7/+9
| | | | | | | - Remove support for FreeBSD 2. Spotted by: marcus, kris Obtained from: Python CVS
* - Allow to disable IPv6 support [1]perky2004-08-071-2/+3
| | | | | | | - Add checksum for 2.4a2 PR: 69950 [1] Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
* Make PORTREVISION overridable by slave ports.perky2004-07-101-1/+1
| | | | Found by: eik's chkversion
* Allow to install and use 3rd party packages in X11BASE.perky2004-07-091-0/+4
| | | | | | | ${X11BASE}/lib/{python2.3{,/site-packages},site-python} will be added to your python's sys.path if each directory exists. Suggested by: marcus
* Fix comment.perky2004-06-281-1/+1
| | | | Submitted by: fjoe
* - Update to Python 2.3.4.perky2004-05-271-5/+4
| | | | | - Test WITHOUT_* instead of WITH_* for values which are on by default so that package build clusters detect correctly.
* Use OPTIONS.perky2004-05-071-11/+12
| | | | Submitted by: Stephane E. Potvin <sepotvin@videotron.ca>
* Reduce configure warning.perky2004-04-181-0/+1
| | | | | | PR: 55180 [1], 65680 [2] Submitted by: Rui Lopes <rui@ruilopes.com> [1], Roman Neuhauser <neuhauser@chello.cz> [2]
* Fixed a bug where the configure script couldn't detect getaddrinfo()perky2004-04-141-1/+1
| | | | | | properly if the KAME stack had SCTP support. Submitted by: suz
* Fix stackless build broken by the recent shared-build commit.perky2004-03-221-1/+1
| | | | Submitted by: Sven Petai <hadara@bsd.ee>
* Correct pre-install target to pre-su-install so that the credentialperky2004-03-181-1/+1
| | | | | | switch happens before directories are created under PREFIX. Submitted by: marcel
* - Fix installation problem where PREFIX != LOCALBASE.perky2004-03-111-1/+2
| | | | - Add checksum for Python-2.4.a0.20040311
* Create a symbolic link to lib/python2.3.so on lib/python2.3/config/perky2004-03-091-1/+2
| | | | | | for seamless upgrade from a static library. Suggested by: dd
* Build and install a shared library and its frontend besides static oneperky2004-03-081-15/+44
| | | | | | | | | | | by default. [HEADS UP] The python executable and static library isn't built PIC anymore even on amd64 and ia64. Please use a shared library instead. Requested by: jhay, dd Tested by: Charles Swiger <cswiger@mac.com>, Tim Middleton <x@Vex.Net>
* - Update stackless_python to 2.3.3 as of 040225 and unmark BROKEN.perky2004-02-271-1/+2
| | | | - Set mutually exclusive confliction for {,stackless_}python.
* - Add a workaround for the net/straw port installation problemperky2004-02-241-1/+1
| | | | | | recently introduced by libpthread. The problem was that waitpid(2) raised EINTR but python's distutils didn't catch it correctly. - PORTREVISION is bumped to 2, subsequently.
* On ia64, libpython2.3 must be built with -fPIC as well. This unbreaksmarcel2004-02-161-1/+1
| | | | KDE (for example).
* - Use process scope threads instead of system scope to enable largeperky2004-02-091-0/+1
| | | | | | | | | | | | | amount of threads on -CURRENT libpthread by default. [1] - Merge bugfixes from python 2.3 maintenance branch: [2] o weakref object's garbage collection problem. o save unnecessary startup-time memory allocation of 100KB+ from intobject. - SIZEify. - Bump PORTREVISION subsequently. Advised by: eischen, julian [1] Obtained from: Python CVS [2]
* Fix builds for whom has VPATH on his/her environment variables.perky2003-12-281-0/+1
| | | | | PR: 57731 Reported by: bms
* - Update to Python-2.3.3perky2003-12-201-2/+4
| | | | | | - Pass PYTHON_VERSION variable to dependent builds. - Enable email package to use cjkcodecs. - Decrease default recursion limit to 900 on sparc64.
* Add fix for a fatal bug in type's GC handling causes segfaults.perky2003-11-211-1/+1
| | | | | | http://cvs.sourceforge.net/viewcvs.py/python/python/dist/src/Misc/NEWS?r1=1.831.4.75&r2=1.831.4.76&diff_format=u Obtained from: Python CVS
* - Include pyexpat module in python base ports because python incorporatedperky2003-11-041-1/+1
| | | | | | | | expat 1.95.6 in its distribution from Python-2.3. - Bump PORTREVISION subsequently. Requested by: Mike Brown <mike@skew.org> Jeremy Kloth <jeremy.kloth@fourthought.com>
* - Update lang/python-devel to Python-2.4 031022 snapshot.perky2003-10-291-4/+4
| | | | | | | | | | - 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]
* Add missed ossaudiodev.so into pkg-plist (only for x86, since I don't havesobomax2003-10-291-0/+1
| | | | | access to other arches yet), and enable it on freebsd5 (it's enabled on freebsd4 OOB).
* Don't use PYTHON_DISTFILE as well as PYTHON_WRKSRC on lang/python* portsperky2003-10-211-2/+2
| | | | | | | because it does not point the most recent version of each from ports/Mk/bsd.python.mk 1.38. Reported by: Andy Fawcett <andy@athame.co.uk>
* - Add WITHOUT_PYMALLOC knob that disables pymalloc, the internalperky2003-10-191-1/+5
| | | | | | | optimized heap manager for Python 2.3. [1] - Utilize PYTHON_SITE_SUBDIR. Submitted by: kuriyama [1]
* Add alpha to list of 64bit architectures. (This fixes packageperky2003-10-161-1/+1
| | | | | | building on alpha) Spotted by: kris
* Update to Python-2.3.2perky2003-10-041-2/+1
|
* - Install a 'real' shared object when BUILD_SHARED=yes. [1]perky2003-09-291-5/+6
| | | | | | | | | - Fix plist on 32bit architectures. - Bump PORTREVISION. PR: 57269 [1] Submitted by: Tim Middleton <x@Vex.Net> [1], Kostik I. Belousov <kostya@tessart.kiev.ua> [1]
* - Revive os.fsync function which is disabled by a typo of Python-2.3.1.perky2003-09-261-0/+1
| | | | | | - Bump PORTREVISION Obtained from: Python CVS
* Add notes about separated standard modules.perky2003-09-261-0/+2
|
* - Update to Python-2.3.1, the lastest Bugfix release.perky2003-09-241-2/+8
| | | | | | | - 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.
* BUILD_STATIC by default because it's better.perky2003-08-221-1/+2
| | | | (See http://mail.python.org/pipermail/python-dev/2003-August/037472.html)
* - Update to Python-2.3perky2003-07-311-17/+39
| | | | | | | - 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]
* Set per-thread stack size to 0x20000 (default) or 0x100000perky2003-07-091-1/+6
| | | | | | | | (WITH_HUGE_STACK_SIZE=yes). This will enable python2.2 to run Zope and its products. Requested by: dwhite Reviewed by: dwhite
* o Utilize MASTER_SITE_PYTHON.perky2003-07-041-4/+8
| | | | | | | | o Rename pydoc to pydoc${PORTVERSION} to avoid conflicts among these ports. (lang/python port keeps both of bin/pydoc and bin/pydoc2.2) o Set LATEST_LINK to ${PYTHON_VERSION:S/.//} except lang/python. Now, we can install all of these python versions together cleanly.
* Take maintainerships from alane's python ports.perky2003-06-091-1/+1
| | | | Rest in Peace, Alan.
* REST IN PEACEwill2003-06-081-1/+1
| | | | | | | | | Alan Eldridge Born December 15, 1961 in Iowa Died June 6, 2003 in Denver, Colorado Thank you for your contributions, you will be greatly missed.
* Update to 2.2.3perky2003-06-041-2/+1
| | | | | | PR: 52830 Submitted by: Chuck Swiger <chuck@pkix.net> (partly) Approved by: maintainer (implicitly)
* Destroy pkg-comment for some of the stranger uses in the tree,ade2003-03-061-0/+1
| | | | | | pending the final semi-automatic purge. Approved by: portmgr (implicitly)
* PORTREVSION => 2.alane2002-11-211-1/+1
| | | | | Fix error pointed out by tg@. Now just blow away the Tools subdir on uninstall in case something compiled that stuff.
* PORTREVISION => 1alane2002-11-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Added lotsa missing files to pllist. Added dl module for those who like to live dangerously (petef?). PR: Submitted by: Reviewed by: Approved by: Obtained from: MFC after: PR: Submitted by: Reviewed by: Approved by: Obtained from: MFC after: PR: Submitted by: Reviewed by: Approved by: Obtained from: MFC after:
* Simplified threads configuration.alane2002-11-211-3/+5
|
* Take over as maintainer since tg is taking a leave of absence from portalane2002-11-151-1/+1
| | | | maintenance.
* Upgrade to Python-2.2.2.perky2002-10-171-1/+1
| | | | Approved by: tg
* Use new PYTHONPREFIX_*DIR variables to make these ports PREFIX-clean.tg2002-06-141-6/+6
|
OpenPOWER on IntegriCloud