| non port: Mk/bsd.python.mk |
|
CVSWeb
|
Number of commits found: 86 |
|
Sat, 19 Jul 2008
|
[ 18:59 kris ]
1.104 Makefile
1.83 Mk/bsd.java.mk
1.596 Mk/bsd.port.mk
1.75 Mk/bsd.port.subdir.mk
1.105 Mk/bsd.python.mk
1.14 Tools/make_index
Major optimizations for 'make index' and other recursive traversal
targets.
* Use /rescue/sh for index builds instead of /bin/sh, when it exists.
The former is statically linked and faster to execute, which becomes
significant when executing it tens of thousands of times. This
trick can be used with other recursive targets by passing in
__MAKE_SHELL.
* Get rid of make variable assignments that use != command invocations
in the critical path, using several methods:
- rewriting logic to use shell or make builtins instead of external command
executions
- macroizing commands and executing them in the targets where they
are needed instead of with every invocation of make(Only the first 15 lines of the commit message are shown above )
|
|
Fri, 30 May 2008
|
[ 06:50 perky ]
1.153 lang/python23/Makefile
1.104 Mk/bsd.python.mk
1.67 lang/python/distinfo
1.55 lang/python23/distinfo
1.61 lang/python23/pkg-plist
Update python23 to 2.3.7.
|
|
Sun, 16 Mar 2008
|
[ 10:25 perky ]
1.150 lang/python23/Makefile
1.160 lang/python24/Makefile
1.103 Mk/bsd.python.mk
1.66 lang/python/distinfo
1.54 lang/python23/distinfo
1.64 lang/python24/distinfo
1.2 lang/python23/files/patch-Lib::email::Charset.py
1.60 lang/python23/pkg-plist
1.65 lang/python24/pkg-plist
Update python23 to Python 2.3.6 and python24 to Python 2.4.5.
|
|
Sun, 24 Feb 2008
|
[ 13:42 perky ]
1.147 lang/python25/Makefile
1.102 Mk/bsd.python.mk
1.24 lang/python-doc-html/distinfo
1.65 lang/python/distinfo
1.56 lang/python25/distinfo
1.71 lang/python25/pkg-plist
Update to Python 2.5.2.
|
|
Wed, 10 Oct 2007
|
[ 08:04 perky ]
1.101 Mk/bsd.python.mk
Don't define PYTHONPATH unless PREFIX != LOCALBASE. This fixes
the massive plist problems introduced by the previous commit.
Reported by: pav
|
|
Sun, 7 Oct 2007
|
[ 14:50 perky ]
1.100 Mk/bsd.python.mk
- Correct installation paths in plist for PREFIX != LOCALBASE [1]
- Fix typo on comment about SZOPEBASEDIR and ZOPEBASEDIR [2]
- Fix type on Zope 2.10 support [3]
- Add a workaround for package building of ports using easy_install
on jail environments [4]
PR: 116278 [1], 116428 [2], 116520 [3]
Submitted by: Marcus von Appen <mva@sysfault.org> [1],
nakaji [2], Christian Ullrich <chris@chrullrich.net> [3]
Reported by: sat [4]
|
|
Sat, 4 Aug 2007
|
[ 12:37 gabor ]
1.77 CHANGES
1.532 UPDATING
1.1 Mk/bsd.commands.mk
1.1 Mk/bsd.destdir.mk
1.68 Mk/bsd.emacs.mk
1.143 Mk/bsd.gnome.mk
1.3 Mk/bsd.mail.mk
1.35 Mk/bsd.openssl.mk
1.578 Mk/bsd.port.mk
1.71 Mk/bsd.port.subdir.mk
(Only the first 10 of 13 ports in this commit are shown above. )
- Extract command variable definitions from bsd.port.mk, they are now stored in
bsd.commands.mk and can be easily reused within the infrastructure.
- Revert old DESTDIR implementation.
- Add a new, fully chrooted DESTDIR implementation as bsd.destdir.mk.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav)
|
|
Mon, 30 Jul 2007
|
[ 18:52 pav ]
1.98 Mk/bsd.python.mk
- Correct typo in comment block
|
[ 13:02 perky ]
1.97 Mk/bsd.python.mk
Fix typo in comment.
|
[ 10:42 alexbl ]
1.76 CHANGES
1.5 archivers/py-lzma/Makefile
1.13 astro/py-metar/Makefile
1.3 astro/pyephem/Makefile
1.14 audio/py-ao/Makefile
1.2 audio/py-apetag/Makefile
1.4 audio/py-cddb/Makefile
1.11 audio/py-eyed3/Makefile
1.6 audio/py-flac/Makefile
1.3 audio/py-id3/Makefile
(Only the first 10 of 445 ports in this commit are shown above. )
- 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
|
|
Mon, 26 Feb 2007
|
[ 07:32 alexbl ]
1.95 Mk/bsd.python.mk
- add PYTHON to CONFIGURE_ENV so that ports using auto* for python will be
able to detect it if it's not installed as bin/python
Prodded by: 104560, and others
|
|
Wed, 14 Feb 2007
|
[ 06:07 delphij ]
1.159 lang/python/Makefile
1.156 lang/python24/Makefile
1.94 Mk/bsd.python.mk
1.22 lang/python-doc-html/distinfo
1.63 lang/python/distinfo
1.63 lang/python24/distinfo
1.2 lang/python24/files/patch-CVE-2006-4980
1.11 lang/python24/files/patch-setup.py
1.62 lang/python24/pkg-plist
Update to Python 2.4.4.
Approved by: maintainer timeout, alexbl (python@)
Tested by: pointyhat
PR: ports/105901
|
|
Sat, 27 Jan 2007
|
[ 05:47 tmclaugh ]
1.93 Mk/bsd.python.mk
Remove python21 and python22 bits now that they are gone.
Approved by: python@ (alexbl)
|
|
Wed, 17 Jan 2007
|
[ 10:48 miwi ]
1.92 Mk/bsd.python.mk
- Fix whitespaces
Approved by: alexbl
|
[ 10:41 alexbl ]
1.91 Mk/bsd.python.mk
- add a PYTHON_VER variable to bsd.python.mk, this provides a simple x.y
version variable for the Python installation which is to be used when
making egg filenames instead of using the internal _PYTHON_VERSION
|
|
Fri, 22 Dec 2006
|
[ 05:26 alexbl ]
1.90 Mk/bsd.python.mk
- add a PYWSGIREF dependency line since wsgiref is included with 2.5
|
|
Wed, 13 Dec 2006
|
[ 03:22 alexbl ]
1.89 Mk/bsd.python.mk
- add ${PYHASHLIB} dependency macro to bsd.python.mk
|
|
Fri, 8 Dec 2006
|
[ 21:50 alexbl ]
1.7 audio/py-libtunepimp/Makefile
1.3 audio/py-musicbrainz2/Makefile
1.14 devel/py-ctypes/Makefile
1.88 Mk/bsd.python.mk
- Mark devel/py-ctypes IGNORE with Python 2.5 [1]
- add a PYCTYPES dependency macro to bsd.python.mk to unbreak ctypes using
ports on Python 2.5 [2]
- Update two of the four ports using ctypes to this macro [3]
PR: 104587 [1]
Submitted by: Marcus von Appen <mva@sysfault.org> [1]
Approved by: portmgr (pav, linimon) [2], myself [3]
|
[ 04:57 alexbl ]
1.87 Mk/bsd.python.mk
- Add PYNUMPY macro to bsd.python.mk
Ports using Py-Numeric should be aware that it is considered deprecated
in favor of NumPy.
PR: 105544
Submitted by: Diane Bruce <db@db.net>
Approved by: maintainer timeout, python@ (self)
|
|
Thu, 30 Nov 2006
|
[ 13:51 pav ]
1.86 Mk/bsd.python.mk
- Add support for Zope 2.10
PR: ports/106001
Submitted by: HAYASHI Yasushi <yasi@yasi.to>
|
|
Fri, 13 Oct 2006
|
[ 08:16 perky ]
1.157 lang/python/Makefile
1.155 lang/python24/Makefile
1.143 lang/python25/Makefile
1.85 Mk/bsd.python.mk
1.10 lang/python24/files/patch-setup.py
1.14 lang/python25/files/patch-setup.py
1.61 lang/python24/pkg-plist
1.68 lang/python25/pkg-plist
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)
|
|
Mon, 9 Oct 2006
|
[ 15:27 perky ]
1.1160 MOVED
1.401 UPDATING
1.84 Mk/bsd.python.mk
- 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.
|
|
Sun, 8 Oct 2006
|
[ 15:53 perky ]
1.83 Mk/bsd.python.mk
Whitespace cleanup.
PR: 104021
Submitted by: edwin
|
|
Wed, 13 Sep 2006
|
[ 17:26 perky ]
1.138 lang/python-devel/Makefile
1.82 Mk/bsd.python.mk
1.53 lang/python-devel/distinfo
1.66 lang/python-devel/pkg-plist
- Update lang/python-devel to Python 2.5c2
- Sync some recent workarounds from lang/python.
|
|
Fri, 4 Aug 2006
|
[ 13:34 erwin ]
1.8 databases/p5-DBD-Oracle/Makefile
1.18 databases/p5-sqlrelay/Makefile
1.19 devel/p5-Devel-DProf/Makefile
1.21 devel/p5-Glib2/Makefile
1.17 devel/p5-SDL/Makefile
1.16 devel/plan9port/Makefile
1.104 devel/subversion/Makefile
1.223 graphics/ImageMagick/Makefile
1.29 graphics/pgperl/Makefile
1.13 graphics/tcm/Makefile
(Only the first 10 of 67 ports in this commit are shown above. )
Add support for DESTDIR part I.
This commit should largele be a NOOP as it only adds support
for DESTDIR undefined. This does allow us to start testing
ports with DESTDIR set, but this is as of yet not supported.
Although this has been extensively tested on pointyhat, this
is a very intrusive change and some cases may have been
overlooked. Please contact Gabor and me if you find any.
PR: 100555
Submitted by: gabor
Sponsored by: Google Summer of Code 2006
|
[ 07:37 perky ]
1.136 lang/python-devel/Makefile
1.80 Mk/bsd.python.mk
1.52 lang/python-devel/distinfo
1.65 lang/python-devel/pkg-plist
Update python-devel to 2.5b3.
|
|
Fri, 23 Jun 2006
|
[ 04:35 perky ]
1.79 Mk/bsd.python.mk
Fix to report a correct version number that we use. (2.5b1 -> 2.5.b1)
|
[ 04:09 perky ]
1.134 lang/python-devel/Makefile
1.78 Mk/bsd.python.mk
1.51 lang/python-devel/distinfo
1.11 lang/python-devel/files/patch-setup.py
1.64 lang/python-devel/pkg-plist
Update python-devel to 2.5b1.
|
|
Fri, 16 Jun 2006
|
[ 16:43 perky ]
1.77 Mk/bsd.python.mk
Fence around shell execution variables not to fail abnormally when
Python segfaults.
Reported by: jeff
|
|
Sat, 3 Jun 2006
|
[ 18:38 perky ]
1.76 Mk/bsd.python.mk
Correct zope dependency target for 3.2.
PR: 97151
Submitted by: Phil Oleson <oz@nixil.net>
|
|
Thu, 30 Mar 2006
|
[ 10:40 perky ]
1.150 lang/python/Makefile
1.75 Mk/bsd.python.mk
1.58 lang/python/distinfo
1.2 lang/python/files/patch-Python::pystate.c
1.59 lang/python/pkg-plist
Update to Python 2.4.3.
|
|
Sun, 26 Mar 2006
|
[ 08:58 perky ]
1.131 lang/python-devel/Makefile
1.74 Mk/bsd.python.mk
1.50 lang/python-devel/distinfo
1.1 lang/python-devel/files/patch-Modules-_ctypes-libffi-configure
1.63 lang/python-devel/pkg-plist
Update to Python trunk snapshot as of 2006-03-26.
|
|
Mon, 30 Jan 2006
|
[ 02:37 perky ]
1.73 Mk/bsd.python.mk
Add support for Zope 2.9.
Submitted by: HAYASHI Yasushi <yasi@yasi.to>
|
|
Mon, 23 Jan 2006
|
[ 21:14 pav ]
1.72 Mk/bsd.python.mk
- Zope 3.1 is now 3.2
|
|
Wed, 7 Dec 2005
|
[ 04:23 perky ]
1.71 Mk/bsd.python.mk
Fix a problem that it fails to detect PYTHON_PLATFORM on versions
without any dot.
Reported by: kuriyama
|
|
Wed, 9 Nov 2005
|
[ 08:21 pav ]
1.802 MOVED
1.9 audio/gaim-festival/Makefile
1.13 deskutils/nautilus-sendto/Makefile
1.3 irc/gaim-irchelper/Makefile
1.43 japanese/gaim/Makefile
1.10 misc/gaim-bangexec/Makefile
1.35 misc/gaim-guifications/Makefile
1.12 misc/gaim-ignorance/Makefile
1.9 multimedia/gaim-xmms-remote/Makefile
1.3 net-im/Makefile
(Only the first 10 of 206 ports in this commit are shown above. )
Move instant messaging related ports to newly created net-im category:
net/gaim -> net-im/gaim
net/gaim-latex -> net-im/gaim-latex
net/gaim-openq -> net-im/gaim-openq
net/gaim-rss-reader -> net-im/gaim-rss-reader
net/gicq -> net-im/gicq
net/gnomeicu2 -> net-im/gnomeicu2
net/gossip -> net-im/gossip
net/ickle -> net-im/ickle
net/jabber -> net-im/jabber
net/jabber-aim -> net-im/jabber-aim
net/jabber-conference -> net-im/jabber-conference
net/jabber-jud -> net-im/jabber-jud
net/jabber-msn -> net-im/jabber-msn (Only the first 15 lines of the commit message are shown above )
|
|
Sun, 6 Nov 2005
|
[ 01:28 perky ]
1.69 Mk/bsd.python.mk
Add new variables for the better Zope support:
- USE_ZOPE now gets USE_PYTHON-like version syntax to use in
Zope product ports Makefiles to limit range of supported
Zope versions.
- "yes" for choosing default (2.7).
- 2.8+ for 2.8 and any of higher versions.
- -2.8 in case of the Zope product isn't ready for Zope 3.
- 2.8-3.1 if the product isn't compatible with Python 2.3.
- ZOPE_VERSION is to use in command line argument or
/etc/make.conf. This accepts one of 2.7 2.8 and 3.1
currently.
PR: 87476
Requested by: Filippo Natali <filippo.natali@gmail.com>
|
|
Sun, 2 Oct 2005
|
[ 15:31 perky ]
1.148 lang/python/Makefile
1.68 Mk/bsd.python.mk
1.18 lang/python-doc-html/distinfo
1.55 lang/python/distinfo
1.2 lang/python/files/patch-Lib::test::test_fcntl.py
1.2 lang/python/files/patch-Modules::fcntlmodule.c
1.1 lang/python/files/patch-Modules::socketmodule.c
- 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]
|
|
Thu, 28 Jul 2005
|
[ 09:29 perky ]
1.130 lang/python-devel/Makefile
1.67 Mk/bsd.python.mk
1.48 lang/python-devel/distinfo
1.62 lang/python-devel/pkg-plist
Update python-devel to 2.5.a0.20050728 snapshot.
|
|
Thu, 7 Jul 2005
|
[ 09:10 perky ]
1.66 Mk/bsd.python.mk
- Add new bsd.python.mk-side support for Twisted Python.
This brings USE_TWISTED options which works like USE_GNOME
to python ports. [1]
- Fill comment about USE_ZOPE. [1]
- Fix some mixed usage of tab and space.
PR: 82445 [1]
Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru> [1]
|
|
Sun, 3 Apr 2005
|
[ 14:55 perky ]
1.141 lang/python/Makefile
1.65 Mk/bsd.python.mk
1.53 lang/python/distinfo
1.2 lang/python/files/patch-Lib::SimpleXMLRPCServer.py
1.1 lang/python/files/patch-Lib::test::test_fcntl.py
1.56 lang/python/pkg-plist
Update to Python 2.4.1
|
|
Sun, 20 Mar 2005
|
[ 16:18 perky ]
1.141 lang/python23/Makefile
1.64 Mk/bsd.python.mk
1.52 lang/python23/distinfo
Update lang/python23 to Python 2.3.5.
|
|
Sat, 29 Jan 2005
|
[ 05:01 perky ]
1.126 lang/python-devel/Makefile
1.63 Mk/bsd.python.mk
1.46 lang/python-devel/distinfo
1.51 lang/python/distinfo
1.2 lang/python-devel/files/patch-Lib::plat-freebsd6::IN.py
1.7 lang/python-devel/files/patch-configure
1.59 lang/python-devel/pkg-plist
Resurrect lang/python-devel port with Python 2.5 development snapshot
as of today.
|
[ 01:47 perky ]
1.62 Mk/bsd.python.mk
Propagate PYTHON_VERSION to child make processes to avoid duplicated
dependency on many python versions. This fixes a problem that Zope
product ports depend on both of Python 2.3 and 2.4 if they use not
only Zope itself but also 3rd party Python modules.
Submitted by: Filippo Natali <filippo.natali@widestore.net>
|
|
Sun, 9 Jan 2005
|
[ 10:12 krion ]
1.9 Mk/bsd.autotools.mk
1.36 Mk/bsd.emacs.mk
1.17 Mk/bsd.gnustep.mk
1.48 Mk/bsd.kde.mk
1.58 Mk/bsd.port.subdir.mk
1.61 Mk/bsd.python.mk
1.8 Mk/bsd.sdl.mk
1.275 Mk/bsd.sites.mk
Remove trailing spaces.
|
|
Sun, 19 Dec 2004
|
[ 17:06 perky ]
1.60 Mk/bsd.python.mk
Force to use Python 2.3 for Zope ports. We still have "duplicated
ORIGIN" problem when a python extension module is needed by not
only a Zope product but also non-Zope python application. And
there's no known good solution yet.
PR: 75013
Submitted by: Filippo Natali <filippo@widestore.net>
|
|
Wed, 1 Dec 2004
|
[ 15:04 perky ]
1.429 lang/Makefile
1.138 lang/python/Makefile
1.138 lang/python23/Makefile
1.59 Mk/bsd.python.mk
1.50 lang/python/distinfo
1.50 lang/python23/distinfo
1.2 lang/python/files/patch-Lib::distutils::spawn.py
1.2 lang/python/files/patch-Lib::email::Charset.py
1.2 lang/python/files/patch-Lib::plat-freebsd6::IN.py
1.2 lang/python/files/patch-Lib::posixfile.py
(Only the first 10 of 17 ports in this commit are shown above. )
- Update lang/python to 2.4 final release.
- Finish repocopy lang/python -> lang/python23 for Python 2.3.4
|
|
Sat, 20 Nov 2004
|
[ 17:17 perky ]
1.124 lang/python-devel/Makefile
1.58 Mk/bsd.python.mk
1.45 lang/python-devel/distinfo
1.49 lang/python/distinfo
- Update python-devel to 2.4c1
|
|
Sat, 6 Nov 2004
|
[ 19:48 perky ]
1.122 lang/python-devel/Makefile
1.57 Mk/bsd.python.mk
1.44 lang/python-devel/distinfo
1.58 lang/python-devel/pkg-plist
Update -devel to Python-2.4b2.
|
|
Fri, 22 Oct 2004
|
[ 02:34 perky ]
1.56 Mk/bsd.python.mk
Fix a regex to determine PYTHON_PLATFORM correctly on FreeBSD patched
revisions such as 5.2.1 or 4.6.1.
Submitted by: tg
|
|
Fri, 3 Sep 2004
|
[ 18:12 perky ]
1.121 lang/python-devel/Makefile
1.55 Mk/bsd.python.mk
1.43 lang/python-devel/distinfo
1.2 lang/python-devel/files/patch-Modules::cjkcodecs::_codecs_iso2022.c
1.6 lang/python-devel/files/patch-configure
1.10 lang/python-devel/files/patch-setup.py
1.57 lang/python-devel/pkg-plist
Update to 2.4a3
PR: 71340
Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
|
|
Sat, 7 Aug 2004
|
[ 07:36 perky ]
1.119 lang/python-devel/Makefile
1.54 Mk/bsd.python.mk
1.42 lang/python-devel/distinfo
1.2 lang/python-devel/files/patch-Lib-test-test_socket.py
1.8 lang/python-devel/files/patch-setup.py
1.55 lang/python-devel/pkg-plist
- Update to 2.4a2
- Add IPV6 option [1]
PR: 69950 [1]
Submitted by: Marcus Grando <marcus@corp.grupos.com.br> [1]
|
|
Sat, 10 Jul 2004
|
[ 03:00 perky ]
1.53 Mk/bsd.python.mk
If GNU_CONFIGURE or HAS_CONFIGURE is defined, don't configure with
distutils. This reenables to build py-sgrep.
Spotted by: kris
|
|
Fri, 9 Jul 2004
|
[ 17:53 perky ]
1.52 Mk/bsd.python.mk
1.41 lang/python-devel/distinfo
1.45 lang/python/distinfo
The tarball for Python 2.4a1 is renamed in the site.
|
|
Thu, 8 Jul 2004
|
[ 16:53 perky ]
1.117 lang/python-devel/Makefile
1.51 Mk/bsd.python.mk
1.40 lang/python-devel/distinfo
1.1 lang/python-devel/files/patch-Lib-test-test_socket.py
1.2 lang/python-devel/files/patch-Makefile.pre.in
1.7 lang/python-devel/files/patch-setup.py
1.54 lang/python-devel/pkg-plist
- Update to 2.4a1, the first alpha release of Python 2.4.
- Provide USE_PYTHON_BUILD and USE_PYTHON_RUN to allow explicit
dependencies. [1]
- Provide PYDISTUTILS_CONFIGUREARGS and run ${PYSETUP} config on
'do-configure' targets. [2]
Reviewed by: eik [1]
Submitted by: Mike Brown <mike@skew.org>
|
|
Mon, 21 Jun 2004
|
[ 02:33 perky ]
1.410 lang/Makefile
1.91 lang/python15/Makefile
1.98 lang/python20/Makefile
1.22 lang/python15/files/Setup
1.23 lang/python20/files/Setup
1.3 lang/python20/files/Setup.OpenSSL
1.2 lang/python15/files/Setup.gmp
1.2 lang/python20/files/Setup.gmp
1.50 Mk/bsd.python.mk
1.26 lang/python15/distinfo
(Only the first 10 of 32 ports in this commit are shown above. )
Remove deprecated ports: lang/python15 and lang/python20.
|
|
Thu, 27 May 2004
|
[ 16:58 perky ]
1.130 lang/python/Makefile
1.49 Mk/bsd.python.mk
1.43 lang/python/distinfo
1.2 lang/python/files/patch-Objects::intobject.c
1.4 lang/python/files/patch-Objects::weakrefobject.c
1.9 lang/python/files/patch-configure
1.51 lang/python/pkg-plist
- 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.
|
|
Sat, 1 May 2004
|
[ 02:44 perky ]
1.48 Mk/bsd.python.mk
Use ${EXPR} and ${ECHO_CMD} instead of verbose commands.
PR: 66108
Submitted by: eik
|
|
Mon, 19 Apr 2004
|
[ 08:29 perky ]
1.47 Mk/bsd.python.mk
- Enable ZOPE directory variables to be overridden in make.conf.
- Install 3rd party products to the right place.
PR: 65608
Submitted by: Gerhard Sschmidt <estartu@augusta.de>
|
|
Fri, 2 Apr 2004
|
[ 01:00 pav ]
1.2 www/zope/files/CREDITS
1.55 www/zope/Makefile
1.2 www/zope/files/Message
1.3 www/zope/files/apache.conf.Zope-Changes
1.46 Mk/bsd.python.mk
1.28 www/zope/distinfo
1.1 www/zope/files/patch-lib-python-zdaemon-zdctl.py
1.2 www/zope/pkg-deinstall
1.2 www/zope/pkg-install
1.1 www/zope/pkg-message
(Only the first 10 of 13 ports in this commit are shown above. )
- Update to 2.7.0
PR: ports/63265
Submitted by: Gerhard Schmidt <estartu@augusta.de>
Approved by: crowds on python@ via perky (in general)
|
|
Thu, 11 Mar 2004
|
[ 15:53 perky ]
1.111 lang/python-devel/Makefile
1.45 Mk/bsd.python.mk
1.39 lang/python-devel/distinfo
1.53 lang/python-devel/pkg-plist
Update to Python development snapshot as of 040311.
I must say that it's faster by 10%~ than previous snapshot or 2.3.
And it incorporated CJKCodecs from this! :)
|
|
Mon, 26 Jan 2004
|
[ 02:11 perky ]
1.44 Mk/bsd.python.mk
Add ZOPEPRODUCTDIR to PLIST_SUB when USE_ZOPE is triggered.
PR: 61611
Submitted by: Khairil Yusof <kaeru@streamyx.com>
|
|
Tue, 20 Jan 2004
|
[ 09:14 marcus ]
1.3 games/moonlander/Makefile
1.45 security/snort/Makefile
1.29 Mk/bsd.emacs.mk
1.58 Mk/bsd.gnome.mk
1.9 Mk/bsd.gnustep.mk
1.37 Mk/bsd.java.mk
1.12 Mk/bsd.openssl.mk
1.475 Mk/bsd.port.mk
1.51 Mk/bsd.port.subdir.mk
1.43 Mk/bsd.python.mk
Here come the patches!
* Add ghostscript knobs [1]
* Add per-port persistent build options with a menu-driven front-end [2]
* Allow porters to override the message generated when do-configure fails [3]
* Add patch to obviate many pkg-plist files [4]
* Fix the PKG_DBDIR comment [5]
* Make ports framework more robust with regard to make index [6]
* Add new command macros to bsd.port.mk [7]
* Remove direct command use from bsd.port.mk [8]
* Make the ports system respect WITHOUT_CPU_CFLAGS [9]
* Break the SDL code out into bsd.sdl.mk [10]
* Add working support for USE_SIZE [11]
* Fix RANDOMIZE_MASTER_SITES on -CURRENT [12]
* Convert some spaces to tabs [13] (Only the first 15 lines of the commit message are shown above )
|
|
Fri, 9 Jan 2004
|
[ 01:43 perky ]
1.108 lang/python-devel/Makefile
1.42 Mk/bsd.python.mk
Update python-devel to 2.4 20040106 snapshot.
|
|
Sat, 20 Dec 2003
|
[ 07:13 perky ]
1.116 lang/python/Makefile
1.41 Mk/bsd.python.mk
1.14 lang/python-doc-html/distinfo
1.39 lang/python/distinfo
1.2 lang/python/files/patch-Include::weakrefobject.h
1.1 lang/python/files/patch-Lib::email::Charset.py
1.2 lang/python/files/patch-Lib::test_weakref.py
1.2 lang/python/files/patch-Modules::_sre.c
1.2 lang/python/files/patch-Modules::gcmodule.c
1.2 lang/python/files/patch-Objects::weakrefobject.c
(Only the first 10 of 11 ports in this commit are shown above. )
- 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.
|
|
Tue, 4 Nov 2003
|
[ 18:07 perky ]
1.40 Mk/bsd.python.mk
Add dependency line for pyexpat as ${PYEXPAT} to provide adaptive
dependency for both of pre-2.3.2_2 and after-.
|
|
Wed, 29 Oct 2003
|
[ 21:31 perky ]
1.106 lang/python-devel/Makefile
1.113 lang/python/Makefile
1.87 lang/python15/Makefile
1.94 lang/python20/Makefile
1.102 lang/python21/Makefile
1.105 lang/python22/Makefile
1.39 Mk/bsd.python.mk
1.37 lang/python-devel/distinfo
1.38 lang/python/distinfo
1.2 lang/python-devel/files/patch-Modules-Setup.dist
(Only the first 10 of 14 ports in this commit are shown above. )
- 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]
|
|
Sun, 19 Oct 2003
|
[ 09:49 perky ]
1.38 Mk/bsd.python.mk
- Provide correct PYTHON_PORTVERSION as not default python's but
user-specified.
- Provide PYTHON_SITE_SUBDIR for separated python standard module ports.
|
|
Thu, 16 Oct 2003
|
[ 06:58 perky ]
1.37 Mk/bsd.python.mk
- Enable restricting compatible python versions by USE_PYTHON
eg)
USE_PYTHON= yes # backward compatible
USE_PYTHON= 2.2 # same as PYTHON_VERSION=python2.2
USE_PYTHON= 2.1+ # 2.1 at least
USE_PYTHON= 2.0-2.2 # from 2.0 to 2.2
USE_PYTHON= -2.3 # up to 2.3. 2.4 is not allowed.
- Introduce a new variable, PYTHON_PKGNAMESUFFIX for ports that is
more popular without 'py-' prefix like Mailman or Zope.
Reviewed by: silence on ports@
|
|
Sat, 4 Oct 2003
|
[ 06:17 perky ]
1.108 lang/python/Makefile
1.36 Mk/bsd.python.mk
1.13 lang/python-doc-html/distinfo
1.37 lang/python/distinfo
1.6 lang/python/files/patch-configure
1.2 lang/python/files/patch-pyconfig.h.in
Update to Python-2.3.2
|
|
Wed, 24 Sep 2003
|
[ 12:07 perky ]
1.104 lang/python/Makefile
1.35 Mk/bsd.python.mk
1.12 lang/python-doc-html/distinfo
1.36 lang/python/distinfo
1.2 lang/python/files/patch-Modules-Setup.dist
- 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.
|
|
Thu, 31 Jul 2003
|
[ 20:34 perky ]
1.102 lang/python/Makefile
1.34 Mk/bsd.python.mk
1.34 lang/python/distinfo
1.3 lang/python/files/patch-configure
1.3 lang/python/files/patch-setup.py
1.44 lang/python/pkg-plist
- 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]
|
|
Sat, 19 Jul 2003
|
[ 08:44 perky ]
1.102 lang/python-devel/Makefile
1.33 Mk/bsd.python.mk
1.35 lang/python-devel/distinfo
1.4 lang/python-devel/files/patch-configure
1.4 lang/python-devel/files/patch-setup.py
1.45 lang/python-devel/pkg-plist
Update to 2.3c1
|
|
Thu, 3 Jul 2003
|
[ 15:41 perky ]
1.349 lang/Makefile
1.100 lang/python-devel/Makefile
1.32 Mk/bsd.python.mk
1.34 lang/python-devel/distinfo
1.3 lang/python-devel/files/patch-configure
1.43 lang/python-devel/pkg-plist
Update new python-devel port to 2.3.b2.
This update introduces two new knobs to _disable_ somewhat
experimental options:
BUILD_STATIC=yes Unless this option is specified,
the port will build python as shared
binary.
WITH_UCS2=yes Unless this option is specified,
Py_UNICODE type will charge 4 bytes
per character (as we do for wchar_t)
Repo-copied by: joe (thanks!)
|
|
Mon, 9 Jun 2003
|
[ 06:42 perky ]
1.16 devel/py-optik/Makefile
1.18 lang/python-doc-html/Makefile
1.99 lang/python/Makefile
1.82 lang/python15/Makefile
1.89 lang/python20/Makefile
1.97 lang/python21/Makefile
1.31 Mk/bsd.python.mk
Take maintainerships from alane's python ports.
Rest in Peace, Alan.
|
|
Wed, 4 Jun 2003
|
[ 09:36 perky ]
1.96 lang/python/Makefile
1.30 Mk/bsd.python.mk
1.33 lang/python/distinfo
1.42 lang/python/pkg-plist
Update to 2.2.3
PR: 52830
Submitted by: Chuck Swiger <chuck@pkix.net> (partly)
Approved by: maintainer (implicitly)
|
|
Thu, 21 Nov 2002
|
[ 15:33 alane ]
1.29 Mk/bsd.python.mk
take over for tg@ who is away indefinitely
|
|
Thu, 17 Oct 2002
|
[ 12:14 perky ]
1.90 lang/python/Makefile
1.28 Mk/bsd.python.mk
1.32 lang/python/distinfo
1.2 lang/python/files/patch-Lib:urllib.py
1.2 lang/python/files/patch-configure
1.39 lang/python/pkg-plist
Upgrade to Python-2.2.2.
Approved by: tg
|
|
Fri, 20 Sep 2002
|
[ 19:56 alane ]
1.27 Mk/bsd.python.mk
Add variables for ZOPE. Patch supplied by maintiner
Submitted by: maintainer
Approved by: maintainer
|
|
Mon, 15 Jul 2002
|
[ 12:35 tg ]
1.26 Mk/bsd.python.mk
New variable PYNUMERIC, containing a dependency line for the py-numeric
extension.
|
|
Fri, 14 Jun 2002
|
[ 12:17 tg ]
1.25 Mk/bsd.python.mk
- Support development versions of Python.
- Allow installation to python-specific hierarchy. This will
benefit users of Zope and mod_python.
- Add PYTHON_*DIR variables to PLIST_SUB.
PR: 38769
Submitted by: Hye-Shik Chang <perky@fallin.lv>
|
|
Fri, 26 Apr 2002
|
[ 11:45 tg ]
1.24 Mk/bsd.python.mk
Fix comment to reflect the actual usage of USE_PYDISTUTILS.
|
|
Wed, 17 Apr 2002
|
[ 12:34 tg ]
1.23 Mk/bsd.python.mk
New trigger USE_PYDISTUTILS. When defined, `do-build' and `do-install'
will call the equivalent of `python setup.py {build|install}'. This
should help with most current extensions to the Python language.
PR: 36537
Submitted by: Hye-Shik Chang <perky@fallin.lv>
|
|
Fri, 12 Apr 2002
|
[ 11:34 tg ]
1.87 lang/python/Makefile
1.22 Mk/bsd.python.mk
1.31 lang/python/distinfo
1.37 lang/python/pkg-plist
(forced)
I meant: upgrade to 2.2.*1*.
|
[ 11:33 tg ]
1.86 lang/python/Makefile
1.21 Mk/bsd.python.mk
1.30 lang/python/distinfo
1.2 lang/python/files/patch-PyObject_DelItemString
1.36 lang/python/pkg-plist
Upgrade to Python-2.2.
PR: 36977
Submitted by: Hye-Shik Chang <perky@fallin.lv>
|
|
Thu, 11 Apr 2002
|
[ 12:29 tg ]
1.86 lang/python21/Makefile
1.20 Mk/bsd.python.mk
1.32 lang/python21/distinfo
1.38 lang/python21/pkg-plist
Upgrade to 2.1.3.
PR: 36977 36979
Submitted by: "Karsten W. Rohrbach" <karsten@rohrbach.de>
|
Number of commits found: 86 |