jasper
d0646ffd3d
fix WANTLIB/LIB_DEPENDS
...
ok alek@ mbalmer@
2007-05-07 15:43:33 +00:00
bernd
ae1bee24e7
Use xenocara expat.
2007-04-28 10:06:24 +00:00
djm
6a6f233846
python-2.5.1
2007-04-24 23:32:46 +00:00
espie
9eafbbfb35
base64 checksums.
2007-04-05 16:19:55 +00:00
steven
1521946831
make configure script like all versions of OpenBSD, unbreaks build.
...
ok sturm@
2007-02-16 22:56:48 +00:00
steven
bd3d64849c
regen plist.
...
reminded by alek@
2007-01-11 13:46:19 +00:00
steven
3ccd55cafa
- update to python 2.3.6
...
- build python with CXX, fixes problems with extensions that use CXX
such as the py-wxWidgets problem spotted by john.danks at gmail.com
from alek@ some time ago
2007-01-10 16:57:56 +00:00
steven
8b63a2b8ee
introduce MODPY_RUN_DEPENDS
2006-11-26 10:16:22 +00:00
steven
b1f5c9716e
new MULTI_PACKAGES
2006-11-24 20:48:23 +00:00
steven
3fa7fd5027
USE_X11
2006-11-13 11:20:24 +00:00
alek
f0eaa2070a
PFRAG file missed in previous commit
2006-11-09 17:36:29 +00:00
djm
3f01d8e28d
fix compilation on ARM, where the ctypes module is not supported by
...
moving it into a new PFRAG; feedback and ok alek@
2006-11-08 19:00:19 +00:00
djm
78f9f58699
refer to 2.5, not 2.4 here
2006-11-08 18:59:38 +00:00
alek
79b5e0d540
Add 2.5
2006-11-01 21:20:04 +00:00
alek
6633bb58a6
Switch from Setup files to setup.py; add new subpackages
2006-11-01 21:11:55 +00:00
alek
c50d7b16d9
Python 2.5
2006-11-01 20:59:18 +00:00
alek
5a61fb12aa
Update to 2.4.4; add bz2 subpacakge; switch to setup.py; redo PLISTs
2006-11-01 20:38:37 +00:00
alek
30b29f889b
Replace (DE)INSTALL with (UN)MESSAGE
2006-11-01 20:12:58 +00:00
alek
cca855dc21
Switch build to setup.py/distutils instead of Setup files; redo PLISTs; add bz2 subpackage
2006-11-01 20:02:06 +00:00
alek
093bb02619
SHARED_ONLY, part one
2006-10-10 19:08:06 +00:00
alek
969f8bd646
Set PKG_ARGS while setting NO64BIT
2006-10-02 20:29:40 +00:00
alek
9058c0cc43
Zap no_tests and no_tools flavors. Packages -tools and -tests don't
...
depend on other packages besides main python package so there is no reason
to not to build them by default.
2006-10-02 18:54:09 +00:00
djm
df845c7322
support bits for setuptools-style ports, activated using:
...
MODPY_SETUPTOOLS = Yes
feedback and ok xsa@
2006-09-26 15:27:02 +00:00
espie
d39a581bf9
more new lib specs
2006-08-03 19:56:08 +00:00
steven
b152800ccb
unbreak python build on 4.0, bump PKGNAMEs.
...
"fine" sturm@, "ok if it works" alek@
2006-07-28 22:36:41 +00:00
alek
974327c525
Switch default python version to 2.4
2006-06-03 09:14:04 +00:00
alek
b48cf21d31
Update to 2.4.3
2006-04-18 17:29:35 +00:00
bernd
c3969a91b0
Don't override do-build and do-install targets if CONFIGURE_STYLE is used.
...
"put this in" alek@
2006-01-27 17:50:54 +00:00
alek
407c9d0193
Fix build here as well
2006-01-22 11:34:45 +00:00
alek
64dd827320
Fix build
2006-01-22 11:33:32 +00:00
alek
135879e05a
- Better RUN_DEPENDS for subpackages
...
- Use SHARED_LIBS
- Bump PKGNAMEs
spotted by naddy@ and sturm@
SHARED_LIBS tips from espie@
2005-12-27 19:41:21 +00:00
alek
b7726698e9
- Add no_tests and no_tools FLAVORS, just like it's mentioned in DESCR file
...
- Better RUN_DEPENDS for subpackages
- Build expat subpackage for all versions of python
2005-12-17 12:45:39 +00:00
alek
6f511ff03f
- Update to 2.4.2
...
- Enable -expat subpackage base on included libexpat sources
2005-12-17 12:33:00 +00:00
alek
0e5c057f82
Fix MASTER_SITES
2005-11-11 09:45:29 +00:00
fgsch
7f59f4b5cc
fix bug #1019808 and bump package. maintainer@ ok.
2005-10-12 02:41:41 +00:00
naddy
63347c3c80
SECURITY:
...
CAN-2005-2491, http://securitytracker.com/id?1014744
A remote or local user may be able to supply a specially crafted
regular expression to trigger a heap integer overflow in PCRE.
ok pvalchev@
2005-08-27 15:57:31 +00:00
espie
f1e7eab840
those packages have not changed names since 3.6, even though their
...
packing-lists was changes in significant ways, and they do not have
enough dependencies that pkg_add can detect they changed through their
signature.
Bump the pkgname, so that pkg_add -r will choose to update them.
okay pvalchev@
2005-08-17 16:10:02 +00:00
jolan
8f70db9040
3.8-beta still has the "defining _XOPEN_SOURCE breaks shit" bug so
...
extend the python workaround to include 3.8 and bump pkgnames
2005-08-10 02:14:13 +00:00
alek
609a50a01b
Add 2.4
2005-06-07 01:13:52 +00:00
alek
65a7f47309
Import python 2.4
...
Python is an interpreted, interactive, object-oriented
programming language that combines remarkable power with
very clear syntax.
tested by djm@ and mpech@ (but more tests are needed!)
mbalmer@ and xsa@ want it to go in
2005-06-07 01:12:54 +00:00
alek
868c44e6c6
Mpz and expat modules only work with python 2.3
2005-06-06 20:47:04 +00:00
alek
1089355064
- Move stuff around in preparation for python 2.4
...
- Better WANTLIB marker for base package
2005-05-23 20:39:36 +00:00
alek
721889d57b
Missed in previous commit
2005-05-22 12:02:55 +00:00
alek
4fe315c497
Please use lang/python/2.3
...
ok mbalmer@, xsa@, krw@ and others too
2005-05-22 12:01:13 +00:00
alek
1f8e9733e2
Remove old version as we have newer ones.
...
ok mbalmer@, krw@ (and others too)
2005-05-17 17:53:25 +00:00
jolan
a0900859f7
X_OPEN_SOURCE workaround for 3.7 as well...
2005-03-08 09:20:32 +00:00
alek
1c7c77e466
Better dependencies for (sub)packages
2005-03-03 23:20:47 +00:00
alek
2691258fe2
- Update to 2.3.5 (this version has a fix for PSF-2005-001)
...
- Fix -tkinter subpackage
- Cleanup PLIST-tools
ok fgsch@, xsa@
2005-03-03 22:29:49 +00:00
alek
8d985aab06
- Security update PSF-2005-001 http://www.python.org/security/PSF-2005-001/
...
- Fix -tkinter subpackage
- Bump PKGNAME
ok fgsch@
2005-03-03 22:23:56 +00:00
alek
9df2e2b83d
- Fix -tkinter subpackage
...
- Bump PKGNAME
2005-03-03 21:59:57 +00:00