Port details |
- python "meta-port" for the default version of Python interpreter
- 3.9_3,2 lang
=543 3.9_3,2Version of this port present on the latest quarterly branch. - Maintainer: python@FreeBSD.org
![search for ports maintained by this maintainer search for ports maintained by this maintainer](/images/search.jpg) - Port Added: unknown
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: libiconv, expat, freetype2, gmake, png
- Also Listed In: python
- License: not specified in port
- WWW:
- https://www.python.org/
- Description:
- Python is an interpreted object-oriented programming language, and is
often compared to Tcl, Perl or Scheme.
This is a meta port to the Python interpreter and provides symbolic links
to bin/python, bin/pydoc, bin/idle and so on to allow compatibility with
version agnostic python scripts.
Do not depend on this port.
¦ ¦ ¦ ¦ ![SVNWeb - no subversion history for this port SVNWeb - no subversion history for this port](/images/subversion-greyed.png)
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/lang/python/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/python
- pkg install python
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: python
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- python3 : lang/python3
- python3.9 : lang/python39
- This port is required by:
- for Build
-
Deleted ports which required this port:
- for Run
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- lang_python
- USES:
- python:run
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
- There is no master site for this port.
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.3.3 28 Dec 2003 13:55:07
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
perky ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Fix builds for whom has VPATH on his/her environment variables.
PR: 57731
Reported by: bms |
2.3.3 20 Dec 2003 07:13:43
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
perky ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to Python-2.3.3
- Pass PYTHON_VERSION variable to dependent builds.
- Enable email package to use cjkcodecs.
- Decrease default recursion limit to 900 on sparc64. |
2.3.2_3 04 Dec 2003 10:41:46
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
demon ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add WWW.
Approved by: maintainer |
2.3.2_3 21 Nov 2003 03:15:02
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
perky ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add fix for a fatal bug in type's GC handling causes segfaults.
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 |
2.3.2_2 15 Nov 2003 19:22:37
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
perky ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Ignore syntax errors on compiling 3rd party packages.
Tested by: Lee Harr <missive@hotmail.com> |
2.3.2_2 12 Nov 2003 20:58:38
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
perky ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Clarify a sentence on pkg-message.
PR: 59196
Submitted by: Linh Pham <question@closedsrc.org> |
2.3.2_2 04 Nov 2003 18:00:37
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
perky ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Include pyexpat module in python base ports because python incorporated
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> |
2.3.2_1 29 Oct 2003 21:31:13
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
perky ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update lang/python-devel to Python-2.4 031022 snapshot.
- 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] |
2.3.2_1 29 Oct 2003 20:52:33
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
sobomax ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add missed ossaudiodev.so into pkg-plist (only for x86, since I don't have
access to other arches yet), and enable it on freebsd5 (it's enabled on
freebsd4 OOB). |
2.3.2 21 Oct 2003 17:17:45
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
perky ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Don't use PYTHON_DISTFILE as well as PYTHON_WRKSRC on lang/python* ports
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> |
2.3.2 19 Oct 2003 09:17:44
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
perky ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Add WITHOUT_PYMALLOC knob that disables pymalloc, the internal
optimized heap manager for Python 2.3. [1]
- Utilize PYTHON_SITE_SUBDIR.
Submitted by: kuriyama [1] |
2.3.2 16 Oct 2003 05:36:05
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
perky ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add alpha to list of 64bit architectures. (This fixes package
building on alpha)
Spotted by: kris |
2.3.2 04 Oct 2003 05:17:10
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
perky ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to Python-2.3.2 |
2.3.1_2 29 Sep 2003 11:44:32
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
perky ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Install a 'real' shared object when BUILD_SHARED=yes. [1]
- 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] |
2.3.1_1 27 Sep 2003 18:29:04
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
perky ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Use smaller recursion limits on amd64 and sparc64 to avoid
stack overflows.
Tested on: sledge, panther |
2.3.1_1 26 Sep 2003 16:44:13
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
perky ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Revive os.fsync function which is disabled by a typo of Python-2.3.1.
- Bump PORTREVISION
Obtained from: Python CVS |
2.3.1 26 Sep 2003 04:24:56
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
perky ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add notes about separated standard modules. |
2.3.1 24 Sep 2003 11:07:22
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
perky ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to Python-2.3.1, the lastest Bugfix release.
- 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. |
2.3_1 22 Aug 2003 05:31:45
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
perky ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
BUILD_STATIC by default because it's better.
(See http://mail.python.org/pipermail/python-dev/2003-August/037472.html) |
2.3 01 Aug 2003 09:14:44
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
perky ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add md5 digest for python 2.4a0.20030801 |
2.3 31 Jul 2003 19:34:54
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
perky ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to Python-2.3
- 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] |
2.2.3_2 09 Jul 2003 07:40:56
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
perky ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Set per-thread stack size to 0x20000 (default) or 0x100000
(WITH_HUGE_STACK_SIZE=yes). This will enable python2.2 to
run Zope and its products.
Requested by: dwhite
Reviewed by: dwhite |
2.2.3_1 04 Jul 2003 11:57:54
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
perky ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
o Utilize MASTER_SITE_PYTHON.
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. |
2.2.3 09 Jun 2003 05:42:04
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
perky ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Take maintainerships from alane's python ports.
Rest in Peace, Alan. |
2.2.3 08 Jun 2003 21:13:49
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
will ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Please see http://freebsd.kde.org/memoriam/alane.php for an In Memoriam page. |
2.2.3 08 Jun 2003 21:06:22
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
will ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
REST IN PEACE
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. |
2.2.3 04 Jun 2003 08:36:48
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
perky ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 2.2.3
PR: 52830
Submitted by: Chuck Swiger <chuck@pkix.net> (partly)
Approved by: maintainer (implicitly) |
2.2.2_2 06 Mar 2003 19:23:19
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
ade ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Destroy pkg-comment for some of the stranger uses in the tree,
pending the final semi-automatic purge.
Approved by: portmgr (implicitly) |
2.2.2_2 21 Nov 2002 17:07:28
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
alane ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
PORTREVSION => 2.
Fix error pointed out by tg@. Now just blow away the Tools subdir on uninstall
in case something compiled that stuff. |
2.2.2_1 21 Nov 2002 16:14:10
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
alane ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
PORTREVISION => 1
Added lotsa missing files to pllist.
Added dl module for those who like to live dangerously (petef?). |
2.2.2 21 Nov 2002 15:32:09
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
alane ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Simplified threads configuration. |
2.2.2 15 Nov 2002 17:12:56
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
alane ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Take over as maintainer since tg is taking a leave of absence from port
maintenance. |
2.2.2 17 Oct 2002 11:14:17
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
perky ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Upgrade to Python-2.2.2.
Approved by: tg |
2.2.1 14 Jun 2002 11:19:13
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
tg ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Use new PYTHONPREFIX_*DIR variables to make these ports PREFIX-clean. |
2.2.1 16 May 2002 12:07:26
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
tg ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Fix building on the Alpha.
Submitted by: gallatin |
2.2.1 17 Apr 2002 11:57:49
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
tg ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add patch from SF PR #541980. This fixes 4suite.
Submitted by: nectar |
2.2.1 12 Apr 2002 10:34:55
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
tg ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
(forced)
I meant: upgrade to 2.2.*1*. |
2.2.1 12 Apr 2002 10:33:42
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
tg ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Upgrade to Python-2.2.
PR: 36977
Submitted by: Hye-Shik Chang <perky@fallin.lv> |
2.2_2 02 Apr 2002 12:03:45
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
tg ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add SourceForge as a well connected secondary MASTER_SITES location.
Submitted by: "Jason R. Mastaler" <jason-dated-1018216403.d8ed28@mastaler.com> |
2.2_2 02 Apr 2002 11:55:21
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
tg ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Explicitly enable IPv6 support.
Submitted by: sumikawa |
21 Jan 2002 12:54:09
![commit hash: fp1.23646@dev.null.freshports.org commit hash: fp1.23646@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.23646@dev.null.freshports.org commit hash: fp1.23646@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.23646@dev.null.freshports.org commit hash: fp1.23646@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
tg ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Fix sizeof(wchar_t) calculation. |
16 Jan 2002 12:22:20
![commit hash: fp1.23384@dev.null.freshports.org commit hash: fp1.23384@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.23384@dev.null.freshports.org commit hash: fp1.23384@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.23384@dev.null.freshports.org commit hash: fp1.23384@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
tg ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Implement PyObject_DelItemString(), which was obviously forgotten for
Python-2.2. This will fix at least the metakit port. |
07 Jan 2002 13:26:47
![commit hash: fp1.22991@dev.null.freshports.org commit hash: fp1.22991@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.22991@dev.null.freshports.org commit hash: fp1.22991@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.22991@dev.null.freshports.org commit hash: fp1.22991@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
tg ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Upgrade lang/python to 2.2. Adjust bsd.python.mk accordingly. |
20 Nov 2001 13:23:48
![commit hash: fp1.20939@dev.null.freshports.org commit hash: fp1.20939@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.20939@dev.null.freshports.org commit hash: fp1.20939@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.20939@dev.null.freshports.org commit hash: fp1.20939@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
tg ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Re-add fpectl.so to the plist to fix packaging. Re-enable support for it in
the python binary. |
19 Oct 2001 12:16:55
![commit hash: fp1.19855@dev.null.freshports.org commit hash: fp1.19855@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.19855@dev.null.freshports.org commit hash: fp1.19855@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.19855@dev.null.freshports.org commit hash: fp1.19855@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
tg ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Don't build mpz extension, it's moved to a separate port. |
25 Sep 2001 12:39:45
![commit hash: fp1.19122@dev.null.freshports.org commit hash: fp1.19122@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.19122@dev.null.freshports.org commit hash: fp1.19122@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.19122@dev.null.freshports.org commit hash: fp1.19122@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
tg ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Depend on math/libgmp when running a recent -current. |
25 Jul 2001 12:11:25
![commit hash: fp1.16498@dev.null.freshports.org commit hash: fp1.16498@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.16498@dev.null.freshports.org commit hash: fp1.16498@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.16498@dev.null.freshports.org commit hash: fp1.16498@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
tg ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Upgrade to 2.1.1. |
02 May 2001 12:25:03
![commit hash: fp1.13311@dev.null.freshports.org commit hash: fp1.13311@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.13311@dev.null.freshports.org commit hash: fp1.13311@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.13311@dev.null.freshports.org commit hash: fp1.13311@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
tg ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Upgrade to 2.1. |
26 Apr 2001 12:18:46
![commit hash: fp1.13069@dev.null.freshports.org commit hash: fp1.13069@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.13069@dev.null.freshports.org commit hash: fp1.13069@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.13069@dev.null.freshports.org commit hash: fp1.13069@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
tg ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Fix building on -current. |
29 Mar 2001 16:35:19
![commit hash: fp1.11743@dev.null.freshports.org commit hash: fp1.11743@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.11743@dev.null.freshports.org commit hash: fp1.11743@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.11743@dev.null.freshports.org commit hash: fp1.11743@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
sobomax ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
-pthread --> ${PTHREAD_LIBS} -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} |
29 Mar 2001 08:13:31
![commit hash: fp1.11723@dev.null.freshports.org commit hash: fp1.11723@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.11723@dev.null.freshports.org commit hash: fp1.11723@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.11723@dev.null.freshports.org commit hash: fp1.11723@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
sobomax ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Allow MAINTAINER to be redefined in a slave port. |
07 Dec 2000 12:06:31
![commit hash: fp1.7030@dev.null.freshports.org commit hash: fp1.7030@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.7030@dev.null.freshports.org commit hash: fp1.7030@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.7030@dev.null.freshports.org commit hash: fp1.7030@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
tg ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
MASTER_SITE changed. |
29 Nov 2000 12:35:31
![commit hash: fp1.6797@dev.null.freshports.org commit hash: fp1.6797@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.6797@dev.null.freshports.org commit hash: fp1.6797@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.6797@dev.null.freshports.org commit hash: fp1.6797@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
tg ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Install Demo/ dir to $PREFIX/share/examples/python. |
13 Nov 2000 13:22:35
![commit hash: fp1.6353@dev.null.freshports.org commit hash: fp1.6353@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.6353@dev.null.freshports.org commit hash: fp1.6353@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.6353@dev.null.freshports.org commit hash: fp1.6353@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
tg ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Fix compilation on FreeBSD-3.x. |
18 Oct 2000 12:58:51
![commit hash: fp1.5245@dev.null.freshports.org commit hash: fp1.5245@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.5245@dev.null.freshports.org commit hash: fp1.5245@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.5245@dev.null.freshports.org commit hash: fp1.5245@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
tg ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Upgrade to 2.0. |
08 Oct 2000 04:17:26
![commit hash: fp1.4779@dev.null.freshports.org commit hash: fp1.4779@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.4779@dev.null.freshports.org commit hash: fp1.4779@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.4779@dev.null.freshports.org commit hash: fp1.4779@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
asami ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Convert category lang to new layout. |
08 Oct 2000 03:21:27
![commit hash: fp1.4761@dev.null.freshports.org commit hash: fp1.4761@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.4761@dev.null.freshports.org commit hash: fp1.4761@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.4761@dev.null.freshports.org commit hash: fp1.4761@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
asami ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Rename PLIST.{Tools,gmp} to pkg-plist.{Tools,gmp}. |
28 Sep 2000 12:28:11
![commit hash: fp1.4417@dev.null.freshports.org commit hash: fp1.4417@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.4417@dev.null.freshports.org commit hash: fp1.4417@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.4417@dev.null.freshports.org commit hash: fp1.4417@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
tg ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Use USE_PYTHON. |
08 Sep 2000 12:41:44
![commit hash: fp1.3683@dev.null.freshports.org commit hash: fp1.3683@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.3683@dev.null.freshports.org commit hash: fp1.3683@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.3683@dev.null.freshports.org commit hash: fp1.3683@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
tg ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Upgrade to 1.6. |
14 Aug 2000 13:36:06
![commit hash: fp1.2928@dev.null.freshports.org commit hash: fp1.2928@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.2928@dev.null.freshports.org commit hash: fp1.2928@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.2928@dev.null.freshports.org commit hash: fp1.2928@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
tg ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Don't create group-writable directories. |
28 Jul 2000 12:08:07
![commit hash: fp1.2384@dev.null.freshports.org commit hash: fp1.2384@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.2384@dev.null.freshports.org commit hash: fp1.2384@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.2384@dev.null.freshports.org commit hash: fp1.2384@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
tg ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Clarify comment even further. |
27 Jul 2000 13:19:39
![commit hash: fp1.2367@dev.null.freshports.org commit hash: fp1.2367@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.2367@dev.null.freshports.org commit hash: fp1.2367@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.2367@dev.null.freshports.org commit hash: fp1.2367@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
tg ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Clarify comment on thread support. - Don't link against libxpg4 on newer
systems. - Remove last remnants of Tkinter support, it's all in
x11-toolkits/py-tkinter. |