aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python24
Commit message (Collapse)AuthorAgeFilesLines
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav)
* - s/PORTREVSION/PORTREVISION/miwi2008-04-301-1/+1
| | | | Submitted by: Uwe Doering <gemini@geminix.org>
* - Fix zlib crash from zlib.decompressobj().flush(val)miwi2008-04-283-0/+28
| | | | | | | | | | 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
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-1/+1
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* Update python23 to Python 2.3.6 and python24 to Python 2.4.5.perky2008-03-163-6/+4
|
* Add support for FreeBSD 8.perky2007-10-293-14/+596
| | | | Obtained from: Python SVN (r58697, r58698)
* Remove support for OSVERSION < 5edwin2007-10-041-4/+2
|
* - Make Python 2.5.1 the default Python versionalexbl2007-07-303-21/+48
| | | | | | | | | | - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav
* - Force setup.py picks up readline and ncurses from base. This fixes buildrafan2007-02-281-2/+27
| | | | | | | | | when devel/ncurses installed. - Similar to python24, don't pick up ncursesw in python25. This results in both ncurses are linked into _curses.so Tested by: krion Approved by: alexbl (python@)
* Update to Python 2.4.4.delphij2007-02-145-82/+16
| | | | | | Approved by: maintainer timeout, alexbl (python@) Tested by: pointyhat PR: ports/105901
* Revert the default version of Python to 2.4 for the ports freezeperky2006-10-133-13/+10
| | | | | | | | | period. Python 2.5 brought a vast range of incompatibility to a large number of ports, so the python@ team will do more basic compatibility work in a private repository and merge it later. Sorry for the inconvenience. Approved by: portmgr (kris)
* - Update the main python version to 2.5.perky2006-10-094-94/+20
| | | | | | | | | | | - Now, lang/python is just a meta-port which depends on lang/python25. - And all versions of Python ports have short version identifier in its package name; python25-2.5, python24-2.4.3 and etc. - Also you must upgrade all python modules after lang/python updated, cd /usr/ports/lang/python && make upgrade-site-packages - Give maintainership of Python ports to the new python@ group which includes me, alexbl@ and others.
* Fix buffer overrun when performing repr() on a unicode string in a buildsimon2006-10-082-0/+68
| | | | | | | | with wide unicode (UCS-4) support. Obtained from: Python SVN (#51466) Security: CVE-2006-4980 With hat: secteam
* Add a checksum for 2.5c2 and remove checksums for old beta releases.perky2006-09-141-6/+3
|
* Avoid to use "ncursesw" which causes segfault when the system hasperky2006-08-121-2/+20
| | | | | | | | | | devel/ncurses installed due to a shared library collision between a base ncurses from libreadline dependency and a local ncurses from libncursesw dependency. PR: 99496 Submitted by: rachid achellal <rachid@in.nl>, Xiao-Yong Jin <xj2106@columbia.edu>
* Add checksums for Python 2.5b3 and remove old checksums for pre-alphaperky2006-08-041-9/+3
| | | | versions.
* Add a checksum for Python 2.5b1perky2006-06-231-0/+3
|
* [PATCH] lang/python: Some portlint fixesedwin2006-05-141-3/+3
| | | | | | | | - Fix tab/space issues PR: ports/95779 Submitted by: Alexander Botero-Lowry <alex@foxybanana.com> Approved by: maintainer timeout
* Remove USE_REINPLACE from the categories starting with Ledwin2006-05-101-1/+0
|
* Update to Python 2.4.3.perky2006-03-304-2938/+1228
|
* Add a checksum for Python 2.5.a0.20060326perky2006-03-261-0/+3
|
* SHA256ify (approved by krion@)edwin2006-02-011-11/+41
|
* Add a CONFLICT to lang/python-mode.el.perky2005-11-021-0/+1
|
* Bring a bugfix enabling WITHOUT_THREADS build again.perky2005-10-041-0/+27
| | | | | Requested by: Mike Harding <mvh@ix.netcom.com> Obtained from: Python CVS
* - Update to Python 2.4.2. [1]perky2005-10-025-55/+19
| | | | | | | | | | | | | | | - Allow to override a command passing to distutils using PYDISTUTILS_{CONFIGURE,BUILD,INSTALL}_TARGET [2] - Allow to specify BUILD/RUN dependency separatedly. [3] - Replace shell executions with regex replacement on bsd.python.mk. [3] - Remove thread serialization from socket.getaddrinfo() on FreeBSD 5.3 and later versions because we've got thread-safe implementation. [4] - Add a workaround to avoid curses.h problem of FreeBSD base. PR: 86685 [1] Submitted by: Soeren Straarup <xride@x12.dk> [1], lioux [2], vsevolod [3], sobomax [4] Obtained from: Python CVS [4]
* Add checksum for 2.5.a0.20050728 snapshot.perky2005-07-281-0/+2
|
* Fix fcntl.ioctl argument parsing to accept termios.TIOCGWINSZ.perky2005-07-282-1/+36
| | | | | Submitted by: jkim Obtained from: Python CVS
* Backport support for FreeBSD 7 and drop support for FreeBSD 3.perky2005-07-183-20/+644
| | | | | | | Fixes for other versions of python will be followed tomorrow. Submitted by: nork Obtained from: Python CVS
* - Disable "fpectl" base module on non-i386 platforms to fix buildperky2005-06-191-2/+7
| | | | | | | | | on the recent -CURRENT i386 base. [1] - Fix package build on NO_NIS base. [2] PR: 81806 [1] Submitted by: Li-Lun Wang (Leland Wang) <llwang@infor.org> [1], ache [2]
* - Make FPECTL support optional and turn it off by default becauseperky2005-05-122-2/+20
| | | | | | | | | the feature brings huge overheads for floating point arithmetics and integer divisions. [1] - Fix plist - Bump PORTREVISION Requested by: Ewan Todd <ewan@mathcode.net> [1]
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* Update to Python 2.4.1perky2005-04-035-127/+43
|
* Fix package building on non-i386 platforms by unrestrict `audioop`perky2005-03-291-1/+1
| | | | | | module for them in plist. Approved by: portmgr (kris)
* Unbreak package building on ia64, alpha, amd64 and sparc64 byperky2005-03-231-1/+1
| | | | | | adding ossaudiodev module to their plists, either. Approved by: portmgr (kris)
* Add checksum info for Python 2.3.5.perky2005-03-211-0/+2
|
* Add a patch from PSF-2005-001 which fixes SimpleXMLRPCServerperky2005-02-042-0/+126
| | | | | | | | | | vulnerability. PR: 77078 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Security: CAN-2005-0089 Security: http://www.vuxml.org/freebsd/6afa87d3-764b-11d9-b0e7-0000e249a0a2.html Security: SimpleXMLRPCServer.py allows unrestricted traversal
* Resurrect lang/python-devel port with Python 2.5 development snapshotperky2005-01-291-2/+2
| | | | as of today.
* Add new utility target named 'upgrade-site-packages' to upgradeperky2004-12-061-0/+22
| | | | site-packages which was built on previous version of python.
* mpz module is deprecated since Python 2.2 and removed in Python 2.4.perky2004-12-021-1/+0
|
* - Update lang/python to 2.4 final release.perky2004-12-0111-700/+334
| | | | - Finish repocopy lang/python -> lang/python23 for Python 2.3.4
* - Update python-devel to 2.4c1perky2004-11-211-2/+2
|
* farewell to libxpg4.sf2004-11-151-7/+0
|
* Add checksum for Python-2.4b2.perky2004-11-071-2/+2
|
* Add distinfo for Python-2.4a3perky2004-09-041-4/+2
|
* Fix package build on 4-STABLE.perky2004-08-211-1/+1
| | | | Submitted by: kstewart <kstewart@owt.com>
* - Add support for FreeBSD 6.perky2004-08-215-16/+552
| | | | | | | - Remove support for FreeBSD 2. Spotted by: marcus, kris Obtained from: Python CVS
* - Allow to disable IPv6 support [1]perky2004-08-072-2/+5
| | | | | | | - 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-101-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
* The tarball for Python 2.4a1 is renamed in the site.perky2004-07-101-2/+2
|
* Add checksum info for 2.4a1.perky2004-07-081-1/+2
|
* Fix comment.perky2004-06-281-1/+1
| | | | Submitted by: fjoe
* Use ${CC} instead of cc on dynamic linkings.perky2004-06-041-4/+13
| | | | | PR: 67515 Submitted by: michael johnson <ahze@ahze.net>
* - Update to Python 2.3.4.perky2004-05-276-91/+7
| | | | | - 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-142-2/+10
| | | | | | 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-112-2/+4
| | | | - Add checksum for Python-2.4.a0.20040311
* Create a symbolic link to lib/python2.3.so on lib/python2.3/config/perky2004-03-092-1/+3
| | | | | | for seamless upgrade from a static library. Suggested by: dd
* Build and install a shared library and its frontend besides static oneperky2004-03-082-20/+51
| | | | | | | | | | | 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-242-1/+18
| | | | | | 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-171-1/+1
| | | | KDE (for example).
* - Use process scope threads instead of system scope to enable largeperky2004-02-095-9/+97
| | | | | | | | | | | | | 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]
* Add checksum entry for Python 2.4 040106.perky2004-01-091-0/+1
|
* 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-209-508/+42
| | | | | | - Pass PYTHON_VERSION variable to dependent builds. - Enable email package to use cjkcodecs. - Decrease default recursion limit to 900 on sparc64.
* Add WWW.demon2003-12-041-0/+2
| | | | Approved by: maintainer
* Add fix for a fatal bug in type's GC handling causes segfaults.perky2003-11-215-1/+488
| | | | | | 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
* Ignore syntax errors on compiling 3rd party packages.perky2003-11-161-0/+16
| | | | Tested by: Lee Harr <missive@hotmail.com>
* Clarify a sentence on pkg-message.perky2003-11-131-1/+1
| | | | | PR: 59196 Submitted by: Linh Pham <question@closedsrc.org>
* - Include pyexpat module in python base ports because python incorporatedperky2003-11-054-8/+5
| | | | | | | | 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-303-6/+6
| | | | | | | | | | - 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-303-2/+16
| | | | | 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-221-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-044-31/+11
|
* - Install a 'real' shared object when BUILD_SHARED=yes. [1]perky2003-09-293-7/+19
| | | | | | | | | - 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]
* Use smaller recursion limits on amd64 and sparc64 to avoidperky2003-09-281-0/+19
| | | | | | stack overflows. Tested on: sledge, panther
* - Revive os.fsync function which is disabled by a typo of Python-2.3.1.perky2003-09-273-4/+25
| | | | | | - Bump PORTREVISION Obtained from: Python CVS
* Add notes about separated standard modules.perky2003-09-262-0/+14
|
* - Update to Python-2.3.1, the lastest Bugfix release.perky2003-09-243-14/+9
| | | | | | | - 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)
* Add md5 digest for python 2.4a0.20030801perky2003-08-011-0/+1
|
* - Update to Python-2.3perky2003-08-015-451/+882
| | | | | | | - 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-042-4/+9
| | | | | | | | 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-091-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-043-4/+62
| | | | | | 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-072-1/+1
| | | | | | pending the final semi-automatic purge. Approved by: portmgr (implicitly)
* PORTREVSION => 2.alane2002-11-222-170/+2
| | | | | Fix error pointed out by tg@. Now just blow away the Tools subdir on uninstall in case something compiled that stuff.
* PORTREVISION => 1alane2002-11-221-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:
* PORTREVISION => 1alane2002-11-222-2/+168
| | | | | | | | | | | | | | | | | | | | | | | | | | 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-161-1/+1
| | | | maintenance.
* Upgrade to Python-2.2.2.perky2002-10-175-30/+44
| | | | Approved by: tg
* Use new PYTHONPREFIX_*DIR variables to make these ports PREFIX-clean.tg2002-06-141-6/+6
|
* Fix building on the Alpha.tg2002-05-162-4/+10
| | | | Submitted by: gallatin
* Add patch from SF PR #541980. This fixes 4suite.tg2002-04-171-0/+14
| | | | Submitted by: nectar
* Upgrade to Python-2.2.tg2002-04-124-64/+6
| | | | | PR: 36977 Submitted by: Hye-Shik Chang <perky@fallin.lv>
* Add SourceForge as a well connected secondary MASTER_SITES location.tg2002-04-021-0/+2
| | | | Submitted by: "Jason R. Mastaler" <jason-dated-1018216403.d8ed28@mastaler.com>
* Explicitly enable IPv6 support.tg2002-04-021-2/+8
| | | | Submitted by: sumikawa
* Fix sizeof(wchar_t) calculation.tg2002-01-211-0/+10
|
* Implement PyObject_DelItemString(), which was obviously forgotten fortg2002-01-162-0/+57
| | | | | | | | Python-2.2. This will fix at least the metakit port. Bump PORTREVISION. Obtained from: Python CVS tree
* Upgrade lang/python to 2.2. Adjust bsd.python.mk accordingly.tg2002-01-074-134/+346
| | | | | | | PR: 33444 Submitted by: Hye-Shik Chang <perky@fallin.lv> Add new MD5 to dependent ports.
* Re-add fpectl.so to the plist to fix packaging. Re-enable supporttg2001-11-202-2/+2
| | | | | | for it in the python binary. Noticed by: will
* Don't build mpz extension, it's moved to a separate port.tg2001-10-193-10/+3
|
* Depend on math/libgmp when running a recent -current.tg2001-09-251-0/+6
|
* Upgrade to 2.1.1.tg2001-07-253-2/+10
|
* Upgrade to 2.1.tg2001-05-0212-1169/+876
|
* Fix building on -current.tg2001-04-261-0/+38
| | | | | PR: 26778 Obtained from: Python CVS
* -pthread --> ${PTHREAD_LIBS}sobomax2001-03-301-2/+2
| | | | | | | -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly.
* Allow MAINTAINER to be redefined in a slave port.sobomax2001-03-291-1/+1
|
* MASTER_SITE changed.tg2000-12-071-1/+2
| | | | Submitted by: sobomax
* Install Demo/ dir to $PREFIX/share/examples/python.tg2000-11-292-3/+325
|
* Fix compilation on FreeBSD-3.x.tg2000-11-131-0/+6
| | | | | PR: 22226 Reviewed by: Alan Bawden <Alan@LCS.MIT.EDU>
* Upgrade to 2.0.tg2000-10-187-133/+302
|
* Rename PLIST.{Tools,gmp} to pkg-plist.{Tools,gmp}.asami2000-10-081-3/+3
|
* Use USE_PYTHON.tg2000-09-281-0/+1
|
* Upgrade to 1.6.tg2000-09-089-1239/+1726
|
* Don't create group-writable directories.tg2000-08-141-5/+12
| | | | Submitted by: jedgar
* Clarify comment even further.tg2000-07-281-1/+1
|
* - Clarify comment on thread support.tg2000-07-271-6/+10
| | | | | | - Don't link against libxpg4 on newer systems. - Remove last remnants of Tkinter support, it's all in x11-toolkits/py-tkinter.
* Standardize all user defined options to the booleans WITH_FOO andreg2000-04-171-5/+3
| | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports
* Convert to the PORTNAME - PORTVERSION syntax.obrien2000-04-121-3/+3
|
* Separate the Python Tk module from the main port. I've beentg2000-04-041-15/+1
| | | | | | | wanting do to this for a long time now. Now we got rid of the stupid dependency on Tcl/Tk and save some checks in python's makefile. Update the dependent ports accordingly.
* Fix packaging on -current.tg2000-03-242-5/+22
|
* move IPv6-enable python to python+ipv6 and revert origial pythonsumikawa2000-01-273-21/+3
| | | | | | | | | | | to before IPv6. Since IPv6-enable python make bigger the size of sockaddr, some of scripts are affected. I maintain python+ipv6 separately to minimize impact for users. It will be removed when IPv6 patches are merged into original distribution, such as ruby. Repositry copied by: asami
* Add 'ipv6' on CATEGORIES.sumikawa2000-01-181-1/+1
|
* Oops, forgot to update the checksum file.tg2000-01-181-2/+2
|
* On second thought, put back DIST_SUBDIR. It's not only used for thetg2000-01-181-0/+1
| | | | | Python distribution but also for the docs and some other packages with rather generic names.
* - Support IPv6.sumikawa2000-01-133-3/+20
| | | | | | - remove DIST_SUBDIR since there are 2 distfiles on this port anymore. Reviewed by: tg(maintainer)
* s/X11_BASE/X11BASE/.tg2000-01-101-1/+1
|
* - Install python-mode.el.tg2000-01-062-1/+7
| | | | | | | | | PR: 15702 Submitted by: "Dmitry S. Sivachenko" <dima@Chg.RU> - Only use Tk support if X11 is installed. PR: 15910 Submitted by: Nathan Dorfman <nathan@rtfm.net>
* Use Tk-8.2.tg1999-11-031-2/+2
| | | | Submitted by: Ade Lovett <ade@lovett.com>
* Link against libxpg4.tg1999-10-271-1/+1
| | | | | | Submitted by: foxfair Promote LDFLAGS in the installed setup.
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Add the SHA module to the build.tg1999-07-282-1/+8
|
* Fix package building when you're leaving out optional parts, like Tk.tg1999-07-154-207/+211
| | | | PR: 12648
* Install the contents of the Tools directory by default. This can betg1999-07-062-1/+215
| | | | | | turned off by specifying `WITH_TOOLS=NO' when building. PR: 12436
* Commit #3/4 to enforce caps, no period.hoek1999-06-271-1/+1
| | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s
* Link some modules against libmytinfo to pick up a working tputs().tg1999-06-181-2/+2
| | | | Noticed by: Klaus-Jürgen Wolf <kjwolf@online.de>
* Enable the parser module.tg1999-05-212-1/+2
| | | | Submitted by: nectar
* Better support for local $CFLAGS.tg1999-05-191-3/+3
|
* Remove ``NO_LATEST_LINK''nectar1999-04-221-2/+1
| | | | Approved by: Maintainer <tg@FreeBSD.ORG>
* * Update python 1.5.1 -> 1.5.2nectar1999-04-214-85/+107
| | | | * Remove python-beta
* Create lib/python1.5/site-packages directory on installation.nectar1999-04-092-1/+4
|
* Activate some modules needed for zope (www.zope.com).tg1999-03-111-3/+3
| | | | Submitted by: jkoshy
* Fix for building/packaging on FreeBSD 4.x.nectar1999-02-232-9/+29
|
* Distribution file pyth151.tgz checksum changed.nectar1999-02-231-1/+1
|
* back to 1.5.1. Build is broken, but is ok since python 1.5.2b1 is in ↵thepish1999-02-182-4/+43
| | | | ports/lang/python-beta
* upgrade to 1.5.2b1 (fixes build problem along the way)thepish1999-02-162-44/+5
|
* Make sure PLIST is correct whether you have source or not. Add copyrightasami1998-12-022-3/+9
| | | | | | file. Add "|| true" to end of != grep command line to avoid warnings. Submitted by: tg
* Use bsd.port.{pre,post}.mk. Either use them to avoid having to defineasami1998-11-111-9/+8
| | | | | | | | something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after .include <bsd.port.mk> to before. (This is not by any means the complete list but just the ones I've noticed recently.)
* Support dynamic loading of modules in an ELF world.tg1998-10-061-2/+8
| | | | Submitted by: Vladimir Kushnir <kushn@mail.kar.net>
* tk80 has been ELFized.asami1998-09-251-2/+2
|
* The first time I tried committing this set of manpage removals it gothoek1998-08-191-1/+0
| | | | | | | | all the way to diffing yorick/pkg/PLIST and then died with a "bad hostname freefall.freebsd.org" .... Hopefully that's not bad... ;-) Hmm.. Maybe I'll try doing this from beast, next! kickme's a boring machine, and bento is busy.
* Fix up dependencies for ports that moved into the x11-toolkits category.asami1998-08-081-2/+2
|
* Include latest official patches.tg1998-07-282-5/+12
|
* Use ldconfig to check for libc_r, not an absolute path. Thread supporttg1998-07-231-2/+3
| | | | | | should now be compiled in on -current. Suggested by: Jacques Vidrine
* Add virtual category "python".tg1998-06-251-2/+2
| | | | pygist: add dependency on rng.
* Pick up latest official patches.tg1998-06-192-3/+6
|
* plat-freebsd3 doesn't have a regen script.tg1998-06-051-5/+1
| | | | Noticed by: Gianmarco Giovannelli <gmarco@scotty.masternet.it>
* Add latest official patches.tg1998-06-032-3/+4
|
* Include latest official patches.tg1998-05-202-3/+10
|
* Don't throw away OS version number, some scripts need it. Pick uptg1998-05-073-18/+54
| | | | latest official patches while I'm here.
* Bring in latest official patches. Use `-pthread' to avoid linking withtg1998-05-052-5/+9
| | | | libc in the threaded interpreter.
* Add new official patches and activate the dl module.tg1998-04-294-4/+10
|
* Include official patches.tg1998-04-242-2/+14
|
* Upgrade to 1.5.1.tg1998-04-154-49/+54
|
* Use the combined set of patches.tg1998-04-092-26/+4
|
* Include official patches.tg1998-04-082-3/+29
|
* Use -D_THREAD_SAFE when compiling the threaded version.tg1998-03-031-1/+2
|
* Use tk80, not an unsupported alpha version of tk81.tg1998-02-272-4/+4
| | | | Include locale module.
* Upgrade to use tcl8.1 and tk8.1.jseger1998-02-251-3/+3
|
* Make python work with threads again. Looks like our libc_r implementstg1998-01-071-4/+3
| | | | an older draft of the pthread standard.
* Upgrade to 1.5.tg1998-01-066-561/+1051
|
* Use an option to disable the Tk extension (WITH_TK). Don't usetg1997-11-242-8/+27
| | | | | | | 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.
* Use tk-8.0. Minor makefile cleanups. Add some `@dirrm's in PLIST.tg1997-08-294-7/+22
|
* Fix tk-4.1 dependency. While I'm here, add libreadline support.tg1997-08-062-7/+7
|
* Compile with thread support, if libc_r exists and WITH_THREADS is set.tg1997-06-021-2/+14
| | | | Submitted by: Peter Haight <peterh@prognet.com>
* Some reorganization of this port:tg1997-05-144-357/+359
| | | | | | | | | - 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.
* Add NumPy to default search path.tg1997-05-051-1/+1
|
* Add virtual category 'tk41'.wosch1997-04-201-2/+2
|
* Use new libtix.tg1997-02-212-3/+3
|
* Install config.h, so compiling extensions from C sourcestg1997-02-062-25/+24
| | | | actually works.
* Compile in the PyTix extensions, now that we have Tix.tg1997-01-024-5/+22
| | | | Change MAINTAINER from jkh to tg. OK'd by: Jordan.
* Converted to MAN[1-9NL]obrien1996-11-171-4/+2
|
* CATAGORIES+= -> CATAGORIES=obrien1996-11-121-3/+3
| | | | | Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
* Update to version 1.4jkh1996-11-035-588/+515
| | | | Submitted-By: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
* Remove LIB_DEPENDS on tcl75, it seems to compile and run fine usingasami1996-10-151-3/+2
| | | | the tcl library in /usr/lib.
* Make python install include files.chuckr1996-08-172-3/+60
| | | | Reviewed by: jkh
* Upgrade this port to use the latest tcl/tk.jkh1996-05-122-4/+4
| | | | Patches Submitted by: Soren Dayton <soren@ambiguity.i-2.com>
* Ah, missed the extra patches. Also revert PLIST to use share instead of libjkh1996-01-181-475/+475
| | | | again.
* share -> lib; thanks, Satoshi!jkh1996-01-181-475/+475
|
* Update to Python 1.3jkh1996-01-184-453/+548
| | | | Submitted by: tg
* Change category nome from "languages" to "lang". Also remove "programming"asami1995-11-221-2/+2
| | | | which appeared in some of them, everything here is a programming language! :)
* Shorten the comments.jkh1995-10-301-1/+1
|
* List all files in lib/python, plus one @exec/unexec mkdir/rmdir pairasami1995-08-091-1/+431
| | | | for an empty directory.
* A little cleanup, move things around to correct order, putasami1995-08-091-3/+5
| | | | | MAINTAINER=jkh@freebsd.org in a separate line so that people know who to yell at, etc.
* The Python programming language.jkh1995-08-097-0/+325