Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the SORT macro from bsd.port.mk. | Trevor Johnson | 2004-01-22 | 1 | -1/+1 |
| | |||||
* | - Update lang/python-devel to Python-2.4 031022 snapshot. | Hye-Shik Chang | 2003-10-29 | 1 | -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] | ||||
* | Don't use PYTHON_DISTFILE as well as PYTHON_WRKSRC on lang/python* ports | Hye-Shik Chang | 2003-10-21 | 1 | -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> | ||||
* | Utilize PYTHON_SITE_SUBDIR. | Hye-Shik Chang | 2003-10-19 | 1 | -1/+1 |
| | |||||
* | - Remove somewhat buggy libc_r lackness detection. (at least for bento) | Hye-Shik Chang | 2003-08-07 | 1 | -4/+3 |
| | | | | | - Bump PORTREVISION to enable the thread support in the package building environments. | ||||
* | o Utilize MASTER_SITE_PYTHON. | Hye-Shik Chang | 2003-07-04 | 1 | -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. | ||||
* | Take maintainerships from alane's python ports. | Hye-Shik Chang | 2003-06-09 | 1 | -1/+1 |
| | | | | Rest in Peace, Alan. | ||||
* | REST IN PEACE | Will Andrews | 2003-06-08 | 1 | -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. | Ade Lovett | 2003-03-07 | 2 | -1/+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 port | Alan Eldridge | 2002-11-15 | 1 | -1/+1 |
| | | | | maintenance. | ||||
* | Backport fix for temporary file handling bug in os._execvpe() from | Jacques Vidrine | 2002-11-14 | 2 | -1/+77 |
| | | | | | | Python 2.2.2. Not approved by: tg (short timeout) | ||||
* | Use new PYTHONPREFIX_*DIR variables to make these ports PREFIX-clean. | Thomas Gellekum | 2002-06-14 | 1 | -4/+4 |
| | |||||
* | Allow python?? ports to co-exist with lang/python. | Thomas Gellekum | 2002-04-16 | 2 | -8/+5 |
| | | | | | PR: 36353 Submitted by: Alan Eldridge <ports@geeksrus.net> | ||||
* | s/python1.5/%%PYTHON_VERSION%%/g | Thomas Gellekum | 2001-05-10 | 3 | -1215/+1215 |
| | |||||
* | Use USE_PYTHON. | Thomas Gellekum | 2001-05-07 | 1 | -0/+4 |
| | |||||
* | Minor cleanup. | Thomas Gellekum | 2001-05-03 | 1 | -9/+7 |
| | |||||
* | -pthread --> ${PTHREAD_LIBS} | Maxim Sobolev | 2001-03-29 | 1 | -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. | ||||
* | Add the `new' module to the build, it's needed by Zope-2.3.0. | Thomas Gellekum | 2001-01-29 | 3 | -1/+3 |
| | | | | | | Bump PORTREVISION. Requested by: nbm | ||||
* | Remove reference to ${PLIST_TK}. | Thomas Gellekum | 2000-10-09 | 1 | -1/+1 |
| | |||||
* | Rename PLIST.* to pkg-plist.*. | Satoshi Asami | 2000-10-08 | 1 | -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. | ||||
* | Makefile: Add NO_LATEST_LINK. | Thomas Gellekum | 2000-09-08 | 2 | -0/+12 |
| | | | | | 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. | ||||
* | Don't create group-writable directories. | Thomas Gellekum | 2000-08-14 | 1 | -5/+12 |
| | | | | Submitted by: jedgar | ||||
* | Clarify comment even further. | Thomas Gellekum | 2000-07-28 | 1 | -1/+1 |
| | |||||
* | - Clarify comment on thread support. | Thomas Gellekum | 2000-07-27 | 1 | -6/+10 |
| | | | | | | - Don't link against libxpg4 on newer systems. - Remove last remnants of Tkinter support, it's all in x11-toolkits/py-tkinter. | ||||
* | Fix building modules on -current. | Thomas Gellekum | 2000-04-17 | 1 | -2/+2 |
| | | | | Submitted by: Maxim Sobolev <sobomax@altavista.net> | ||||
* | Standardize all user defined options to the booleans WITH_FOO and | Jeremy Lea | 2000-04-17 | 1 | -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. | David E. O'Brien | 2000-04-12 | 1 | -3/+3 |
| | |||||
* | Separate the Python Tk module from the main port. I've been | Thomas Gellekum | 2000-04-04 | 1 | -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. | Thomas Gellekum | 2000-03-24 | 3 | -5/+864 |
| | |||||
* | move IPv6-enable python to python+ipv6 and revert origial python | Munechika SUMIKAWA | 2000-01-27 | 3 | -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. | Munechika SUMIKAWA | 2000-01-18 | 1 | -1/+1 |
| | |||||
* | Oops, forgot to update the checksum file. | Thomas Gellekum | 2000-01-18 | 1 | -2/+2 |
| | |||||
* | On second thought, put back DIST_SUBDIR. It's not only used for the | Thomas Gellekum | 2000-01-18 | 1 | -0/+1 |
| | | | | | Python distribution but also for the docs and some other packages with rather generic names. | ||||
* | - Support IPv6. | Munechika SUMIKAWA | 2000-01-13 | 3 | -3/+20 |
| | | | | | | - remove DIST_SUBDIR since there are 2 distfiles on this port anymore. Reviewed by: tg(maintainer) | ||||
* | s/X11_BASE/X11BASE/. | Thomas Gellekum | 2000-01-10 | 1 | -1/+1 |
| | |||||
* | - Install python-mode.el. | Thomas Gellekum | 2000-01-06 | 2 | -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. | Thomas Gellekum | 1999-11-03 | 1 | -2/+2 |
| | | | | Submitted by: Ade Lovett <ade@lovett.com> | ||||
* | Link against libxpg4. | Thomas Gellekum | 1999-10-27 | 2 | -4/+4 |
| | | | | | | Submitted by: foxfair Promote LDFLAGS in the installed setup. | ||||
* | FreeBSD.ORG -> FreeBSD.org | Michael Haro | 1999-08-31 | 1 | -1/+1 |
| | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru | ||||
* | Change Id->FreeBSD. | David E. O'Brien | 1999-08-25 | 1 | -1/+1 |
| | |||||
* | Use `read -e', so makesetup groks continuation lines. | Thomas Gellekum | 1999-08-23 | 1 | -0/+11 |
| | | | | | PR: 13276 Submitted by: Randall Hopper <aa8vb@ipass.net> | ||||
* | Add the SHA module to the build. | Thomas Gellekum | 1999-07-28 | 2 | -1/+8 |
| | |||||
* | Fix package building when you're leaving out optional parts, like Tk. | Thomas Gellekum | 1999-07-15 | 4 | -207/+211 |
| | | | | PR: 12648 | ||||
* | Install the contents of the Tools directory by default. This can be | Thomas Gellekum | 1999-07-06 | 2 | -1/+215 |
| | | | | | | turned off by specifying `WITH_TOOLS=NO' when building. PR: 12436 | ||||
* | Commit #3/4 to enforce caps, no period. | Tim Vanderhoek | 1999-06-26 | 1 | -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(). | Thomas Gellekum | 1999-06-18 | 1 | -2/+2 |
| | | | | Noticed by: Klaus-Jürgen Wolf <kjwolf@online.de> | ||||
* | Enable the parser module. | Thomas Gellekum | 1999-05-21 | 2 | -1/+2 |
| | | | | Submitted by: nectar | ||||
* | Better support for local $CFLAGS. | Thomas Gellekum | 1999-05-19 | 1 | -3/+3 |
| | |||||
* | Add a patch for 4.0current. | Vanilla I. Shu | 1999-05-10 | 1 | -0/+20 |
| | |||||
* | Remove ``NO_LATEST_LINK'' | Jacques Vidrine | 1999-04-21 | 1 | -2/+1 |
| | | | | Approved by: Maintainer <tg@FreeBSD.ORG> |