Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.9_3,2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.9_3,2 20 Jul 2022 14:22:15 |
Tobias C. Berner (tcberner) |
lang: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org> (Only the first 15 lines of the commit message are shown above ) |
3.7_3,2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.7_3,2 09 Jan 2020 13:33:08 |
mat |
Garbage collecte unusable things from lang/python{,2,3} metaports. |
3.6_3,2 09 Oct 2019 11:53:57 |
bapt |
Drop the ipv6 virtual category for l* category as it is not relevant anymore |
2.7_3,2 08 Mar 2019 07:20:40 |
antoine |
Add a not to a few meta ports: do not depend on these ports |
2.7_3,2 26 Jan 2019 12:43:47 |
sunpoet |
Update WWW |
2.7_3,2 22 Jan 2017 15:29:45 |
sunpoet |
Simplify Makefile
- Simplify RUN_DEPENDS
- Use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mk |
2.7_3,2 20 Jan 2017 19:38:19 |
sunpoet |
Fix symbolic links of idle and pydoc
- Bump PORTREVISION for package change
- While I'm here:
- Remove leading definite article from COMMENT
- Fix indent
- Add NO_ARCH
PR: 216310
Submitted by: Jose M. Alcaide <josemaria.alcaide@ehu.eus>
MFH: 2017Q1 |
2.7_2,2 01 Apr 2016 14:08:38 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
2.7_2,2 15 May 2015 03:48:07 |
bdrewery |
Remove dead PYTHON_NO_DEPENDS. It has not been needed or supported since
USES=python was added in r364450. |
2.7_2,2 20 Oct 2014 17:52:17 |
mva |
- Convert ports of irc/ and lang/ to new USES=python
Approved by: portmgr (implicit) |
2.7_2,2 01 Sep 2014 13:03:25 |
bapt |
Remove support for pkg_install
Merge back bsd.pkgng.mk into bsd.port.mk
Add a note about @stopdaemon not being supported anymore
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D693 |
2.7_2,2 04 Aug 2014 05:49:36 |
mva |
- Fix and remove stale symlinks after the lang/python* cleanup
Reported by: Scott Allendorf <scott-allendorf@uiowa.edu> |
2.7_1,2 25 Jan 2014 09:15:12 |
mva |
- Do not use absolute source paths for the symlinks to the stagedir
Noticed by: danfe |
2.7_1,2 25 Jan 2014 08:46:11 |
mva |
- Enable stagedir support |
2.7_1,2 03 Nov 2013 15:24:27 |
wg |
lang/python: use python default version
- This package should track python default version and not be based on the port
With hat on: python |
2.7_1,2 20 Sep 2013 19:53:10 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
2.7_1,2 01 Sep 2013 15:43:35 |
mva |
- improve the python meta port descriptions
Requested by: demon@
Reviewed by: demon@ |
2.7_1,2 26 Aug 2013 14:34:21 |
lwhsu |
- Bump PORTREVISION of lang/python since the package changed
- Refine UPDATING instruction
Approved by: mva |
2.7,2 18 Aug 2013 15:25:24 |
mva |
- Avoid circular dependencies due to the previous bsd.python.mk change |
2.7,2 17 Aug 2013 19:10:59 |
mva |
- Move the symlink magic for the default python version into lang/python
and lang/python2 and lang/python3. This change brings us closer to the goal
of making Python ports usable with different Python versions at the same
time.
- Add a new lang/python2 port to handle the symlinks for bin/python2,
bin/idle2, bin/pydoc2 and so on.
- Add a new lang/python3 port to handle the symlinks for bin/python3,
bin/idle3, bin/pydoc3 and so on.
- Bump the PORTREVISION on all lang/python* ports. |
2.7,2 03 Oct 2012 09:18:52 |
sbz |
- Add pkgng support |
2.7,2 27 Sep 2012 13:52:53 |
sbz |
- 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 |
2.6,2 08 Jul 2009 19:07:04 |
lwhsu |
- Remove distinfo, same informaion can (and should) be retrieved from
${PORTSDIR}/lang/python${PYTHON_SUFFIX}/distinfo
- Use ${SYSCTL} |
2.6,2 11 Jun 2009 13:29:23 |
wxs |
- Add support for portmaster to upgrade-site-packages.
Approved by: miwi |
2.6,2 08 Jun 2009 22:30:55 |
miwi |
- 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 |
2.5,2 09 Mar 2009 22:52:21 |
miwi |
- Update python30 to 3.0.1
Release Changelog:
http://python.org/download/releases/3.0.1/NEWS.txt |
2.5,2 18 Feb 2009 12:36:53 |
stas |
- Fix sha256 checksum for python 2.6.1.
Reported by: kib@
Approved by: python (miwi) |
2.5,2 17 Feb 2009 10:42:12 |
miwi |
- Add missing distinfo for python 2.5.4 and python 2.6.1 |
2.5,2 04 Dec 2008 11:21:22 |
perky |
Welcome to the new era of Python 3, with antigravity support!
Update to Python 3.0. |
2.5,2 13 Oct 2008 08:23:00 |
perky |
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 |
2.5,2 30 May 2008 05:50:04 |
perky |
Update python23 to 2.3.7. |
2.5,2 16 Mar 2008 10:25:08 |
perky |
Update python23 to Python 2.3.6 and python24 to Python 2.4.5. |
2.5,2 24 Feb 2008 13:42:28 |
perky |
Update to Python 2.5.2. |
2.5,2 31 Jul 2007 16:28:32 |
alexbl |
- 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> |
2.5,2 30 Jul 2007 09:42:28 |
alexbl |
- 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 |
2.4.4,1 14 Feb 2007 06:07:29 |
delphij |
Update to Python 2.4.4.
Approved by: maintainer timeout, alexbl (python@)
Tested by: pointyhat
PR: ports/105901 |
2.4.4 05 Feb 2007 01:08:46 |
pav |
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 ) |
2.4.3,1 13 Oct 2006 07:16:45 |
perky |
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) |
2.5 09 Oct 2006 15:51:28 |
perky |
- 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. |
2.5 09 Oct 2006 14:53:36 |
perky |
Fix version number to 2.5 even if 2.4 is in the system. |
2.5 09 Oct 2006 14:29:18 |
perky |
- 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. |
2.4.3_1 08 Oct 2006 06:48:01 |
simon |
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 |
2.4.3 13 Sep 2006 16:29:31 |
perky |
Add a checksum for 2.5c2 and remove checksums for old beta releases. |
2.4.3 12 Aug 2006 03:57:46 |
perky |
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> |
2.4.3 04 Aug 2006 06:39:10 |
perky |
Add checksums for Python 2.5b3 and remove old checksums for pre-alpha
versions. |
2.4.3 23 Jun 2006 03:11:37 |
perky |
Add a checksum for Python 2.5b1 |
2.4.3 14 May 2006 01:17:03 |
edwin |
[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 |
2.4.3 09 May 2006 20:52:24 |
edwin |
Remove USE_REINPLACE from the categories starting with L |
2.4.3 30 Mar 2006 09:40:13 |
perky |
Update to Python 2.4.3. |
2.4.2 26 Mar 2006 08:05:43 |
perky |
Add a checksum for Python 2.5.a0.20060326 |
2.4.2 01 Feb 2006 03:47:20 |
edwin |
SHA256ify (approved by krion@) |
2.4.2 02 Nov 2005 13:40:51 |
perky |
Add a CONFLICT to lang/python-mode.el. |
2.4.2 04 Oct 2005 13:50:02 |
perky |
Bring a bugfix enabling WITHOUT_THREADS build again.
Requested by: Mike Harding <mvh@ix.netcom.com>
Obtained from: Python CVS |
2.4.2 02 Oct 2005 14:31:39 |
perky |
- 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] |
2.4.1_3 28 Jul 2005 08:30:36 |
perky |
Add checksum for 2.5.a0.20050728 snapshot. |
2.4.1_3 28 Jul 2005 06:23:57 |
perky |
Fix fcntl.ioctl argument parsing to accept termios.TIOCGWINSZ.
Submitted by: jkim
Obtained from: Python CVS |
2.4.1_2 18 Jul 2005 12:44:08 |
perky |
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 |
2.4.1_1 19 Jun 2005 11:34:56 |
perky |
- 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] |
2.4.1_1 12 May 2005 01:49:54 |
perky |
- 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] |
2.4.1 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
2.4.1 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
2.4.1 03 Apr 2005 13:55:44 |
perky |
Update to Python 2.4.1 |
2.4_1 28 Mar 2005 23:11:44 |
perky |
Fix package building on non-i386 platforms by unrestrict `audioop`
module for them in plist.
Approved by: portmgr (kris) |
2.4_1 23 Mar 2005 04:43:58 |
perky |
Unbreak package building on ia64, alpha, amd64 and sparc64 by
adding ossaudiodev module to their plists, either.
Approved by: portmgr (kris) |
2.4_1 20 Mar 2005 16:20:11 |
perky |
Add checksum info for Python 2.3.5. |
2.4_1 04 Feb 2005 04:13:41 |
perky |
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 |
2.4 29 Jan 2005 05:01:02 |
perky |
Resurrect lang/python-devel port with Python 2.5 development snapshot
as of today. |
2.4 06 Dec 2004 05:28:34 |
perky |
Add new utility target named 'upgrade-site-packages' to upgrade
site-packages which was built on previous version of python. |
2.4 02 Dec 2004 05:22:15 |
perky |
mpz module is deprecated since Python 2.2 and removed in Python 2.4. |
2.4 01 Dec 2004 15:04:05 |
perky |
- Update lang/python to 2.4 final release.
- Finish repocopy lang/python -> lang/python23 for Python 2.3.4 |
2.3.4_2 20 Nov 2004 17:17:28 |
perky |
- Update python-devel to 2.4c1 |
2.3.4_2 15 Nov 2004 05:19:30 |
sf |
farewell to libxpg4. |
2.3.4_2 06 Nov 2004 19:50:06 |
perky |
Add checksum for Python-2.4b2. |
2.3.4_2 03 Sep 2004 17:14:14 |
perky |
Add distinfo for Python-2.4a3 |
2.3.4_2 21 Aug 2004 11:13:41 |
perky |
Fix package build on 4-STABLE.
Submitted by: kstewart <kstewart@owt.com> |
2.3.4_2 20 Aug 2004 23:56:16 |
perky |
- Add support for FreeBSD 6.
- Remove support for FreeBSD 2.
Spotted by: marcus, kris
Obtained from: Python CVS |
2.3.4_1 07 Aug 2004 07:00:18 |
perky |
- Allow to disable IPv6 support [1]
- Add checksum for 2.4a2
PR: 69950 [1]
Submitted by: Marcus Grando <marcus@corp.grupos.com.br> |
2.3.4_1 10 Jul 2004 01:53:37 |
perky |
Make PORTREVISION overridable by slave ports.
Found by: eik's chkversion |
2.3.4_1 09 Jul 2004 17:18:00 |
perky |
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 |
2.3.4 09 Jul 2004 16:53:03 |
perky |
The tarball for Python 2.4a1 is renamed in the site. |
2.3.4 08 Jul 2004 15:58:53 |
perky |
Add checksum info for 2.4a1. |
2.3.4 28 Jun 2004 06:02:39 |
perky |
Fix comment.
Submitted by: fjoe |
2.3.4 04 Jun 2004 05:21:57 |
perky |
Use ${CC} instead of cc on dynamic linkings.
PR: 67515
Submitted by: michael johnson <ahze@ahze.net> |
2.3.4 27 May 2004 15:58:02 |
perky |
- 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. |
2.3.3_5 07 May 2004 05:39:33 |
perky |
Use OPTIONS.
Submitted by: Stephane E. Potvin <sepotvin@videotron.ca> |
2.3.3_5 18 Apr 2004 11:42:38 |
perky |
Reduce configure warning.
PR: 55180 [1], 65680 [2]
Submitted by: Rui Lopes <rui@ruilopes.com> [1],
Roman Neuhauser <neuhauser@chello.cz> [2] |
2.3.3_5 14 Apr 2004 06:49:21 |
perky |
Fixed a bug where the configure script couldn't detect getaddrinfo()
properly if the KAME stack had SCTP support.
Submitted by: suz |
2.3.3_4 22 Mar 2004 08:59:52 |
perky |
Fix stackless build broken by the recent shared-build commit.
Submitted by: Sven Petai <hadara@bsd.ee> |
2.3.3_4 18 Mar 2004 07:00:08 |
perky |
Correct pre-install target to pre-su-install so that the credential
switch happens before directories are created under PREFIX.
Submitted by: marcel |
2.3.3_4 11 Mar 2004 15:55:38 |
perky |
- Fix installation problem where PREFIX != LOCALBASE.
- Add checksum for Python-2.4.a0.20040311 |
2.3.3_4 09 Mar 2004 02:24:31 |
perky |
Create a symbolic link to lib/python2.3.so on lib/python2.3/config/
for seamless upgrade from a static library.
Suggested by: dd |
2.3.3_3 08 Mar 2004 12:43:11 |
perky |
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> |
2.3.3_2 27 Feb 2004 13:00:06 |
perky |
- Update stackless_python to 2.3.3 as of 040225 and unmark BROKEN.
- Set mutually exclusive confliction for {,stackless_}python. |
2.3.3_2 24 Feb 2004 08:19:54 |
perky |
- 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. |
2.3.3_1 16 Feb 2004 19:03:00 |
marcel |
On ia64, libpython2.3 must be built with -fPIC as well. This unbreaks
KDE (for example). |
2.3.3_1 09 Feb 2004 09:54:07 |
perky |
- 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] |
2.3.3 09 Jan 2004 02:01:39 |
perky |
Add checksum entry for Python 2.4 040106. |