Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
python2[34]{,-pth} failed on Linux when Berkeley DB from pkgsrc was
used.
|
|
|
|
OSX and build the libpython as dynamic library.
While at it also fix the PLIST for Darwin/OSX.
|
|
version 6.5 by backporting some patches from Python 2.4 and leaving out
some broken modules.
This partially addresses PR pkg/28373, too, though fixes particular to
older Irix versions still need to be tested and added.
|
|
|
|
* Add a db1.builtin.mk file that detects whether DB-1.85 functionality
exists in the base system, and remove the distinction between
"native" and the other Berkeley DB packages -- we now refer to
db[1234]. This paves the way for any future databases/db1 package.
* USE_DB185 shouldn't need to be set by any packages -- its correct
value is now automatically determined by bdb.buildlink3.mk depending
on whether we explicitly request db1 or not. By default, if you
include bdb.buildlink3.mk, you want DB-1.85 functionality and
USE_DB185 defaults to "yes", but if you explicitly remove db1 from
the list of acceptable DBs, then USE_DB185 defaults to "no".
* Set BDB_LIBS to the library options needed to link against the DB
library when bdb.buildlink3.mk is included.
* We only add the DB library to the linker command automatically if
we want DB-1.85 functionality; otherwise assume that the package
configure process can figure out how to probe for the correct
headers and libraries.
Edit package Makefiles to nuke redundant settings of USE_DB185.
|
|
on Solaris.
addresses PR pkg/27053 from Robert Lillack.
|
|
|
|
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
|
|
|
|
ok'd a while back at pkgsrcCon by agc and wiz
|
|
python23{,-pth}/Makefile.
it was then "bumped" to 1 in Makefile.common.
really bump it to 2 and leave it in Makefile.common (hi luke!)
|
|
(restartable system calls). (These patches have been submitted back to the
python community.). Fixes the bug in NetBSD PR [pkg/24797] that I submitted.
* Highlight in the DESCR files what the thread support is for that package.
* Bump PKGREVISION.
|
|
patch by drochner@ in private mail
bump PKGREVISION to 1
|
|
This is a bug-fix release for Python 2.3 that fixes a number of bugs,
including a couple of weakref bugs and a bug in pickle version 2. There
are also a number of fixes to the standard library, and some build
fixes - see the release notes ( http://www.python.org/2.3.4/NEWS.html )
for details.
|
|
|
|
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.
|
|
on the variables it sets (eg. BDB_TYPE). While at bl3ify.
Thanks to minskim@ for fixes and testing.
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
- use -h instead of -soname= when creating shared objects to appease
Solaris linker.
- link against librt for fdatasync().
- tweak PLIST for installed modules.
|
|
|
|
|
|
|
|
python23{,pth}.
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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)
|