summaryrefslogtreecommitdiff
path: root/lang/python15/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated ports: lang/python15 and lang/python20.Hye-Shik Chang2004-06-211-114/+0
| | | | Notes: svn path=/head/; revision=111902
* Mark DEPRECATED. These ports are quite old and useless in theseHye-Shik Chang2004-04-181-0/+1
| | | | | | | | | | days. They will be removed in June 18th. Suggested by: linimon No-objection from: python@ Notes: svn path=/head/; revision=107416
* Correct pre-install target to pre-su-install so that the credentialHye-Shik Chang2004-03-181-1/+1
| | | | | | | | | switch happens before directories are created under PREFIX. Submitted by: marcel Notes: svn path=/head/; revision=104398
* Use the SORT macro from bsd.port.mk.Trevor Johnson2004-01-221-1/+1
| | | | Notes: svn path=/head/; revision=98788
* - Update lang/python-devel to Python-2.4 031022 snapshot.Hye-Shik Chang2003-10-291-5/+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] Notes: svn path=/head/; revision=92598
* Don't use PYTHON_DISTFILE as well as PYTHON_WRKSRC on lang/python* portsHye-Shik Chang2003-10-211-3/+4
| | | | | | | | | | 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> Notes: svn path=/head/; revision=91831
* Utilize PYTHON_SITE_SUBDIR.Hye-Shik Chang2003-10-191-1/+1
| | | | Notes: svn path=/head/; revision=91644
* - Remove somewhat buggy libc_r lackness detection. (at least for bento)Hye-Shik Chang2003-08-071-4/+3
| | | | | | | | - Bump PORTREVISION to enable the thread support in the package building environments. Notes: svn path=/head/; revision=86494
* o Utilize MASTER_SITE_PYTHON.Hye-Shik Chang2003-07-041-3/+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. Notes: svn path=/head/; revision=84198
* Take maintainerships from alane's python ports.Hye-Shik Chang2003-06-091-1/+1
| | | | | | | Rest in Peace, Alan. Notes: svn path=/head/; revision=82562
* REST IN PEACEWill Andrews2003-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. Notes: svn path=/head/; revision=82550
* Clear moonlight beckons.Ade Lovett2003-03-071-0/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Take over as maintainer since tg is taking a leave of absence from portAlan Eldridge2002-11-151-1/+1
| | | | | | | maintenance. Notes: svn path=/head/; revision=70167
* Backport fix for temporary file handling bug in os._execvpe() fromJacques Vidrine2002-11-141-1/+1
| | | | | | | | | Python 2.2.2. Not approved by: tg (short timeout) Notes: svn path=/head/; revision=70118
* Use new PYTHONPREFIX_*DIR variables to make these ports PREFIX-clean.Thomas Gellekum2002-06-141-4/+4
| | | | Notes: svn path=/head/; revision=61261
* Allow python?? ports to co-exist with lang/python.Thomas Gellekum2002-04-161-5/+5
| | | | | | | | PR: 36353 Submitted by: Alan Eldridge <ports@geeksrus.net> Notes: svn path=/head/; revision=57752
* Use USE_PYTHON.Thomas Gellekum2001-05-071-0/+4
| | | | Notes: svn path=/head/; revision=42357
* Minor cleanup.Thomas Gellekum2001-05-031-9/+7
| | | | Notes: svn path=/head/; revision=42213
* -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
* Add the `new' module to the build, it's needed by Zope-2.3.0.Thomas Gellekum2001-01-291-0/+1
| | | | | | | | | Bump PORTREVISION. Requested by: nbm Notes: svn path=/head/; revision=37738
* Remove reference to ${PLIST_TK}.Thomas Gellekum2000-10-091-1/+1
| | | | Notes: svn path=/head/; revision=33611
* Rename PLIST.* to pkg-plist.*.Satoshi Asami2000-10-081-3/+3
| | | | | | | | | Note: I don't know where PLIST_TK (which I assume used to point to "PLIST.tk") is defined. (There is no Makefile in the entire ports tree that defines that variable.) Someone in the know, please let me know. Notes: svn path=/head/; revision=33527
* Makefile: Add NO_LATEST_LINK.Thomas Gellekum2000-09-081-0/+1
| | | | | | | | patch-Misc:Makefile.pre.in: Allow us to override PYTHON, which may be needed when you have more than one version of Python on your machine. Notes: svn path=/head/; revision=32435
* 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