Commit Graph

50 Commits

Author SHA1 Message Date
martynas
680c954d11 last round of library bumps due to libc/libm changes. from sthen@
double-checked & ok naddy@, go for it pval@
2008-07-30 19:47:09 +00:00
steven
e68b25b9ba db.=4 -> db.>=4 in preparation of db4 update
ok sthen@
2007-10-25 21:05:33 +00:00
ajacoutot
0c0862e8f9 - tweak MESSAGE: force symlink creation (nothing fancy but makes it
easier when changing default python versions)

"sure" steven@
2007-10-16 08:22:32 +00:00
merdely
f525d52359 Remove surrounding quotes in COMMENT*/PERMIT_*/BROKEN 2007-09-16 00:27:05 +00:00
martynas
a7e086045b documentation fix: we don't automatically create symbolic links,
also be consistant with binary names, and move rcsid to the top.
bump pkgnames.
ok steven@
2007-06-26 16:50:18 +00:00
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
espie
9eafbbfb35 base64 checksums. 2007-04-05 16:19:55 +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
b1f5c9716e new MULTI_PACKAGES 2006-11-24 20:48:23 +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
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
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
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
1089355064 - Move stuff around in preparation for python 2.4
- Better WANTLIB marker for base package
2005-05-23 20:39:36 +00:00
jolan
a0900859f7 X_OPEN_SOURCE workaround for 3.7 as well... 2005-03-08 09:20:32 +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
522ecd0c11 Add/fix WANTLIB markers 2005-02-24 13:20:41 +00:00
sturm
b1d1e479a4 better and consistent LIB_DEPENDS on db; this fixes a few possible
build time failures, where the wrong version of db could be found
2005-01-12 21:31:05 +00:00
naddy
a8817eabcc SIZE 2005-01-05 16:50:35 +00:00
alek
b41845d74b - Replace $Id$ with $OpenBSD$
- Add missing $OpenBSD$
2004-12-30 23:45:07 +00:00
espie
63d1ab3303 repair some dependency paths. 2004-12-30 12:06:22 +00:00
espie
909bea101a fix dependency. 2004-12-21 11:30:39 +00:00
espie
66fe9ee3b0 Fix tk dependency 2004-11-16 02:10:56 +00:00
espie
cff383bc22 tag shared libraries... this is mandatory for libspecs to work. 2004-11-14 11:48:19 +00:00
alek
d661833f65 Remove empty patch
noticed and ok naddy@
2004-11-06 14:28:28 +00:00
espie
ee6b38872c new style conflicts 2004-09-18 12:52:54 +00:00
espie
c687e4bbba new-style conflicts for other versions of python. 2004-09-18 10:11:57 +00:00
espie
da21c3fc86 remove older fragments 2004-09-15 21:28:54 +00:00
espie
08b0103bad a few missing fragments 2004-09-15 21:27:01 +00:00
espie
7baa1914ab new plists.
some fragment games with python.
2004-09-15 19:16:07 +00:00
pvalchev
666a93cb2d mark broken on hppa: compiler hangs on py-Checker for example 2004-08-11 21:53:10 +00:00
xsa
d19c085d01 fix build on 3.6; reminded/ok by jolan@. ok maintainer, pvalsquid@.
sync patches while there.
2004-08-11 08:11:50 +00:00
xsa
a1aab65acd increase THREAD_STACK_SIZE for use with www/zope;
>From: MAINTAINER.
2004-08-08 15:38:00 +00:00
xsa
f2b0723b76 update to python-2.3.4
> From: MAINTAINER Aleksander Piotrowski
2004-08-05 21:50:25 +00:00
brad
fa4cee34db Make sure to pass the PIC flag when linking. 2004-05-12 22:27:24 +00:00
sturm
ebcf7f2f8e - teach makesetup about -pthread
- better pthread handling in configure
- find python binary when running regression tests, even when no python
  is installed

from maintainer Aleksander Piotrowski <aleksander.piotrowski at nic.com.pl>
2004-04-18 12:13:58 +00:00
brad
996dac4f2b add amd64, another 64bit target. 2004-04-06 02:39:23 +00:00
jolan
df6aa4127b fix build on OpenBSD 3.5 2004-03-01 04:36:12 +00:00
naddy
8920bb773e Remove workarounds for gcc2.95/sparc64 compiler bugs.
From: Aleksander Piotrowski <aleksander.piotrowski@nic.com.pl>
2004-02-29 16:39:39 +00:00
sturm
2e9f9cae33 - complete PLISTs for static archs
- patch cosmetics

from maintainer Aleksander Piotrowski
2004-02-03 07:39:51 +00:00
sturm
220641dd7f fix braino in PATCH_LIST handling 2004-01-08 21:11:22 +00:00
sturm
0926d07225 fix tk84 warnings in 2.1 and 2.2, bump PKGNAME, from jose@
spelling fixes in CHANGES.OpenBSD
remove mpz.so from PFRAG.mm, it has its own SUBPACKAGE
from maintainer Aleksander Piotrowski
2004-01-03 17:32:57 +00:00
sturm
282437dff5 initial import of python 2.3.3 from
Aleksander Piotrowski <aleksander dot piotrowski at nic dot com dot pl>
2003-12-31 17:38:25 +00:00