Commit graph

52 commits

Author SHA1 Message Date
ryoon
1344d8d8e3 Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
wen
975c4d8b63 Update to 0.55
Upstream changes:
0.55  30 March 2014

        * Error opening ErrFile with PerlIO_findFILE
          [RT =#101883]

        * Minor updates for BDB 6.1
2016-07-25 06:20:49 +00:00
wiz
86a78fce2e Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
agc
d549bff9a5 Add SHA512 digests for distfiles for databases category
Problems found with existing distfiles:
	distfiles/D6.data.ros.gz
	distfiles/cstore0.2.tar.gz
	distfiles/data4.tar.gz
	distfiles/sphinx-2.2.7-release.tar.gz
No changes made to the cstore or mariadb55-client distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 01:56:09 +00:00
wiz
0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00
mef
d4f41e6352 Update 0.51 to 0.54
-------------------
0.54  9th November 2013
        * memory leak in CDS locking routines
          [RT #90134]

0.53  14th August 2013
        * BerkeleyDB-0.52 fails to build on 5.18.1RC3
          [RT #87771]

        * typo fixes
          [RT #86705]

0.52  7th May 2013
        * Updates for BDB 6.0 - Added Blob support
            - Added BerkeleyDB::DbStream class to interface to Blobs
            - Added BlobThreshold & BlobDir option to BerkeleyDB::Env
              constructor
            - Added BlobThreshold & BlobDir option to Hash, Btree & Heap
              constructors
            - Added get_blob_threshold method to BerkeleyDB::Env
            - Added get_blob_dir method to BerkeleyDB::Env
            - Added get_blob_threshold method to the Hash, Btree & Heap
            - Added get_blob_dir method to the Hash, Btree & Heap

        * Added method $cursor->set_partial
        * Added method $cursor->partial_clear

        * $env->lock_detect dies due to incorrect version check
          [RT #84179]

        * (Memory leak in db_verify() method. (libdb < 4.2))
          [RT #84409]

        * Fix a few croaks
2014-12-04 06:02:16 +00:00
wiz
cda18437be Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
wiz
e8647fedbb Remove SVR4_PKGNAME, per discussion on tech-pkg. 2014-10-09 13:44:32 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00
wiz
98c3768c3a Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:35 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
asau
354ee694fd Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 21:25:15 +00:00
sno
1bc06add0f Updating package for Perl5 module BerkeleyDB from CPAN in
databases/p5-BerkeleyDB from 0.50 to 0.51.

Upstream changes:
0.51  19th March 2012
        * Rework FETCHSIZE
          [RT #75691]
2012-03-22 08:38:27 +00:00
rhaen
cdcdfd0ff3 Updated to 0.50
Changes:
0.50  10th DEcember 2011

        * Updates for BDB 5.3
2012-01-26 15:00:27 +00:00
adam
f0d26b4f11 Revbump after updating db5 2012-01-18 13:49:23 +00:00
wiz
af77a9733a Update to 0.49. Fix interpreters.
0.49  6th August 2011

        * Documentation updated courtesy of Mike Caron

        * croak if attempt to freeze berkeleydb object
          [RT #69985]
2011-08-16 20:07:43 +00:00
adam
73c3937d0d Changes 0.48:
* Fixed test harness issue with Heap.t RT-68818

Changes 0.47:
* Add support for new Heap database format.
* Changes to build with BDB 5.2
2011-08-06 14:49:40 +00:00
adam
6109aa350c Revbump after updating databases/db5 2010-09-16 08:04:14 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00
wiz
9d52b5cd34 Update to 0.43:
0.43  1st August 2010

        * Changes to build with BDB 5.1
          - Dropped support for Server option when creating an environment.

        * Documantation updates.
          RT# 59202

        * Fixed compilation error with MS Visual Studio 2005
          RT# 59924
2010-08-16 09:37:50 +00:00
adam
864b424404 Fix building with db5; revision bump for db4 update 2010-06-02 13:22:09 +00:00
sno
6111391b14 Updating databases/p5-BerkeleyDB from 0.41 to 0.42
pkgsrc changes:
- Add license definition

Upstream changes:
0.42  13th March 2010
        * Added $db->Env method to retrieve the environment object from a
          database object.
        * Get the tied interface to use truncate in the CLEAR method if
          using a new enough version of Berkeley DB.
2010-03-15 16:14:34 +00:00
wiz
224a37e14b Update to 0.41:
0.41  8th January 2010

        * Silence "UNIVERSAL->import is deprecated" in perl 5.11
          RT# 53518

0.40  7th January 2010

        * Added support for set_tx_max, log_set_config, set_lk_max_lockers,
          set_lk_max_locks, set_lk_max_objects via the Env constructor.
          Parameter names are TxMax, LogConfig, MaxLockers, MaxLocks &
          MaxObjects respectively.
          RT# 50456

        * seq->seq->close doesn't compile on win32.
          RT# 49474
2010-01-20 14:57:22 +00:00
wiz
f3c0b90986 Bump PKGREVISION after fix in databases/db4/buildlink3.mk -- before it,
the package built fine, but wasn't linked correctly and didn't work.
2009-09-11 21:27:59 +00:00
wiz
fa2d87ca1e Update to 0.39:
0.39  6th June 2009

        * Added support for BDB 4.8
          - associate_foreign
          - set_bt_compress (no callbacks as yet).

        * Also added interface to
          - ENV->stat_print
          - ENV->txn_stat_print

        * Oldest Perl supported is now 5.005

        * Fixed issue db_stat when it returned a null pointer.
          (#46312 rt.cpan.org)

        * Fixed issue with DNM Filters & UTF8 support.
          Patch supplied by Torsten Foertsch.
2009-08-16 16:03:25 +00:00
he
6e4f6b0b33 Update from version 0.36nb1 to 0.38.
Upstream changes:

0.38  21st February 2009
        * Fixed typo in BerkleyDB.pod that broke t/pod.t

0.37  18th February 2009
        * Included CDS section to the pod.
        * Various documentation patches from RT#42243
2009-02-24 20:31:18 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
2008-10-19 19:17:40 +00:00
he
e5acce1705 Update from version 0.34nb1 to 0.36.
Upstream changes:

0.36  30th September 2008

        * Added support for $ENV->log_get_config and $ENV->log_set_config.
          Patch supplied by Yuval Kogman (#39651 rt.cpan.org)

0.35  22nd September 2008

        * Added a combination of independent patches from Claes Jakobsson
          and Yuval Kogman (#38896 rt.cpan.org) to allow multi-key return
          from a secondard database.

        * Added support for sequences. Initial patch from  Claes Jakobsson.

        * Get associate to use a transaction if one is specified.
          #5855 from rt.cpan.org

        * Finish transition of test harness to use Test::More
2008-10-12 21:31:44 +00:00
wiz
eade93ffe2 Bump PKGREVISION for db4 shlib name change (4.6 -> 4.7).
Noted by OBATA Akio.
2008-09-07 11:24:27 +00:00
he
3d4c705056 Update from version 0.33 to 0.34. Changes:
0.34  27th March 2008

        * Updates to support building with Berkeley DB version 4.7

        * Typo in #ifdef for ThreadCount support. Spotted by Mark Hindley

        * Updated dbinfo
2008-07-17 13:56:56 +00:00
obache
057988af5a Update p5-BerkeleyDB to 0.33.
Patch provided by Mark E. Perkins in PR 38050.
While here, marked as DESTDIR ready.

0.33  17th January 2008

        * Added failchk, set_isalive, lock_stat_print & mutex_stat_print.
          Patch provided by Thomas Busch.

0.32  10th July 2007

        * Updates to support Berkeley DB 4.6

        * Remove all global static data from BerkeleyDB.xs.
2008-02-18 12:20:29 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
obache
e394f6dccd Update p5-BerkeleyDB to 0.31.
Patch provided by Mark E. Perkins in PR 36465.

0.31  15th Oct 2006

        * Fixed DB_GET_BOTH. Tnanks to Thomas Drugeon for spotting the typo
          in typemap and supplying a regression test for this fix.

0.30  11th Sept 2006

        * Fixed queue test harness for Berkeley DB 4.5 compliance

        * Added $env->lsn_reset, $txn->set_timeout, $env->set_timeout &
          $env->get_timeout, $txn->set_tx_max, $txn->get_tx_max

0.29  2nd July 2006

        * Fixes for cursor get from secondary where primary os recno.

        * Added db_compact

0.28  11th June 2006

        * Fixes for secondary where primary is recno.

        * GET_BOTH_RANGE wasn't working. It is now.

        * Added FreeBSD hints to README - patch supplied by David Landgren
          in #17675 from rt.cpan.org
2007-06-10 08:18:35 +00:00
wiz
5f13cd82c8 PKGREVISION bump for db4 shlib name change.
Noted by OBATA Akio.
2007-06-08 13:11:53 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
cube
c340e3d6ff Update to version 0.27. This is necessary to support bdb 4.4...
0.27  1st Novemver 2005

        * Added support for Berkeley DB 4.4

        * Fixed decondary key issue with recno databases

        * Added libscan to Makefile.PL

        * The logic for set_mutexlocks was inverted when using Berkeley DB 4.x
          Bug spotted by Zefram <zefram@fysh.org>

        * Transactional rename/remove added.
          Patch supplied by Zefram <zefram@fysh.org>
2006-01-09 15:56:03 +00:00
wiz
751d30d637 DEPENDS and PKGREVISION bumps because db4's library name changed. 2006-01-06 15:10:01 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
jlam
7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00
jlam
7a6521287b Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
2005-07-13 18:01:18 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
wiz
a2c94c34d2 Hack includes to make this build against db4.
Should also work with db3 and db2, but untested.
2005-03-02 14:27:58 +00:00
agc
671d62d2e2 Add RMD160 digests in addition to SHA1 ones. 2005-02-23 16:33:05 +00:00
grant
908e765695 since perl is now built with threads on most platforms, the perl archlib
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").

binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.

addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-20 11:30:55 +00:00
he
e793d0a8fe Update p5-BerkeleyDB from version 0.25 to 0.26.
Change log:

0.26  10th October 2004

        * Changed to allow Building with Berkeley DB 4.3

        * added cds_lock and associated methods as a convenience to allow
          safe updaing of database records when using Berkeley DB CDS mode.

        * added t/cds.t and t/pod.t

        * Modified the test suite to use "-ErrFile => *STDOUT" where
          possible. This will make it easier to diagnose build issues.

	* -Errfile will now accept a filehandle as well as a filename
          This means that -ErrFile => *STDOUT will get all extended error
          messages displayed directly on screen.

	* Added support for set_shm_key & get_shm_key.

	* Patch from Mark Jason Dominus to add a better error message
	  when an odd number of parameters are passed to ParseParameters.

	* fixed off-by-one error in my_strdup

	* Fixed a problem with push, pop, shift & unshift with Queue &
	  Recno when used in CDS mode. These methods were not using
	  a write cursor behind the scenes.
	  Problem reported by Pavel Hlavnicka.
2004-11-29 14:48:02 +00:00
jlam
b67b0725c4 Rework the Berkeley DB detection in buildlink3:
* 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.
2004-11-15 17:54:49 +00:00
jlam
6fd243b327 This doesn't work with db1. 2004-08-04 05:45:49 +00:00
jlam
f50a3b105d Convert to use bdb.buildlink3.mk. 2004-08-04 05:44:12 +00:00
mjl
c6be9c96c9 Correct typo in comment and remove leftovers from testing. 2004-06-08 16:38:58 +00:00
mjl
24c1be170b Correct Homepage 2004-06-04 23:36:58 +00:00