Next | Query returned 101 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2009-09-09 07:59:38 by David Sainty | Files touched by this commit (3)
Log message:
Fix a possibly long-standing issue, but also possibly fallout from the db4
changes.  The "dbm" module could fail to build correctly, erroring out \ 
with:

*** WARNING: renaming "dbm" since importing it failed: \ 
build/lib.linux-i686-2.4/dbm.so: undefined symbol: dbm_firstkey

In this case, the "dbm" module has accidentally linked with \ 
"databases/gdbm",
which happens to be installed, but was never buildlinked in.  It may be
relevant that /usr/include/gdbm/ndbm.h is installed on this system.

Remove the "gdbm" test from the "dbm" module configuration, \ 
leaving the "ndbm"
support, and the fall-back "bdb" support (which will likely fall back \ 
to db4).

Bump PKGREVISION - the package would still install, but with missing
functionality.
   2009-09-08 12:06:35 by Matthias Drochner | Files touched by this commit (5)
Log message:
bump PKGREVs for Python pkgs, as suggested by David Sainty -- at least
on Linux one can't build some extensions against an old Python (with
spurious -ldb4 linkage) anymore
also sync the bl3 files of the non-default versions with python25
for consistency
   2009-07-22 11:29:57 by Thomas Klausner | Files touched by this commit (6)
Log message:
Remove empty PLIST.common_end.
   2009-06-14 20:03:45 by Joerg Sonnenberger | Files touched by this commit (167)
Log message:
Remove @dirrm entries from PLISTs
   2009-05-20 02:58:30 by Thomas Klausner | Files touched by this commit (277) | Package updated
Log message:
Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib
major change.

Reported by Robert Elz in PR 41345.
   2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252)
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
   2009-01-23 04:05:53 by David Sainty | Files touched by this commit (4)
Log message:
Any package that determines libraries to link via:

  $PYTHON -c "from distutils import sysconfig; print \ 
sysconfig.get_config_var('SHLIBS');"

... where bdb.buildlink.mk has been used and it satisfied the requirement from
Pkgsrc (E.g. via databases/db4) would fail to build because the required -ldb4
library was not itself buildlinked.

To rectify this, pull in bdb.buildlink.mk in python??/buildlink3.mk under the
same conditions as it is pulled in in the package's own makefile.

No revision bump required, this almost certainly only affects packages and
environments that simply wouldn't build at all prior to the fix.

Fixes the build of py-ORBit on Linux (Python 2.4 or 2.5), and PR39377.
   2008-09-13 11:49:43 by Adrian Portelli | Files touched by this commit (1)
Log message:
Add a note about SunOS and needing to have SUNWaudh installed to
compile the sunaudiodev module.
   2008-08-07 13:20:18 by Matthias Drochner | Files touched by this commit (2)
Log message:
Add a patch from the upstream 2.5 branch (svn rev.63883) to fix an
integer overflow in the vsnprintf replacement function.
This is likely not a real problem, and the patch wasn't pulled to
the upstream 2.4 branch, but so we can formally declare our 2.4
as not vulnerable now.
   2008-08-05 12:45:46 by Matthias Drochner | Files touched by this commit (6)
Log message:
also apply upstream svn rev.65262, fixes overflow checks in memory
allocation (CVE-2008-3142), ride on PKGREVISION bump some minutes ago

Next | Query returned 101 messages, browsing 21 to 30 | Previous