aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python20/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated ports: lang/python15 and lang/python20.perky2004-06-211-140/+0
|
* Mark DEPRECATED. These ports are quite old and useless in theseperky2004-04-181-0/+1
| | | | | | | days. They will be removed in June 18th. Suggested by: linimon No-objection from: python@
* 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
* Use the SORT macro from bsd.port.mk.trevor2004-01-221-1/+2
|
* - Update lang/python-devel to Python-2.4 031022 snapshot.perky2003-10-301-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]
* 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>
* Utilize PYTHON_SITE_SUBDIR.perky2003-10-191-1/+1
|
* - Remove somewhat buggy libc_r lackness detection. (at least for bento)perky2003-08-071-3/+2
| | | | | - Bump PORTREVISION to enable the thread support in the package building environments.
* o Utilize MASTER_SITE_PYTHON.perky2003-07-041-5/+3
| | | | | | | | 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.
* Clear moonlight beckons.ade2003-03-071-0/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Take over as maintainer since tg is taking a leave of absence from portalane2002-11-161-1/+1
| | | | maintenance.
* Backport fix for temporary file handling bug in os._execvpe() fromnectar2002-11-151-0/+1
| | | | | | Python 2.2.2. Not approved by: tg (short timeout)
* Use new PYTHONPREFIX_*DIR variables to make these ports PREFIX-clean.tg2002-06-141-4/+4
|
* Allow python?? ports to co-exist with lang/python.tg2002-04-161-6/+5
| | | | | PR: 36353 Submitted by: Alan Eldridge <ports@geeksrus.net>
* Add SourceForge as a well connected secondary MASTER_SITES location.tg2002-04-021-2/+4
| | | | Submitted by: "Jason R. Mastaler" <jason-dated-1018216403.d8ed28@mastaler.com>
* Upgrade to 2.0.1.tg2001-07-051-4/+4
|
* <expletive>tg2001-05-071-2/+3
| | | | | | | Un-break `make install'. PR: 27164 Submitted by: Patrick Li <pat@databits.net>
* Put examples into versioned directory to avoid clashes.tg2001-05-021-4/+4
|
* Add NO_LATEST_LINK.tg2001-05-021-0/+1
|
* -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-291-3/+16
|
* 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-181-13/+12
|
* 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-081-13/+20
|
* 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-241-5/+8
|
* move IPv6-enable python to python+ipv6 and revert origial pythonsumikawa2000-01-271-19/+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
|
* 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-131-2/+17
| | | | | | - 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-061-1/+5
| | | | | | | | | 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
|
* Fix package building when you're leaving out optional parts, like Tk.tg1999-07-151-3/+7
| | | | PR: 12648
* Install the contents of the Tools directory by default. This can betg1999-07-061-1/+12
| | | | | | turned off by specifying `WITH_TOOLS=NO' when building. PR: 12436
* 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-211-31/+13
| | | | * Remove python-beta
* Create lib/python1.5/site-packages directory on installation.nectar1999-04-091-1/+2
|
* Fix for building/packaging on FreeBSD 4.x.nectar1999-02-231-9/+16
|
* back to 1.5.1. Build is broken, but is ok since python 1.5.2b1 is in ↵thepish1999-02-181-3/+14
| | | | ports/lang/python-beta
* upgrade to 1.5.2b1 (fixes build problem along the way)thepish1999-02-161-15/+4
|
* Make sure PLIST is correct whether you have source or not. Add copyrightasami1998-12-021-2/+7
| | | | | | 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
|
* Fix up dependencies for ports that moved into the x11-toolkits category.asami1998-08-081-2/+2
|
* Include latest official patches.tg1998-07-281-5/+7
|
* 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-191-2/+3
|
* 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-031-3/+3
|
* Include latest official patches.tg1998-05-201-3/+5
|
* Don't throw away OS version number, some scripts need it. Pick uptg1998-05-071-3/+23
| | | | latest official patches while I'm here.
* Bring in latest official patches. Use `-pthread' to avoid linking withtg1998-05-051-5/+6
| | | | libc in the threaded interpreter.
* Add new official patches and activate the dl module.tg1998-04-291-3/+5
|
* Include official patches.tg1998-04-241-1/+6
|
* Upgrade to 1.5.1.tg1998-04-151-8/+5
|
* Use the combined set of patches.tg1998-04-091-7/+3
|
* Include official patches.tg1998-04-081-2/+9
|
* 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-271-3/+3
| | | | 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-061-18/+18
|
* Use an option to disable the Tk extension (WITH_TK). Don't usetg1997-11-241-6/+25
| | | | | | | 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-291-5/+10
|
* Fix tk-4.1 dependency. While I'm here, add libreadline support.tg1997-08-061-6/+6
|
* 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-141-12/+2
| | | | | | | | | - 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 virtual category 'tk41'.wosch1997-04-201-2/+2
|
* Use new libtix.tg1997-02-211-2/+2
|
* Compile in the PyTix extensions, now that we have Tix.tg1997-01-021-4/+16
| | | | 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-031-6/+6
| | | | 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-171-2/+2
| | | | Reviewed by: jkh
* Upgrade this port to use the latest tcl/tk.jkh1996-05-121-3/+3
| | | | Patches Submitted by: Soren Dayton <soren@ambiguity.i-2.com>
* Update to Python 1.3jkh1996-01-181-11/+18
| | | | 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! :)
* 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-091-0/+26