ce08 FreshPorts -- lang/python
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
python 2.7,2 lang on this many watch lists=534 search for ports that depend on this port An older version of this port was marked as vulnerable.
The "meta-port" for the default version of Python interpreter
Maintained by: python@FreeBSD.org search for ports maintained by this maintainer
Port Added: unknown
Also Listed In: python ipv6
License: not specified in port


Python is an interpreted object-oriented programming language, and is
often compared to Tcl, Perl or Scheme.

WWW: http://www.python.org/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Run:
  1. lang/python27

This port is required by:

for Build for Run

To install the port: cd /usr/ports/lang/python/ && make install clean
To add the package: pkg_add -r python


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2011-09-25
    Affects: users of lang/python*
    Author: lwhsu@FreeBSD.org
    Reason: 
      The HUGE_STACK_SIZE option has been removed, now Python will use default
      thread stack size of the system.  If you want to change it, specify it
      with -DTHREAD_STACK_SIZE=<size> in CFLAGS.
    
    
  • 2011-03-04
    Affects: users of lang/python* and py-*
    Author: miwi@FreeBSD.org
    Reason: 
      The default version of Python has been changed from 2.6.x to 2.7.x.
      If you have 2.6.x installed, perform an upgrade of lang/python26 to
      lang/python27 with one of the following commands:
    
      If using portupgrade:
      # portupgrade -o lang/python27 lang/python26
    
      If using portmaster:
      # portmaster -o lang/python27 lang/python26
    
      If you want to retain 2.6.x as default Python version, set the
      PYTHON_DEFAULT_VERSION variable to 'python2.6' (without quotes) in
      /etc/make.conf, then go to lang/python and perform the following
      command:
    
      # portupgrade -R python
    
      Once the installed Python has been updated to 2.7, by using the
      method above, it is required to run the upgrade-site-packages target in
      lang/python to assure that site-packages are made available to the new
      Python version.
    
      If using portupgrade:
      # cd /usr/ports/lang/python && make upgrade-site-packages
    
      If using portmaster:
      # cd /usr/ports/lang/python && make upgrade-site-packages -DUSE_PORTMASTER
    
      The portmaster case can take quite some time to complete due to the lack of
      cached information that the portupgrade suite uses (specifically pkg_which).
      This is not the fault of portmaster.
    
    
  • 2009-06-08
    Affects: users of lang/python* and py-*
    Author: miwi@FreeBSD.org
    Reason: 
      The default version of Python has been changed from 2.5.x to 2.6.x.
      If you have 2.5.x installed, perform an upgrade of lang/python25 to
      lang/python26 with one of the following commands:
    
      If using portupgrade:
      # portupgrade -o lang/python26 lang/python25
    
      If using portmaster:
      # portmaster -o lang/python26 lang/python25
    
      If you want to retain 2.5.x as default Python version, set the
      PYTHON_DEFAULT_VERSION variable to 'python2.5' (without quotes) in
      /etc/make.conf, then go to lang/python and perform the following
      command:
    
      # portupgrade -R python
    
      Once the installed Python has been updated to 2.6, by using the
      method above, it is required to run the upgrade-site-packages target in
      lang/python to assure that site-packages are made available to the new
      Python version.
    
      If using portupgrade:
      # cd /usr/ports/lang/python && make upgrade-site-packages
    
      If using portmaster:
      # cd /usr/ports/lang/python && make upgrade-site-packages -DUSE_PORTMASTER
    
      The portmaster case can take quite some time to complete due to the lack of
      cached information that the portupgrade suite uses (specifically pkg_which).
      This is not the fault of portmaster.
    
    

Number of commits found: 139 (showing only 39 on this page)

«  1 | 2 

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
09 Jun 2003 05:42:04
Original commit files touched by this commit  2.2.3
 This port version is marked as vulnerable.
perky search for other commits by this committer
Take maintainerships from alane's python ports.
Rest in Peace, Alan.
08 Jun 2003 21:13:49
Original commit files touched by this commit  2.2.3
 This port version is marked as vulnerable.
will search for other commits by this committer
Please see http://freebsd.kde.org/memoriam/alane.php for an In Memoriam page.
08 Jun 2003 21:06:22
Original commit files touched by this commit  2.2.3
 This port version is marked as vulnerable.
will search for other commits by this committer
        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.
04 Jun 2003 08:36:48
Original commit files touched by this commit  2.2.3
 This port version is marked as vulnerable.
perky search for other commits by this committer
Update to 2.2.3

PR:             52830
Submitted by:   Chuck Swiger <chuck@pkix.net> (partly)
Approved by:    maintainer (implicitly)
06 Mar 2003 19:23:19
Original commit files touched by this commit  2.2.2_2
 This port version is marked as vulnerable.
ade search for other commits by this committer
Destroy pkg-comment for some of the stranger uses in the tree,
pending the final semi-automatic purge.

Approved by:    portmgr (implicitly)
21 Nov 2002 17:07:28
Original commit files touched by this commit  2.2.2_2
 This port version is marked as vulnerable.
alane search for other commits by this committer
PORTREVSION => 2.
Fix error pointed out by tg@. Now just blow away the Tools subdir on uninstall
in case something compiled that stuff.
21 Nov 2002 16:14:10
Original commit files touched by this commit  2.2.2_1
 This port version is marked as vulnerable.
alane search for other commits by this committer
PORTREVISION => 1
Added lotsa missing files to pllist.
Added dl module for those who like to live dangerously (petef?).
21 Nov 2002 15:32:09
Original commit files touched by this commit  2.2.2
 This port version is marked as vulnerable.
alane search for other commits by this committer
Simplified threads configuration.
15 Nov 2002 17:12:56
Original commit files touched by this commit  2.2.2
 This port version is marked as vulnerable.
alane search for other commits by this committer
Take over as maintainer since tg is taking a leave of absence from port
maintenance.
17 Oct 2002 11:14:17
Original commit files touched by this commit  2.2.2
 This port version is marked as vulnerable.
perky search for other commits by this committer
Upgrade to Python-2.2.2.

Approved by:    tg
14 Jun 2002 11:19:13
Original commit files touched by this commit  2.2.1
 This port version is marked as vulnerable.
tg search for other commits by this committer
Use new PYTHONPREFIX_*DIR variables to make these ports PREFIX-clean.
16 May 2002 12:07:26
Original commit files touched by this commit  2.2.1
 This port version is marked as vulnerable.
tg search for other commits by this committer
Fix building on the Alpha.

Submitted by:   gallatin
17 Apr 2002 11:57:49
Original commit files touched by this commit  2.2.1
 This port version is marked as vulnerable.
tg search for other commits by this committer
Add patch from SF PR #541980. This fixes 4suite.

Submitted by:   nectar
12 Apr 2002 10:34:55
Original commit files touched by this commit  2.2.1
 This port version is marked as vulnerable.
tg search for other commits by this committer
(forced)

I meant: upgrade to 2.2.*1*.
12 Apr 2002 10:33:42
Original commit files touched by this commit  2.2.1
 This port version is marked as vulnerable.
tg search for other commits by this committer
Upgrade to Python-2.2.

PR:             36977
Submitted by:   Hye-Shik Chang <perky@fallin.lv>
02 Apr 2002 12:03:45
Original commit files touched by this commit  2.2_2
 This port version is marked as vulnerable.
tg search for other commits by this committer
Add SourceForge as a well connected secondary MASTER_SITES location.

Submitted by:   "Jason R. Mastaler" <jason-dated-1018216403.d8ed28@mastaler.com>
02 Apr 2002 11:55:21
Original commit files touched by this commit  2.2_2
 This port version is marked as vulnerable.
tg search for other commits by this committer
Explicitly enable IPv6 support.

Submitted by:   sumikawa
21 Jan 2002 12:54:09
files touched by this commit
tg search for other commits by this committer
Fix sizeof(wchar_t) calculation.    
16 Jan 2002 12:22:20
files touched by this commit
tg search for other commits by this committer
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
files touched by this commit
tg search for other commits by this committer
Upgrade lang/python to 2.2. Adjust bsd.python.mk accordingly.    
20 Nov 2001 13:23:48
files touched by this commit
tg search for other commits by this committer
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
files touched by this commit
tg search for other commits by this committer
Don't build mpz extension, it's moved to a separate port.    
25 Sep 2001 12:39:45
files touched by this commit
tg search for other commits by this committer
Depend on math/libgmp when running a recent -current.    
25 Jul 2001 12:11:25
files touched by this commit
tg search for other commits by this committer
Upgrade to 2.1.1.    
02 May 2001 12:25:03
files touched by this commit
tg search for other commits by this committer
Upgrade to 2.1.    
26 Apr 2001 12:18:46
files touched by this commit
tg search for other commits by this committer
Fix building on -current.    
29 Mar 2001 16:35:19
files touched by this commit
sobomax search for other commits by this committer
-pthread --> ${PTHREAD_LIBS}   -D_THREAD_SAFE --> ${PTHREAD_CFLAGS}    
29 Mar 2001 08:13:31
files touched by this commit
sobomax search for other commits by this committer
Allow MAINTAINER to be redefined in a slave port.    
07 Dec 2000 12:06:31
files touched by this commit
tg search for other commits by this committer
MASTER_SITE changed.    
29 Nov 2000 12:35:31
files touched by this commit
tg search for other commits by this committer
Install Demo/ dir to $PREFIX/share/examples/python.    
13 Nov 2000 13:22:35
files touched by this commit
tg search for other commits by this committer
Fix compilation on FreeBSD-3.x.    
18 Oct 2000 12:58:51
files touched by this commit
tg search for other commits by this committer
Upgrade to 2.0.    
08 Oct 2000 04:17:26
files touched by this commit
asami search for other commits by this committer
Convert category lang to new layout.  
08 Oct 2000 03:21:27
files touched by this commit
asami search for other commits by this committer
Rename PLIST.{Tools,gmp} to pkg-plist.{Tools,gmp}.    
28 Sep 2000 12:28:11
files touched by this commit
tg search for other commits by this committer
Use USE_PYTHON.    
08 Sep 2000 12:41:44
files touched by this commit
tg search for other commits by this committer
Upgrade to 1.6.    
14 Aug 2000 13:36:06
files touched by this commit
tg search for other commits by this committer
Don't create group-writable directories.    
28 Jul 2000 12:08:07
files touched by this commit
tg search for other commits by this committer
Clarify comment even further.    
27 Jul 2000 13:19:39
files touched by this commit
tg search for other commits by this committer
- 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.    

Number of commits found: 139 (showing only 39 on this page)

«  1 | 2 

2840
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
chromiumMay 22
chromiumMay 22
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15

6 vulnerabilities affecting 22 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24531
Broken 216
Deprecated 473
Ignore 634
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 26
Expired 132
Set to expire 511
Interactive 33
new 24 hours 5
new 48 hours10
new 7 days28
new fortnight60
new month218

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0