- Update to 2.4.2

- Enable -expat subpackage base on included libexpat sources
This commit is contained in:
alek 2005-12-17 12:33:00 +00:00
parent f9551f33f7
commit 6f511ff03f
9 changed files with 22 additions and 36 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.3 2005/10/12 02:41:41 fgsch Exp $
# $OpenBSD: Makefile,v 1.4 2005/12/17 12:33:00 alek Exp $
VERSION= 2.4
PATCHLEVEL= .1
PKG_PATCHLEVEL= p1
PATCHLEVEL= .2
PKG_PATCHLEVEL=
.if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "sparc64"
PATCH_LIST= patch-* sup64-*

View File

@ -1,4 +1,4 @@
MD5 (Python-2.4.1.tgz) = 7bb2416a4f421c3452d306694d3efbba
RMD160 (Python-2.4.1.tgz) = 76c53419981e38b9d93f4eafc16e29253b9472e1
SHA1 (Python-2.4.1.tgz) = 60113695b9efe8163a2ccd7cc068da8bb0a70f50
SIZE (Python-2.4.1.tgz) = 9219882
MD5 (Python-2.4.2.tgz) = 07cfc759546f6723bb367be5b1ce9875
RMD160 (Python-2.4.2.tgz) = f247e322bcb5e989e267657ca70afb6210bc2f28
SHA1 (Python-2.4.2.tgz) = 373b0954f2a5adb02ba905b51e14ed98ff1c7b7b
SIZE (Python-2.4.2.tgz) = 9239975

View File

@ -1,19 +0,0 @@
$OpenBSD: patch-Lib_test_test_fcntl_py,v 1.1.1.1 2005/06/07 01:12:58 alek Exp $
--- Lib/test/test_fcntl.py.orig Wed Aug 18 17:13:41 2004
+++ Lib/test/test_fcntl.py Thu Dec 30 22:52:45 2004
@@ -22,9 +22,13 @@ if sys.platform.startswith('atheos'):
if sys.platform in ('netbsd1', 'Darwin1.2', 'darwin',
'freebsd2', 'freebsd3', 'freebsd4', 'freebsd5', 'freebsd6',
- 'bsdos2', 'bsdos3', 'bsdos4',
- 'openbsd', 'openbsd2', 'openbsd3'):
+ 'bsdos2', 'bsdos3', 'bsdos4'):
lockdata = struct.pack('lxxxxlxxxxlhh', 0, 0, 0, fcntl.F_WRLCK, 0)
+elif sys.platform in ['openbsd', 'openbsd2', 'openbsd3']:
+ if sys.maxint == 2147483647:
+ lockdata = struct.pack('lxxxxlxxxxlhh', 0, 0, 0, fcntl.F_WRLCK, 0)
+ else:
+ lockdata = struct.pack('ixxxxixxxxihh', 0, 0, 0, fcntl.F_WRLCK, 0)
elif sys.platform in ['aix3', 'aix4', 'hp-uxB', 'unixware7']:
lockdata = struct.pack('hhlllii', fcntl.F_WRLCK, 0, 0, 0, 0, 0, 0)
elif sys.platform in ['os2emx']:

View File

@ -0,0 +1 @@
This package contains support for the expat XML parser.

View File

@ -1,3 +1,4 @@
If you want to use this package as your default system python, make
${PREFIX}/bin/python a symlink to ${PREFIX}/bin/python2.4 and
${PREFIX}/bin/pydoc a symlink to ${PREFIX}/bin/pydoc2.4.
If you want to use this package as your default system python, create
symbolic links like so:
ln -s ${PREFIX}/bin/python2.4 ${PREFIX}/bin/python
ln -s ${PREFIX}/bin/pydoc2.4 ${PREFIX}/bin/pydoc

View File

@ -1,2 +1,3 @@
If you want to use this package as your system default idle, make
${PREFIX}/bin/idle a symlink to ${PREFIX}/bin/idle2.4.
If you want to use this package as your system default idle, create
symbolic links like so:
ln -s ${PREFIX}/bin/idle2.4 ${PREFIX}/bin/idle

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2005/06/07 01:12:55 alek Exp $
@comment $OpenBSD: PFRAG.shared,v 1.2 2005/12/17 12:33:00 alek Exp $
%%mm%%
@comment lib/libpython2.4.so
@lib lib/libpython2.4.so.0.0
@ -38,7 +38,6 @@ lib/python2.4/lib-dynload/fpectlmodule.so
lib/python2.4/lib-dynload/fpetestmodule.so
lib/python2.4/lib-dynload/grpmodule.so
lib/python2.4/lib-dynload/itertools.so
@comment lib/python2.4/lib-dynload/itertools_failed.so
lib/python2.4/lib-dynload/mathmodule.so
lib/python2.4/lib-dynload/md5module.so
lib/python2.4/lib-dynload/mmapmodule.so
@ -46,7 +45,6 @@ lib/python2.4/lib-dynload/nismodule.so
lib/python2.4/lib-dynload/operator.so
lib/python2.4/lib-dynload/parsermodule.so
lib/python2.4/lib-dynload/pwdmodule.so
lib/python2.4/lib-dynload/pyexpat.so
lib/python2.4/lib-dynload/readline.so
lib/python2.4/lib-dynload/regex.so
lib/python2.4/lib-dynload/resource.so

View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST-expat,v 1.1 2005/12/17 12:33:00 alek Exp $
@option no-default-conflict
@conflict python-expat->=2.4,<2.5
lib/python2.4/lib-dynload/pyexpat.so

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST-tools,v 1.1.1.1 2005/06/07 01:12:57 alek Exp $
@comment $OpenBSD: PLIST-tools,v 1.2 2005/12/17 12:33:00 alek Exp $
@option no-default-conflict
@conflict python-tools->=2.4,<2.5
lib/python2.4/Tools/
@ -185,7 +185,7 @@ lib/python2.4/Tools/scripts/pickle2db.py
lib/python2.4/Tools/scripts/pindent.py
lib/python2.4/Tools/scripts/ptags.py
lib/python2.4/Tools/scripts/pydoc
lib/python2.4/Tools/scripts/pydoc.orig
@comment lib/python2.4/Tools/scripts/pydoc.orig
lib/python2.4/Tools/scripts/pydocgui.pyw
lib/python2.4/Tools/scripts/redemo.py
lib/python2.4/Tools/scripts/reindent.py