summaryrefslogtreecommitdiff
path: root/lang/python27/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'RELEASE_4_6_1'.release/4.6.1cvs2svn2002-08-101-104/+0
| | | | | Notes: svn path=/head/; revision=64310 svn path=/tags/RELEASE_4_6_1/; revision=64311; tag=release/4.6.1
* Fix building on the Alpha.Thomas Gellekum2002-05-161-0/+6
| | | | | | | Submitted by: gallatin Notes: svn path=/head/; revision=59259
* Upgrade to Python-2.2.Thomas Gellekum2002-04-121-2/+1
| | | | | | | | PR: 36977 Submitted by: Hye-Shik Chang <perky@fallin.lv> Notes: svn path=/head/; revision=57615
* Add SourceForge as a well connected secondary MASTER_SITES location.Thomas Gellekum2002-04-021-0/+2
| | | | | | | Submitted by: "Jason R. Mastaler" <jason-dated-1018216403.d8ed28@mastaler.com> Notes: svn path=/head/; revision=57192
* Explicitly enable IPv6 support.Thomas Gellekum2002-04-021-2/+8
| | | | | | | Submitted by: sumikawa Notes: svn path=/head/; revision=57191
* Implement PyObject_DelItemString(), which was obviously forgotten forThomas Gellekum2002-01-161-0/+1
| | | | | | | | | | | 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-3/+3
| | | | | | | | | | PR: 33444 Submitted by: Hye-Shik Chang <perky@fallin.lv> Add new MD5 to dependent ports. Notes: svn path=/head/; revision=52711
* Re-add fpectl.so to the plist to fix packaging. Re-enable supportThomas Gellekum2001-11-201-1/+1
| | | | | | | | | for it in the python binary. Noticed by: will Notes: svn path=/head/; revision=50256
* Don't build mpz extension, it's moved to a separate port.Thomas Gellekum2001-10-191-7/+1
| | | | Notes: svn path=/head/; revision=48936
* Depend on math/libgmp when running a recent -current.Thomas Gellekum2001-09-251-0/+6
| | | | Notes: svn path=/head/; revision=48185
* Upgrade to 2.1.1.Thomas Gellekum2001-07-251-1/+1
| | | | Notes: svn path=/head/; revision=45469
* Upgrade to 2.1.Thomas Gellekum2001-05-021-57/+11
| | | | Notes: svn path=/head/; revision=42158
* -pthread --> ${PTHREAD_LIBS}Maxim Sobolev2001-03-291-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. Notes: svn path=/head/; revision=40539
* Allow MAINTAINER to be redefined in a slave port.Maxim Sobolev2001-03-291-1/+1
| | | | Notes: svn path=/head/; revision=40518
* MASTER_SITE changed.Thomas Gellekum2000-12-071-1/+2
| | | | | | | Submitted by: sobomax Notes: svn path=/head/; revision=35742
* Install Demo/ dir to $PREFIX/share/examples/python.Thomas Gellekum2000-11-291-3/+16
| | | | Notes: svn path=/head/; revision=35509
* Fix compilation on FreeBSD-3.x.Thomas Gellekum2000-11-131-0/+6
| | | | | | | | PR: 22226 Reviewed by: Alan Bawden <Alan@LCS.MIT.EDU> Notes: svn path=/head/; revision=35076
* Upgrade to 2.0.Thomas Gellekum2000-10-181-13/+12
| | | | Notes: svn path=/head/; revision=33960
* Rename PLIST.{Tools,gmp} to pkg-plist.{Tools,gmp}.Satoshi Asami2000-10-081-3/+3
| | | | Notes: svn path=/head/; revision=33522
* Use USE_PYTHON.Thomas Gellekum2000-09-281-0/+1
| | | | Notes: svn path=/head/; revision=33207
* Upgrade to 1.6.Thomas Gellekum2000-09-081-13/+20
| | | | Notes: svn path=/head/; revision=32431
* Clarify comment even further.Thomas Gellekum2000-07-281-1/+1
| | | | Notes: svn path=/head/; revision=31081
* - Clarify comment on thread support.Thomas Gellekum2000-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. Notes: svn path=/head/; revision=31063
* Standardize all user defined options to the booleans WITH_FOO andJeremy Lea2000-04-171-5/+3
| | | | | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports Notes: svn path=/head/; revision=27680
* Convert to the PORTNAME - PORTVERSION syntax.David E. O'Brien2000-04-121-3/+3
| | | | Notes: svn path=/head/; revision=27458
* Separate the Python Tk module from the main port. I've beenThomas Gellekum2000-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. Notes: svn path=/head/; revision=27320
* Fix packaging on -current.Thomas Gellekum2000-03-241-5/+8
| | | | Notes: svn path=/head/; revision=27011
* move IPv6-enable python to python+ipv6 and revert origial pythonMunechika SUMIKAWA2000-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 Notes: svn path=/head/; revision=25122
* Add 'ipv6' on CATEGORIES.Munechika SUMIKAWA2000-01-181-1/+1
| | | | Notes: svn path=/head/; revision=24815
* On second thought, put back DIST_SUBDIR. It's not only used for theThomas Gellekum2000-01-181-0/+1
| | | | | | | | Python distribution but also for the docs and some other packages with rather generic names. Notes: svn path=/head/; revision=24812
* - Support IPv6.Munechika SUMIKAWA2000-01-131-2/+17
| | | | | | | | | - remove DIST_SUBDIR since there are 2 distfiles on this port anymore. Reviewed by: tg(maintainer) Notes: svn path=/head/; revision=24697
* s/X11_BASE/X11BASE/.Thomas Gellekum2000-01-101-1/+1
| | | | Notes: svn path=/head/; revision=24622
* - Install python-mode.el.Thomas Gellekum2000-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> Notes: svn path=/head/; revision=24476
* Use Tk-8.2.Thomas Gellekum1999-11-031-2/+2
| | | | | | | Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=22884
* Link against libxpg4.Thomas Gellekum1999-10-271-1/+1
| | | | | | | | | Submitted by: foxfair Promote LDFLAGS in the installed setup. Notes: svn path=/head/; revision=22682
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20952
* Fix package building when you're leaving out optional parts, like Tk.Thomas Gellekum1999-07-151-3/+7
| | | | | | | PR: 12648 Notes: svn path=/head/; revision=20214
* Install the contents of the Tools directory by default. This can beThomas Gellekum1999-07-061-1/+12
| | | | | | | | | turned off by specifying `WITH_TOOLS=NO' when building. PR: 12436 Notes: svn path=/head/; revision=20096
* Better support for local $CFLAGS.Thomas Gellekum1999-05-191-3/+3
| | | | Notes: svn path=/head/; revision=18879
* Remove ``NO_LATEST_LINK''Jacques Vidrine1999-04-211-2/+1
| | | | | | | Approved by: Maintainer <tg@FreeBSD.ORG> Notes: svn path=/head/; revision=18053
* * Update python 1.5.1 -> 1.5.2Jacques Vidrine1999-04-211-31/+13
| | | | | | | * Remove python-beta Notes: svn path=/head/; revision=18042
* Create lib/python1.5/site-packages directory on installation.Jacques Vidrine1999-04-081-1/+2
| | | | Notes: svn path=/head/; revision=17735
* Fix for building/packaging on FreeBSD 4.x.Jacques Vidrine1999-02-221-9/+16
| | | | Notes: svn path=/head/; revision=16859
* back to 1.5.1. Build is broken, but is ok since python 1.5.2b1 is in ↵Peter Hawkins1999-02-181-3/+14
| | | | | | | ports/lang/python-beta Notes: svn path=/head/; revision=16760
* upgrade to 1.5.2b1 (fixes build problem along the way)Peter Hawkins1999-02-161-15/+4
| | | | Notes: svn path=/head/; revision=16735
* Make sure PLIST is correct whether you have source or not. Add copyrightSatoshi Asami1998-12-021-2/+7
| | | | | | | | | file. Add "|| true" to end of != grep command line to avoid warnings. Submitted by: tg Notes: svn path=/head/; revision=15059
* Use bsd.port.{pre,post}.mk. Either use them to avoid having to defineSatoshi Asami1998-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.) Notes: svn path=/head/; revision=14465
* Support dynamic loading of modules in an ELF world.Thomas Gellekum1998-10-061-2/+8
| | | | | | | Submitted by: Vladimir Kushnir <kushn@mail.kar.net> Notes: svn path=/head/; revision=13684
* tk80 has been ELFized.Satoshi Asami1998-09-251-2/+2
| | | | Notes: svn path=/head/; revision=13387