summaryrefslogtreecommitdiff
path: root/lang/python23/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Get rid python-2.3 and python-3.0 (no longer under developement)Martin Wilke2009-12-1813-1834/+0
| | | | | | | Reviewed by: alexbl, clsung, pav Notes: svn path=/head/; revision=246131
* - Fix zlib crash from zlib.decompressobj().flush(val)Martin Wilke2008-04-282-0/+27
| | | | | | | | | | | | | when val was not positive. It tried to allocate negative or zero memory. That fails. - Bump PORTREVISION PR: 123153 Submitted by: Nick Barkas <snb@threerings.net> Security: http://www.vuxml.org/freebsd/ec41c3e2-129c-11dd-bab7-0016179b2dd5.html Notes: svn path=/head/; revision=212137
* Update python23 to Python 2.3.6 and python24 to Python 2.4.5.Hye-Shik Chang2008-03-161-23/+0
| | | | Notes: svn path=/head/; revision=209145
* Add support for FreeBSD 8.Hye-Shik Chang2007-10-293-2/+540
| | | | | | | Obtained from: Python SVN (r58697, r58698) Notes: svn path=/head/; revision=202249
* - history_length conflicts with include/readline/history.h.Rong-En Fan2007-01-211-0/+44
| | | | | | | | | | | Similar fix is in 2.4 and above. This causes an incomplete pkg-plist with gcc 4.x + newer ncurses. PR: ports/108031 Approved by: alexbl Notes: svn path=/head/; revision=182904
* - Add support for FreeBSD 7Hye-Shik Chang2005-07-284-2/+575
| | | | | | | | | | | - Drop support for FreeBSD 3 - Fix fcntl.ioctl argument parsing to accept termios.TIOCGWINSZ. [1] Submitted by: jkim [1] Obtained from: Python CVS Notes: svn path=/head/; revision=140289
* - Update lang/python to 2.4 final release.Hye-Shik Chang2004-12-011-2/+11
| | | | | | | - Finish repocopy lang/python -> lang/python23 for Python 2.3.4 Notes: svn path=/head/; revision=122898
* - Add support for FreeBSD 6.Hye-Shik Chang2004-08-203-4/+538
| | | | | | | | | | - Remove support for FreeBSD 2. Spotted by: marcus, kris Obtained from: Python CVS Notes: svn path=/head/; revision=116861
* Use ${CC} instead of cc on dynamic linkings.Hye-Shik Chang2004-06-041-4/+13
| | | | | | | | PR: 67515 Submitted by: michael johnson <ahze@ahze.net> Notes: svn path=/head/; revision=110805
* - Update to Python 2.3.4.Hye-Shik Chang2004-05-273-85/+0
| | | | | | | | - Test WITHOUT_* instead of WITH_* for values which are on by default so that package build clusters detect correctly. Notes: svn path=/head/; revision=110139
* Fixed a bug where the configure script couldn't detect getaddrinfo()Hye-Shik Chang2004-04-141-1/+9
| | | | | | | | | properly if the KAME stack had SCTP support. Submitted by: suz Notes: svn path=/head/; revision=106995
* - Add a workaround for the net/straw port installation problemHye-Shik Chang2004-02-241-0/+17
| | | | | | | | | 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. Notes: svn path=/head/; revision=101946
* - Use process scope threads instead of system scope to enable largeHye-Shik Chang2004-02-093-9/+95
| | | | | | | | | | | | | | | | 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] Notes: svn path=/head/; revision=100480
* - Update to Python-2.3.3Hye-Shik Chang2003-12-207-506/+37
| | | | | | | | | - Pass PYTHON_VERSION variable to dependent builds. - Enable email package to use cjkcodecs. - Decrease default recursion limit to 900 on sparc64. Notes: svn path=/head/; revision=96254
* Add fix for a fatal bug in type's GC handling causes segfaults.Hye-Shik Chang2003-11-214-0/+487
| | | | | | | | | 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 Notes: svn path=/head/; revision=94597
* Ignore syntax errors on compiling 3rd party packages.Hye-Shik Chang2003-11-151-0/+16
| | | | | | | Tested by: Lee Harr <missive@hotmail.com> Notes: svn path=/head/; revision=94043
* - Include pyexpat module in python base ports because python incorporatedHye-Shik Chang2003-11-041-6/+3
| | | | | | | | | | | 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> Notes: svn path=/head/; revision=93094
* Add missed ossaudiodev.so into pkg-plist (only for x86, since I don't haveMaxim Sobolev2003-10-291-2/+14
| | | | | | | | access to other arches yet), and enable it on freebsd5 (it's enabled on freebsd4 OOB). Notes: svn path=/head/; revision=92591
* Update to Python-2.3.2Hye-Shik Chang2003-10-042-29/+9
| | | | Notes: svn path=/head/; revision=90205
* - Install a 'real' shared object when BUILD_SHARED=yes. [1]Hye-Shik Chang2003-09-291-2/+11
| | | | | | | | | | | | - 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] Notes: svn path=/head/; revision=89785
* Use smaller recursion limits on amd64 and sparc64 to avoidHye-Shik Chang2003-09-271-0/+19
| | | | | | | | | stack overflows. Tested on: sledge, panther Notes: svn path=/head/; revision=89577
* - Revive os.fsync function which is disabled by a typo of Python-2.3.1.Hye-Shik Chang2003-09-262-4/+24
| | | | | | | | | - Bump PORTREVISION Obtained from: Python CVS Notes: svn path=/head/; revision=89462
* - Update to Python-2.3.1, the lastest Bugfix release.Hye-Shik Chang2003-09-241-12/+0
| | | | | | | | | | - 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. Notes: svn path=/head/; revision=89191
* - Update to Python-2.3Hye-Shik Chang2003-07-312-7/+22
| | | | | | | | | | - 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] Notes: svn path=/head/; revision=86069
* PORTREVISION => 1Alan Eldridge2002-11-211-0/+12
| | | | | | | | | | | | | | | | | | | | | | 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: Notes: svn path=/head/; revision=70679
* Upgrade to Python-2.2.2.Hye-Shik Chang2002-10-172-24/+0
| | | | | | | Approved by: tg Notes: svn path=/head/; revision=68198
* Add patch from SF PR #541980. This fixes 4suite.Thomas Gellekum2002-04-171-0/+14
| | | | | | | Submitted by: nectar Notes: svn path=/head/; revision=57801
* Upgrade to Python-2.2.Thomas Gellekum2002-04-121-56/+0
| | | | | | | | PR: 36977 Submitted by: Hye-Shik Chang <perky@fallin.lv> Notes: svn path=/head/; revision=57615
* Fix sizeof(wchar_t) calculation.Thomas Gellekum2002-01-211-0/+10
| | | | Notes: svn path=/head/; revision=53452
* Implement PyObject_DelItemString(), which was obviously forgotten forThomas Gellekum2002-01-161-0/+56
| | | | | | | | | | | Python-2.2. This will fix at least the metakit port. Bump PORTREVISION. Obtained from: Python CVS tree Notes: svn path=/head/; revision=53162
* Upgrade lang/python to 2.2. Adjust bsd.python.mk accordingly.Thomas Gellekum2002-01-071-11/+0
| | | | | | | | | | PR: 33444 Submitted by: Hye-Shik Chang <perky@fallin.lv> Add new MD5 to dependent ports. Notes: svn path=/head/; revision=52711
* Don't build mpz extension, it's moved to a separate port.Thomas Gellekum2001-10-191-1/+1
| | | | Notes: svn path=/head/; revision=48936
* Upgrade to 2.1.Thomas Gellekum2001-05-026-510/+11
| | | | Notes: svn path=/head/; revision=42158
* Fix building on -current.Thomas Gellekum2001-04-261-0/+38
| | | | | | | | PR: 26778 Obtained from: Python CVS Notes: svn path=/head/; revision=41916
* Upgrade to 2.0.Thomas Gellekum2000-10-183-105/+79
| | | | Notes: svn path=/head/; revision=33960
* Upgrade to 1.6.Thomas Gellekum2000-09-084-11/+83
| | | | Notes: svn path=/head/; revision=32431
* Don't create group-writable directories.Thomas Gellekum2000-08-141-5/+12
| | | | | | | Submitted by: jedgar Notes: svn path=/head/; revision=31640
* Add the SHA module to the build.Thomas Gellekum1999-07-281-1/+7
| | | | Notes: svn path=/head/; revision=20371
* Link some modules against libmytinfo to pick up a working tputs().Thomas Gellekum1999-06-181-2/+2
| | | | | | | Noticed by: Klaus-Jürgen Wolf <kjwolf@online.de> Notes: svn path=/head/; revision=19544
* Enable the parser module.Thomas Gellekum1999-05-211-1/+1
| | | | | | | Submitted by: nectar Notes: svn path=/head/; revision=18916
* * Update python 1.5.1 -> 1.5.2Jacques Vidrine1999-04-211-3/+3
| | | | | | | * Remove python-beta Notes: svn path=/head/; revision=18042
* Activate some modules needed for zope (www.zope.com).Thomas Gellekum1999-03-101-3/+3
| | | | | | | Submitted by: jkoshy Notes: svn path=/head/; revision=17130
* Add new official patches and activate the dl module.Thomas Gellekum1998-04-291-1/+1
| | | | Notes: svn path=/head/; revision=10753
* Upgrade to 1.5.1.Thomas Gellekum1998-04-151-9/+23
| | | | Notes: svn path=/head/; revision=10520
* Use tk80, not an unsupported alpha version of tk81.Thomas Gellekum1998-02-271-1/+1
| | | | | | | Include locale module. Notes: svn path=/head/; revision=9953
* Upgrade to 1.5.Thomas Gellekum1998-01-063-56/+131
| | | | Notes: svn path=/head/; revision=9280
* Use an option to disable the Tk extension (WITH_TK). Don't useThomas Gellekum1997-11-241-2/+2
| | | | | | | | | | libc_r if we're not building the thread module. Respect options given in the environment. The defaults (build with Tk and thread support) don't change. Notes: svn path=/head/; revision=8799
* Use tk-8.0. Minor makefile cleanups. Add some `@dirrm's in PLIST.Thomas Gellekum1997-08-291-1/+1
| | | | Notes: svn path=/head/; revision=7719
* Fix tk-4.1 dependency. While I'm here, add libreadline support.Thomas Gellekum1997-08-061-1/+1
| | | | Notes: svn path=/head/; revision=7490
* Some reorganization of this port:Thomas Gellekum1997-05-142-9/+6
| | | | | | | | | | | | - build some modules as shared objects, reducing the interpreter's size and removing the dependency on tix - install shared objects in lib - remove version number from OS-dependent script dir A new port of PyTix will follow shortly. Notes: svn path=/head/; revision=6447