Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
issues with modules are sorted out.
|
|
o weakref object's garbage collection problem.
o save unnecessary startup-time memory allocation of 100KB+ from
intobject.
via FreeBSD ports
- Enable pkgviews installation.
Bump PKGREVISION for the bugfixes.
|
|
symbols in the python binary. Bump PKGREVISION and require the new
versions on Darwin. Fixes pkg/25272
|
|
on the variables it sets (eg. BDB_TYPE). While at bl3ify.
Thanks to minskim@ for fixes and testing.
|
|
here since patch-aa already exists.
|
|
Buildlink files: RECOMMENDED version changed to current version.
|
|
prevent them from picking up a wrong db library on systems that have
native db3 or db4.
|
|
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
|
|
Michal Pasternak in PR 24599.
Leave the RUNSHARED part for now until it's proven that it's really needed
and a cleaner has been found.
|
|
and any pre-existing buildlink2.mk files.
|
|
|
|
python20 to python20-2.0.1nb6
python21 to python21-2.1.3nb2
python21-pth to python21-2.1.3nb4
python22 to python22-2.2.3nb1
python22-pth to python22-2.2.3nb1
python23 to python23-2.3.3nb1
python23-pth to python23-2.3.3nb1
|
|
Solaris linker.
|
|
since BUILDLINK_CPPFLAGS and friends are undefined in db's buildlink3.
|
|
* Use BUILDLINK_{INCDIRS,LIBDIRS}.<pkg> instead of using
BUILDLINK_{CPPFLAGS,LDFLAGS}.<pkg> since we're just dealing with adding
directories to the various search paths.
|
|
|
|
|
|
|
|
|
|
spotted by grant@
|
|
and causes more harm than good for the regression tests.
|
|
This is a bug-fix release for Python 2.3 that fixes a number of bugs,
including a couple of serious errors with weakrefs and the cyclic garbage
collector. There are also a number of fixes to the standard library
- see the release notes ( http://www.python.org/2.3.3/NEWS.html )for details.
|
|
Changes in Python:
Quite a few fixes.. See NEWS for details.
Changes in the pkg:
- add FreeBSD patches from the FreeBSD port
- add fix for a fatal bug in type's GC handling causes segfaults
(via FreeBSD port)
see http://cvs.sourceforge.net/viewcvs.py/python/python/dist/src/Misc/NEWS?r1=1.831.4.75&r2=1.831.4.76&diff_format=u
- always build the db 1.85 module (on all platforms)
|
|
the PLIST for these.
|
|
|
|
|
|
_XOPEN_SOURCE_EXTENDED is defined. This fixes py-curses on NetBSD > 1.6T.
Bumb PKGREVSION to 2, because of the header change.
|
|
py-curses in hubertf's bulk build.
Also add a patch from drochner@ for 1.5.
Bump PKGREVISION 1, because the This the pyconfig.h header is affected.
|
|
Idea by Adam <adam at albedo dot art dot pl> in private email.
|
|
and Linux. Disable the curses module on Linux.
|
|
- Include bzip2's buildlink2.mk to work-around different API versions.
- Include db's buildlink2.mk on non-NetBSD platforms to get a similar
feature-set on a pkgsrc platforms.
|
|
engage Marc Recht as MAINTAINER.
|
|
XOPEN/POSIX/NetBSD_SOURCE definitions so that it builds on 1.6.x
-pull in some GNU-pth related fixes from Python-2.2-pth
|
|
|
|
(this means, GNU pth support is untested).
Suffers from stack shortage problems, thus doesn't get far in its
selftest suite.
|