25eb9 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 100 on this page)

1 | 2  »  

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
03 Oct 2012 09:18:52
Original commit files touched by this commit  2.7,2
sbz search for other commits by this committer
- Add pkgng support
27 Sep 2012 13:52:53
Original commit files touched by this commit  2.7,2
sbz search for other commits by this committer
- Speed up upgrade-site-packages [1]
- Use make modifiers [2]

PR:		ports/155970
Submitted by:	Julien Laffaye <kimelto at gmail.com> [1], sbz (myself) [2]
Exp-run by:	beat
08 Jul 2009 19:07:04
Original commit files touched by this commit  2.6,2
lwhsu search for other commits by this committer
- Remove distinfo, same informaion can (and should) be retrieved from
  ${PORTSDIR}/lang/python${PYTHON_SUFFIX}/distinfo
- Use ${SYSCTL}
11 Jun 2009 13:29:23
Original commit files touched by this commit  2.6,2
wxs search for other commits by this committer
- Add support for portmaster to upgrade-site-packages.

Approved by:    miwi
08 Jun 2009 22:30:55
Original commit files touched by this commit  2.6,2
miwi search for other commits by this committer
- Update lang/python26 and make Python 2.6.2 to the default Python version

Tested by:      3 pointyhat runs
Thanks to:      pav, gahr, lwhsu, mva, amdmi3
09 Mar 2009 22:52:21
Original commit files touched by this commit  2.5,2
miwi search for other commits by this committer
- Update python30 to 3.0.1

Release Changelog:
http://python.org/download/releases/3.0.1/NEWS.txt
18 Feb 2009 12:36:53
Original commit files touched by this commit  2.5,2
stas search for other commits by this committer
- Fix sha256 checksum for python 2.6.1.

Reported by:    kib@
Approved by:    python (miwi)
17 Feb 2009 10:42:12
Original commit files touched by this commit  2.5,2
miwi search for other commits by this committer
- Add missing distinfo for python 2.5.4 and python 2.6.1
04 Dec 2008 11:21:22
Original commit files touched by this commit  2.5,2
perky search for other commits by this committer
Welcome to the new era of Python 3, with antigravity support!

Update to Python 3.0.
13 Oct 2008 08:23:00
Original commit files touched by this commit  2.5,2
perky search for other commits by this committer
Introduce two new versions of Python: 2.6 and 3.0rc1 (finally!)
Python 2.6 will be the next default python version when enough
testings of consumer ports are done.  The new "2to3" program is
renamed to 2to3-2.6 and 2to3-3.0 for each version, respectively.

Repo-copied by: marcus
30 May 2008 05:50:04
Original commit files touched by this commit  2.5,2
perky search for other commits by this committer
Update python23 to 2.3.7.
16 Mar 2008 10:25:08
Original commit files touched by this commit  2.5,2
perky search for other commits by this committer
Update python23 to Python 2.3.6 and python24 to Python 2.4.5.
24 Feb 2008 13:42:28
Original commit files touched by this commit  2.5,2
perky search for other commits by this committer
Update to Python 2.5.2.
31 Jul 2007 16:28:32
Original commit files touched by this commit  2.5,2
alexbl search for other commits by this committer
 - use PORTUPGRADE_CMD instead of PORTUPGRADE so as not to confict with the
   portupgrade env variable

Pointed out by: Miroslav Lachman <000.fbsd@quip.cz>
30 Jul 2007 09:42:28
Original commit files touched by this commit  2.5,2
alexbl search for other commits by this committer
 - Make Python 2.5.1 the default Python version
 - Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:      pointyhat runs
Approved by:    pav (portmgr)
Most work by:   perky
Thanks to:      pav
14 Feb 2007 06:07:29
Original commit files touched by this commit  2.4.4,1
delphij search for other commits by this committer
Update to Python 2.4.4.

Approved by:    maintainer timeout, alexbl (python@)
Tested by:      pointyhat
PR:             ports/105901
05 Feb 2007 01:08:46
Original commit files touched by this commit  2.4.4
pav search for other commits by this committer
Populate a new ports-mgmt category. List of moved ports:

  devel/portcheckout -> ports-mgmt/portcheckout
  devel/portlint -> ports-mgmt/portlint
  devel/portmk -> ports-mgmt/portmk
  devel/porttools -> ports-mgmt/porttools
  misc/instant-tinderbox -> ports-mgmt/instant-tinderbox
  misc/porteasy -> ports-mgmt/porteasy
  misc/portell -> ports-mgmt/portell
  misc/portless -> ports-mgmt/portless
  misc/tinderbox -> ports-mgmt/tinderbox
  security/jailaudit -> ports-mgmt/jailaudit
  security/portaudit -> ports-mgmt/portaudit
  security/portaudit-db -> ports-mgmt/portaudit-db
  security/vulnerability-test-port -> ports-mgmt/vulnerability-test-port
(Only the first 15 lines of the commit message are shown above View all of this commit message)
13 Oct 2006 07:16:45
Original commit files touched by this commit  2.4.3,1
perky search for other commits by this committer
Revert the default version of Python to 2.4 for the ports freeze
period.  Python 2.5 brought a vast range of incompatibility to a
large number of ports, so the python@ team will do more basic
compatibility work in a private repository and merge it later.
Sorry for the inconvenience.

Approved by:    portmgr (kris)
09 Oct 2006 15:51:28
Original commit files touched by this commit  2.5
perky search for other commits by this committer
- Restrict a dependency to the real interpreter to _RUN only.  This
  allows portupgrade to upgrade lang/python from 2.4 flawlessly.
- So remove obsolete instruction.
09 Oct 2006 14:53:36
Original commit files touched by this commit  2.5
perky search for other commits by this committer
Fix version number to 2.5 even if 2.4 is in the system.
09 Oct 2006 14:29:18
Original commit files touched by this commit  2.5
perky search for other commits by this committer
- Update the main python version to 2.5.
  - Now, lang/python is just a meta-port which depends on lang/python25.
  - And all versions of Python ports have short version identifier in its
    package name; python25-2.5, python24-2.4.3 and etc.
  - Also you must upgrade all python modules after lang/python updated,
     cd /usr/ports/lang/python && make upgrade-site-packages

- Give maintainership of Python ports to the new python@ group which
  includes me, alexbl@ and others.
08 Oct 2006 06:48:01
Original commit files touched by this commit  2.4.3_1
simon search for other commits by this committer
Fix buffer overrun when performing repr() on a unicode string in a build
with wide unicode (UCS-4) support.

Obtained from:  Python SVN (#51466)
Security:       CVE-2006-4980
With hat:       secteam
13 Sep 2006 16:29:31
Original commit files touched by this commit  2.4.3
 This port version is marked as vulnerable.
perky search for other commits by this committer
Add a checksum for 2.5c2 and remove checksums for old beta releases.
12 Aug 2006 03:57:46
Original commit files touched by this commit  2.4.3
 This port version is marked as vulnerable.
perky search for other commits by this committer
Avoid to use "ncursesw" which causes segfault when the system has
devel/ncurses installed due to a shared library collision between
a base ncurses from libreadline dependency and a local ncurses from
libncursesw dependency.

PR:             99496
Submitted by:   rachid achellal <rachid@in.nl>,
                Xiao-Yong Jin <xj2106@columbia.edu>
04 Aug 2006 06:39:10
Original commit files touched by this commit  2.4.3
 This port version is marked as vulnerable.
perky search for other commits by this committer
Add checksums for Python 2.5b3 and remove old checksums for pre-alpha
versions.
23 Jun 2006 03:11:37
Original commit files touched by this commit  2.4.3
 This port version is marked as vulnerable.
perky search for other commits by this committer
Add a checksum for Python 2.5b1
14 May 2006 01:17:03
Original commit files touched by this commit  2.4.3
 This port version is marked as vulnerable.
edwin search for other commits by this committer
[PATCH] lang/python: Some portlint fixes

        - Fix tab/space issues

PR:             ports/95779
Submitted by:   Alexander Botero-Lowry <alex@foxybanana.com>
Approved by:    maintainer timeout
09 May 2006 20:52:24
Original commit files touched by this commit  2.4.3
 This port version is marked as vulnerable.
edwin search for other commits by this committer
Remove USE_REINPLACE from the categories starting with L
30 Mar 2006 09:40:13
Original commit files touched by this commit  2.4.3
 This port version is marked as vulnerable.
perky search for other commits by this committer
Update to Python 2.4.3.
26 Mar 2006 08:05:43
Original commit files touched by this commit  2.4.2
 This port version is marked as vulnerable.
perky search for other commits by this committer
Add a checksum for Python 2.5.a0.20060326
01 Feb 2006 03:47:20
Original commit files touched by this commit  2.4.2
 This port version is marked as vulnerable.
edwin search for other commits by this committer
SHA256ify (approved by krion@)
02 Nov 2005 13:40:51
Original commit files touched by this commit  2.4.2
 This port version is marked as vulnerable.
perky search for other commits by this committer
Add a CONFLICT to lang/python-mode.el.
04 Oct 2005 13:50:02
Original commit files touched by this commit  2.4.2
 This port version is marked as vulnerable.
perky search for other commits by this committer
Bring a bugfix enabling WITHOUT_THREADS build again.

Requested by:   Mike Harding <mvh@ix.netcom.com>
Obtained from:  Python CVS
02 Oct 2005 14:31:39
Original commit files touched by this commit  2.4.2
 This port version is marked as vulnerable.
perky search for other commits by this committer
- Update to Python 2.4.2. [1]
- Allow to override a command passing to distutils using
  PYDISTUTILS_{CONFIGURE,BUILD,INSTALL}_TARGET [2]
- Allow to specify BUILD/RUN dependency separatedly. [3]
- Replace shell executions with regex replacement on bsd.python.mk. [3]
- Remove thread serialization from socket.getaddrinfo() on FreeBSD 5.3
  and later versions because we've got thread-safe implementation. [4]
- Add a workaround to avoid curses.h problem of FreeBSD base.

PR:             86685 [1]
Submitted by:   Soeren Straarup <xride@x12.dk> [1],
                lioux [2], vsevolod [3], sobomax [4]
Obtained from:  Python CVS [4]
28 Jul 2005 08:30:36
Original commit files touched by this commit  2.4.1_3
 This port version is marked as vulnerable.
perky search for other commits by this committer
Add checksum for 2.5.a0.20050728 snapshot.
28 Jul 2005 06:23:57
Original commit files touched by this commit  2.4.1_3
 This port version is marked as vulnerable.
perky search for other commits by this committer
Fix fcntl.ioctl argument parsing to accept termios.TIOCGWINSZ.

Submitted by:   jkim
Obtained from:  Python CVS
18 Jul 2005 12:44:08
Original commit files touched by this commit  2.4.1_2
 This port version is marked as vulnerable.
perky search for other commits by this committer
Backport support for FreeBSD 7 and drop support for FreeBSD 3.
Fixes for other versions of python will be followed tomorrow.

Submitted by:   nork
Obtained from:  Python CVS
19 Jun 2005 11:34:56
Original commit files touched by this commit  2.4.1_1
 This port version is marked as vulnerable.
perky search for other commits by this committer
- Disable "fpectl" base module on non-i386 platforms to fix build
  on the recent -CURRENT i386 base. [1]
- Fix package build on NO_NIS base. [2]

PR:             81806 [1]
Submitted by:   Li-Lun Wang (Leland Wang) <llwang@infor.org> [1],
                ache [2]
12 May 2005 01:49:54
Original commit files touched by this commit  2.4.1_1
 This port version is marked as vulnerable.
perky search for other commits by this committer
- Make FPECTL support optional and turn it off by default because
  the feature brings huge overheads for floating point arithmetics
  and integer divisions. [1]
- Fix plist
- Bump PORTREVISION

Requested by:   Ewan Todd <ewan@mathcode.net> [1]
12 Apr 2005 03:26:57
Original commit files touched by this commit  2.4.1
 This port version is marked as vulnerable.
obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
11 Apr 2005 08:04:41
Original commit files touched by this commit  2.4.1
 This port version is marked as vulnerable.
obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
03 Apr 2005 13:55:44
Original commit files touched by this commit  2.4.1
 This port version is marked as vulnerable.
perky search for other commits by this committer
Update to Python 2.4.1
28 Mar 2005 23:11:44
Original commit files touched by this commit  2.4_1
 This port version is marked as vulnerable.
perky search for other commits by this committer
Fix package building on non-i386 platforms by unrestrict `audioop`
module for them in plist.

Approved by:    portmgr (kris)
23 Mar 2005 04:43:58
Original commit files touched by this commit  2.4_1
 This port version is marked as vulnerable.
perky search for other commits by this committer
Unbreak package building on ia64, alpha, amd64 and sparc64 by
adding ossaudiodev module to their plists, either.

Approved by: portmgr (kris)
20 Mar 2005 16:20:11
Original commit files touched by this commit  2.4_1
 This port version is marked as vulnerable.
perky search for other commits by this committer
Add checksum info for Python 2.3.5.
04 Feb 2005 04:13:41
Original commit files touched by this commit  2.4_1
 This port version is marked as vulnerable.
perky search for other commits by this committer
Add a patch from PSF-2005-001 which fixes SimpleXMLRPCServer
vulnerability.

PR:             77078
Submitted by:   Marcus Grando <marcus@corp.grupos.com.br>
Security:       CAN-2005-0089
Security:      
http://www.vuxml.org/freebsd/6afa87d3-764b-11d9-b0e7-0000e249a0a2.html
Security:       SimpleXMLRPCServer.py allows unrestricted traversal
29 Jan 2005 05:01:02
Original commit files touched by this commit  2.4
 This port version is marked as vulnerable.
perky search for other commits by this committer
Resurrect lang/python-devel port with Python 2.5 development snapshot
as of today.
06 Dec 2004 05:28:34
Original commit files touched by this commit  2.4
 This port version is marked as vulnerable.
perky search for other commits by this committer
Add new utility target named 'upgrade-site-packages' to upgrade
site-packages which was built on previous version of python.
02 Dec 2004 05:22:15
Original commit files touched by this commit  2.4
 This port version is marked as vulnerable.
perky search for other commits by this committer
mpz module is deprecated since Python 2.2 and removed in Python 2.4.
01 Dec 2004 15:04:05
Original commit files touched by this commit  2.4
 This port version is marked as vulnerable.
perky search for other commits by this committer
- Update lang/python to 2.4 final release.
- Finish repocopy lang/python -> lang/python23 for Python 2.3.4
20 Nov 2004 17:17:28
Original commit files touched by this commit  2.3.4_2
 This port version is marked as vulnerable.
perky search for other commits by this committer
- Update python-devel to 2.4c1
15 Nov 2004 05:19:30
Original commit files touched by this commit  2.3.4_2
 This port version is marked as vulnerable.
sf search for other commits by this committer
farewell to libxpg4.
06 Nov 2004 19:50:06
Original commit files touched by this commit  2.3.4_2
 This port version is marked as vulnerable.
perky search for other commits by this committer
Add checksum for Python-2.4b2.
03 Sep 2004 17:14:14
Original commit files touched by this commit  2.3.4_2
 This port version is marked as vulnerable.
perky search for other commits by this committer
Add distinfo for Python-2.4a3
21 Aug 2004 11:13:41
Original commit files touched by this commit  2.3.4_2
 This port version is marked as vulnerable.
perky search for other commits by this committer
Fix package build on 4-STABLE.

Submitted by:   kstewart <kstewart@owt.com>
20 Aug 2004 23:56:16
Original commit files touched by this commit  2.3.4_2
 This port version is marked as vulnerable.
perky search for other commits by this committer
- Add support for FreeBSD 6.
- Remove support for FreeBSD 2.

Spotted by:     marcus, kris
Obtained from:  Python CVS
07 Aug 2004 07:00:18
Original commit files touched by this commit  2.3.4_1
 This port version is marked as vulnerable.
perky search for other commits by this committer
- Allow to disable IPv6 support [1]
- Add checksum for 2.4a2

PR:             69950 [1]
Submitted by:   Marcus Grando <marcus@corp.grupos.com.br>
10 Jul 2004 01:53:37
Original commit files touched by this commit  2.3.4_1
 This port version is marked as vulnerable.
perky search for other commits by this committer
Make PORTREVISION overridable by slave ports.

Found by:       eik's chkversion
09 Jul 2004 17:18:00
Original commit files touched by this commit  2.3.4_1
 This port version is marked as vulnerable.
perky search for other commits by this committer
Allow to install and use 3rd party packages in X11BASE.
${X11BASE}/lib/{python2.3{,/site-packages},site-python} will be
added to your python's sys.path if each directory exists.

Suggested by:   marcus
09 Jul 2004 16:53:03
Original commit files touched by this commit  2.3.4
 This port version is marked as vulnerable.
perky search for other commits by this committer
The tarball for Python 2.4a1 is renamed in the site.
08 Jul 2004 15:58:53
Original commit files touched by this commit  2.3.4
 This port version is marked as vulnerable.
perky search for other commits by this committer
Add checksum info for 2.4a1.
28 Jun 2004 06:02:39
Original commit files touched by this commit  2.3.4
 This port version is marked as vulnerable.
perky search for other commits by this committer
Fix comment.

Submitted by:   fjoe
04 Jun 2004 05:21:57
Original commit files touched by this commit  2.3.4
 This port version is marked as vulnerable.
perky search for other commits by this committer
Use ${CC} instead of cc on dynamic linkings.

PR:             67515
Submitted by:   michael johnson <ahze@ahze.net>
27 May 2004 15:58:02
Original commit files touched by this commit  2.3.4
 This port version is marked as vulnerable.
perky search for other commits by this committer
- Update to Python 2.3.4.
- Test WITHOUT_* instead of WITH_* for values which are on by default
  so that package build clusters detect correctly.
07 May 2004 05:39:33
Original commit files touched by this commit  2.3.3_5
 This port version is marked as vulnerable.
perky search for other commits by this committer
Use OPTIONS.

Submitted by:   Stephane E. Potvin <sepotvin@videotron.ca>
18 Apr 2004 11:42:38
Original commit files touched by this commit  2.3.3_5
 This port version is marked as vulnerable.
perky search for other commits by this committer
Reduce configure warning.

PR:             55180 [1], 65680 [2]
Submitted by:   Rui Lopes <rui@ruilopes.com> [1],
                Roman Neuhauser <neuhauser@chello.cz> [2]
14 Apr 2004 06:49:21
Original commit files touched by this commit  2.3.3_5
 This port version is marked as vulnerable.
perky search for other commits by this committer
Fixed a bug where the configure script couldn't detect getaddrinfo()
properly if the KAME stack had SCTP support.

Submitted by:   suz
22 Mar 2004 08:59:52
Original commit files touched by this commit  2.3.3_4
 This port version is marked as vulnerable.
perky search for other commits by this committer
Fix stackless build broken by the recent shared-build commit.

Submitted by:   Sven Petai <hadara@bsd.ee>
18 Mar 2004 07:00:08
Original commit files touched by this commit  2.3.3_4
 This port version is marked as vulnerable.
perky search for other commits by this committer
Correct pre-install target to pre-su-install so that the credential
switch happens before directories are created under PREFIX.

Submitted by:   marcel
11 Mar 2004 15:55:38
Original commit files touched by this commit  2.3.3_4
 This port version is marked as vulnerable.
perky search for other commits by this committer
- Fix installation problem where PREFIX != LOCALBASE.
- Add checksum for Python-2.4.a0.20040311
09 Mar 2004 02:24:31
Original commit files touched by this commit  2.3.3_4
 This port version is marked as vulnerable.
perky search for other commits by this committer
Create a symbolic link to lib/python2.3.so on lib/python2.3/config/
for seamless upgrade from a static library.

Suggested by:   dd
08 Mar 2004 12:43:11
Original commit files touched by this commit  2.3.3_3
 This port version is marked as vulnerable.
perky search for other commits by this committer
Build and install a shared library and its frontend besides static one
by default.

[HEADS UP] The python executable and static library isn't built PIC
anymore even on amd64 and ia64. Please use a shared library instead.

Requested by:   jhay, dd
Tested by:      Charles Swiger <cswiger@mac.com>,
                Tim Middleton <x@Vex.Net>
27 Feb 2004 13:00:06
Original commit files touched by this commit  2.3.3_2
 This port version is marked as vulnerable.
perky search for other commits by this committer
- Update stackless_python to 2.3.3 as of 040225 and unmark BROKEN.
- Set mutually exclusive confliction for {,stackless_}python.
24 Feb 2004 08:19:54
Original commit files touched by this commit  2.3.3_2
 This port version is marked as vulnerable.
perky search for other commits by this committer
- Add a workaround for the net/straw port installation problem
recently introduced by libpthread. The problem was that waitpid(2)
raised EINTR but python's distutils didn't catch it correctly.
- PORTREVISION is bumped to 2, subsequently.
16 Feb 2004 19:03:00
Original commit files touched by this commit  2.3.3_1
 This port version is marked as vulnerable.
marcel search for other commits by this committer
On ia64, libpython2.3 must be built with -fPIC as well. This unbreaks
KDE (for example).
09 Feb 2004 09:54:07
Original commit files touched by this commit  2.3.3_1
 This port version is marked as vulnerable.
perky search for other commits by this committer
- Use process scope threads instead of system scope to enable large
  amount of threads on -CURRENT libpthread by default. [1]
- Merge bugfixes from python 2.3 maintenance branch: [2]
  o weakref object's garbage collection problem.
  o save unnecessary startup-time memory allocation of 100KB+ from
    intobject.
- SIZEify.
- Bump PORTREVISION subsequently.

Advised by:     eischen, julian [1]
Obtained from:  Python CVS [2]
09 Jan 2004 02:01:39
Original commit files touched by this commit  2.3.3
 This port version is marked as vulnerable.
perky search for other commits by this committer
Add checksum entry for Python 2.4 040106.
28 Dec 2003 13:55:07
Original commit files touched by this commit  2.3.3
 This port version is marked as vulnerable.
perky search for other commits by this committer
Fix builds for whom has VPATH on his/her environment variables.

PR:             57731
Reported by:    bms
20 Dec 2003 07:13:43
Original commit files touched by this commit  2.3.3
 This port version is marked as vulnerable.
perky search for other commits by this committer
- 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.
04 Dec 2003 10:41:46
Original commit files touched by this commit  2.3.2_3
 This port version is marked as vulnerable.
demon search for other commits by this committer
Add WWW.

Approved by:    maintainer
21 Nov 2003 03:15:02
Original commit files touched by this commit  2.3.2_3
 This port version is marked as vulnerable.
perky search for other commits by this committer
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
15 Nov 2003 19:22:37
Original commit files touched by this commit  2.3.2_2
 This port version is marked as vulnerable.
perky search for other commits by this committer
Ignore syntax errors on compiling 3rd party packages.

Tested by:      Lee Harr <missive@hotmail.com>
12 Nov 2003 20:58:38
Original commit files touched by this commit  2.3.2_2
 This port version is marked as vulnerable.
perky search for other commits by this committer
Clarify a sentence on pkg-message.

PR:             59196
Submitted by:   Linh Pham <question@closedsrc.org>
04 Nov 2003 18:00:37
Original commit files touched by this commit  2.3.2_2
 This port version is marked as vulnerable.
perky search for other commits by this committer
- 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>
29 Oct 2003 21:31:13
Original commit files touched by this commit  2.3.2_1
 This port version is marked as vulnerable.
perky search for other commits by this committer
- 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]
29 Oct 2003 20:52:33
Original commit files touched by this commit  2.3.2_1
 This port version is marked as vulnerable.
sobomax search for other commits by this committer
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).
21 Oct 2003 17:17:45
Original commit files touched by this commit  2.3.2
 This port version is marked as vulnerable.
perky search for other commits by this committer
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>
19 Oct 2003 09:17:44
Original commit files touched by this commit  2.3.2
 This port version is marked as vulnerable.
perky search for other commits by this committer
- 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]
16 Oct 2003 05:36:05
Original commit files touched by this commit  2.3.2
 This port version is marked as vulnerable.
perky search for other commits by this committer
Add alpha to list of 64bit architectures. (This fixes package
building on alpha)

Spotted by:     kris
04 Oct 2003 05:17:10
Original commit files touched by this commit  2.3.2
 This port version is marked as vulnerable.
perky search for other commits by this committer
Update to Python-2.3.2
29 Sep 2003 11:44:32
Original commit files touched by this commit  2.3.1_2
 This port version is marked as vulnerable.
perky search for other commits by this committer
- 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]
27 Sep 2003 18:29:04
Original commit files touched by this commit  2.3.1_1
 This port version is marked as vulnerable.
perky search for other commits by this committer
Use smaller recursion limits on amd64 and sparc64 to avoid
stack overflows.

Tested on:      sledge, panther
26 Sep 2003 16:44:13
Original commit files touched by this commit  2.3.1_1
 This port version is marked as vulnerable.
perky search for other commits by this committer
- Revive os.fsync function which is disabled by a typo of Python-2.3.1.
- Bump PORTREVISION

Obtained from:  Python CVS
26 Sep 2003 04:24:56
Original commit files touched by this commit  2.3.1
 This port version is marked as vulnerable.
perky search for other commits by this committer
Add notes about separated standard modules.
24 Sep 2003 11:07:22
Original commit files touched by this commit  2.3.1
 This port version is marked as vulnerable.
perky search for other commits by this committer
- 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.
22 Aug 2003 05:31:45
Original commit files touched by this commit  2.3_1
 This port version is marked as vulnerable.
perky search for other commits by this committer
BUILD_STATIC by default because it's better.
(See http://mail.python.org/pipermail/python-dev/2003-August/037472.html)
01 Aug 2003 09:14:44
Original commit files touched by this commit  2.3
 This port version is marked as vulnerable.
perky search for other commits by this committer
Add md5 digest for python 2.4a0.20030801
31 Jul 2003 19:34:54
Original commit files touched by this commit  2.3
 This port version is marked as vulnerable.
perky search for other commits by this committer
- 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]
09 Jul 2003 07:40:56
Original commit files touched by this commit  2.2.3_2
 This port version is marked as vulnerable.
perky search for other commits by this committer
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
04 Jul 2003 11:57:54
Original commit files touched by this commit  2.2.3_1
 This port version is marked as vulnerable.
perky search for other commits by this committer
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.

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

1 | 2  »  

282c
Login
User Login
Create account

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

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
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
firefox35May 15
firefox36May 15

5 vulnerabilities affecting 20 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 24523
Broken 217
Deprecated 473
Ignore 637
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 27
Expired 132
Set to expire 511
Interactive 33
new 24 hours 7
new 48 hours11
new 7 days29
new fortnight79
new month211

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