pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/doc Update databases/db4 to 4.3.21. Changes from vers...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d95a2664045b
branches:  trunk
changeset: 486351:d95a2664045b
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon Dec 27 04:27:49 2004 +0000

description:
Update databases/db4 to 4.3.21.  Changes from version 4.2.25 include:

* Automatic initialization of replication clients
* Replication election process is now Paxos compliant
* In memory transaction logs allowing in memory databases
* Enhanced Java API nearly identical to that of our Java Edition
* Native support for sequence number generation
* Degree 2 transaction isolation
* Mutex statistics can now be easily gathered and recorded
* Support for Itanium2 chips running Windows XP

diffstat:

 databases/db4/Makefile         |    16 +-
 databases/db4/PLIST            |  2517 +++++++++++++++++++++------------------
 databases/db4/distinfo         |    16 +-
 databases/db4/hacks.mk         |     6 +-
 databases/db4/options.mk       |    17 +
 databases/db4/patches/patch-aa |    24 +-
 databases/db4/patches/patch-ab |    27 +-
 databases/db4/patches/patch-ac |    12 +-
 doc/CHANGES                    |     3 +-
 9 files changed, 1397 insertions(+), 1241 deletions(-)

diffs (truncated from 2822 to 300 lines):

diff -r fb1d7b785da6 -r d95a2664045b databases/db4/Makefile
--- a/databases/db4/Makefile    Mon Dec 27 03:09:18 2004 +0000
+++ b/databases/db4/Makefile    Mon Dec 27 04:27:49 2004 +0000
@@ -1,14 +1,10 @@
-# $NetBSD: Makefile,v 1.30 2004/11/17 21:32:10 jlam Exp $
+# $NetBSD: Makefile,v 1.31 2004/12/27 04:27:49 jlam Exp $
 
-DISTNAME=              db-4.2.52
+DISTNAME=              db-4.3.21
 PKGNAME=               ${DISTNAME:S/db/db4/}
-PKGREVISION=           7
 CATEGORIES=            databases
 MASTER_SITES=          http://www.sleepycat.com/update/snapshot/
 
-PATCHFILES=            patch.4.2.52.1 patch.4.2.52.2
-PATCH_SITES=           http://www.sleepycat.com/update/4.2.52/
-
 MAINTAINER=            tech-pkg%NetBSD.org@localhost
 HOMEPAGE=              http://www.sleepycat.com/
 COMMENT=               Berkeley DB version 4 from Sleepycat Software
@@ -31,16 +27,12 @@
 CONFIGURE_ARGS+=       --program-transform-name=s,db_,db4_,
 
 .include "../../mk/bsd.prefs.mk"
+.include "options.mk"
 
 # NetBSD-sparc64-1.6*'s f77 makes configure failing and as f77 is not
 # needed for this package the following does no harm on other platform.
 CONFIGURE_ENV+=                F77=${FALSE}
 
-.if defined(WITH_JAVA) && (${WITH_JAVA} == "yes")
-CONFIGURE_ARGS+=       --enable-java
-.  include "../../mk/java-vm.mk"
-.endif
-
 OPSYSVARS+=            LIBSO_LIBS
 LIBSO_LIBS.SunOS+=     -lnsl
 CONFIGURE_ENV+=                LIBSO_LIBS="${LIBSO_LIBS}"
@@ -60,6 +52,6 @@
 .endif
 
 post-install:
-       ${CHOWN} -R ${DOCOWN}:${DOCGRP} ${PREFIX}/share/doc/html/db4
+       ${CHOWN} -R ${DOCOWN}:${DOCGRP} ${PREFIX}/share/doc/db4
 
 .include "../../mk/bsd.pkg.mk"
diff -r fb1d7b785da6 -r d95a2664045b databases/db4/PLIST
--- a/databases/db4/PLIST       Mon Dec 27 03:09:18 2004 +0000
+++ b/databases/db4/PLIST       Mon Dec 27 04:27:49 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2004/09/23 16:55:09 agc Exp $
+@comment $NetBSD: PLIST,v 1.8 2004/12/27 04:27:49 jlam Exp $
 bin/berkeley_db4_svc
 bin/db4_archive
 bin/db4_checkpoint
@@ -13,1182 +13,1353 @@
 include/db4/db.h
 include/db4/db_185.h
 include/db4/db_cxx.h
-lib/libdb4-4.2.la
+lib/libdb4-4.3.la
 lib/libdb4-4.so
 lib/libdb4.a
 lib/libdb4.so
-lib/libdb4_cxx-4.2.la
+lib/libdb4_cxx-4.3.la
 lib/libdb4_cxx-4.so
 lib/libdb4_cxx.a
 lib/libdb4_cxx.so
-share/doc/html/db4/api_c/api_index.html
-share/doc/html/db4/api_c/c_pindex.html
-share/doc/html/db4/api_c/db_associate.html
-share/doc/html/db4/api_c/db_class.html
-share/doc/html/db4/api_c/db_close.html
-share/doc/html/db4/api_c/db_cursor.html
-share/doc/html/db4/api_c/db_del.html
-share/doc/html/db4/api_c/db_err.html
-share/doc/html/db4/api_c/db_fd.html
-share/doc/html/db4/api_c/db_get.html
-share/doc/html/db4/api_c/db_get_byteswapped.html
-share/doc/html/db4/api_c/db_get_mpf.html
-share/doc/html/db4/api_c/db_get_type.html
-share/doc/html/db4/api_c/db_getenv.html
-share/doc/html/db4/api_c/db_join.html
-share/doc/html/db4/api_c/db_key_range.html
-share/doc/html/db4/api_c/db_list.html
-share/doc/html/db4/api_c/db_open.html
-share/doc/html/db4/api_c/db_put.html
-share/doc/html/db4/api_c/db_remove.html
-share/doc/html/db4/api_c/db_rename.html
-share/doc/html/db4/api_c/db_set_alloc.html
-share/doc/html/db4/api_c/db_set_append_recno.html
-share/doc/html/db4/api_c/db_set_bt_compare.html
-share/doc/html/db4/api_c/db_set_bt_minkey.html
-share/doc/html/db4/api_c/db_set_bt_prefix.html
-share/doc/html/db4/api_c/db_set_cachesize.html
-share/doc/html/db4/api_c/db_set_dup_compare.html
-share/doc/html/db4/api_c/db_set_encrypt.html
-share/doc/html/db4/api_c/db_set_errcall.html
-share/doc/html/db4/api_c/db_set_errfile.html
-share/doc/html/db4/api_c/db_set_errpfx.html
-share/doc/html/db4/api_c/db_set_feedback.html
-share/doc/html/db4/api_c/db_set_flags.html
-share/doc/html/db4/api_c/db_set_h_ffactor.html
-share/doc/html/db4/api_c/db_set_h_hash.html
-share/doc/html/db4/api_c/db_set_h_nelem.html
-share/doc/html/db4/api_c/db_set_lorder.html
-share/doc/html/db4/api_c/db_set_pagesize.html
-share/doc/html/db4/api_c/db_set_paniccall.html
-share/doc/html/db4/api_c/db_set_q_extentsize.html
-share/doc/html/db4/api_c/db_set_re_delim.html
-share/doc/html/db4/api_c/db_set_re_len.html
-share/doc/html/db4/api_c/db_set_re_pad.html
-share/doc/html/db4/api_c/db_set_re_source.html
-share/doc/html/db4/api_c/db_stat.html
-share/doc/html/db4/api_c/db_sync.html
-share/doc/html/db4/api_c/db_truncate.html
-share/doc/html/db4/api_c/db_upgrade.html
-share/doc/html/db4/api_c/db_verify.html
-share/doc/html/db4/api_c/dbc_class.html
-share/doc/html/db4/api_c/dbc_close.html
-share/doc/html/db4/api_c/dbc_count.html
-share/doc/html/db4/api_c/dbc_del.html
-share/doc/html/db4/api_c/dbc_dup.html
-share/doc/html/db4/api_c/dbc_get.html
-share/doc/html/db4/api_c/dbc_list.html
-share/doc/html/db4/api_c/dbc_put.html
-share/doc/html/db4/api_c/dbm.html
-share/doc/html/db4/api_c/dbt_bulk.html
-share/doc/html/db4/api_c/dbt_class.html
-share/doc/html/db4/api_c/env_class.html
-share/doc/html/db4/api_c/env_close.html
-share/doc/html/db4/api_c/env_dbremove.html
-share/doc/html/db4/api_c/env_dbrename.html
-share/doc/html/db4/api_c/env_err.html
-share/doc/html/db4/api_c/env_list.html
-share/doc/html/db4/api_c/env_open.html
-share/doc/html/db4/api_c/env_remove.html
-share/doc/html/db4/api_c/env_set_alloc.html
-share/doc/html/db4/api_c/env_set_app_dispatch.html
-share/doc/html/db4/api_c/env_set_cachesize.html
-share/doc/html/db4/api_c/env_set_data_dir.html
-share/doc/html/db4/api_c/env_set_encrypt.html
-share/doc/html/db4/api_c/env_set_errcall.html
-share/doc/html/db4/api_c/env_set_errfile.html
-share/doc/html/db4/api_c/env_set_errpfx.html
-share/doc/html/db4/api_c/env_set_feedback.html
-share/doc/html/db4/api_c/env_set_flags.html
-share/doc/html/db4/api_c/env_set_lg_bsize.html
-share/doc/html/db4/api_c/env_set_lg_dir.html
-share/doc/html/db4/api_c/env_set_lg_max.html
-share/doc/html/db4/api_c/env_set_lg_regionmax.html
-share/doc/html/db4/api_c/env_set_lk_conflicts.html
-share/doc/html/db4/api_c/env_set_lk_detect.html
-share/doc/html/db4/api_c/env_set_lk_max_lockers.html
-share/doc/html/db4/api_c/env_set_lk_max_locks.html
-share/doc/html/db4/api_c/env_set_lk_max_objects.html
-share/doc/html/db4/api_c/env_set_mp_mmapsize.html
-share/doc/html/db4/api_c/env_set_paniccall.html
-share/doc/html/db4/api_c/env_set_rpc_server.html
-share/doc/html/db4/api_c/env_set_shm_key.html
-share/doc/html/db4/api_c/env_set_tas_spins.html
-share/doc/html/db4/api_c/env_set_timeout.html
-share/doc/html/db4/api_c/env_set_tmp_dir.html
-share/doc/html/db4/api_c/env_set_tx_max.html
-share/doc/html/db4/api_c/env_set_tx_timestamp.html
-share/doc/html/db4/api_c/env_set_verbose.html
-share/doc/html/db4/api_c/env_strerror.html
-share/doc/html/db4/api_c/env_version.html
-share/doc/html/db4/api_c/hsearch.html
-share/doc/html/db4/api_c/lock_class.html
-share/doc/html/db4/api_c/lock_detect.html
-share/doc/html/db4/api_c/lock_get.html
-share/doc/html/db4/api_c/lock_id.html
-share/doc/html/db4/api_c/lock_id_free.html
-share/doc/html/db4/api_c/lock_list.html
-share/doc/html/db4/api_c/lock_put.html
-share/doc/html/db4/api_c/lock_stat.html
-share/doc/html/db4/api_c/lock_vec.html
-share/doc/html/db4/api_c/log_archive.html
-share/doc/html/db4/api_c/log_compare.html
-share/doc/html/db4/api_c/log_cursor.html
-share/doc/html/db4/api_c/log_file.html
-share/doc/html/db4/api_c/log_flush.html
-share/doc/html/db4/api_c/log_list.html
-share/doc/html/db4/api_c/log_put.html
-share/doc/html/db4/api_c/log_stat.html
-share/doc/html/db4/api_c/logc_class.html
-share/doc/html/db4/api_c/logc_close.html
-share/doc/html/db4/api_c/logc_get.html
-share/doc/html/db4/api_c/lsn_class.html
-share/doc/html/db4/api_c/memp_fclose.html
-share/doc/html/db4/api_c/memp_fcreate.html
-share/doc/html/db4/api_c/memp_fget.html
-share/doc/html/db4/api_c/memp_fopen.html
-share/doc/html/db4/api_c/memp_fput.html
-share/doc/html/db4/api_c/memp_fset.html
-share/doc/html/db4/api_c/memp_fsync.html
-share/doc/html/db4/api_c/memp_list.html
-share/doc/html/db4/api_c/memp_register.html
-share/doc/html/db4/api_c/memp_set_clear_len.html
-share/doc/html/db4/api_c/memp_set_fileid.html
-share/doc/html/db4/api_c/memp_set_flags.html
-share/doc/html/db4/api_c/memp_set_ftype.html
-share/doc/html/db4/api_c/memp_set_lsn_offset.html
-share/doc/html/db4/api_c/memp_set_maxsize.html
-share/doc/html/db4/api_c/memp_set_pgcookie.html
-share/doc/html/db4/api_c/memp_set_priority.html
-share/doc/html/db4/api_c/memp_stat.html
-share/doc/html/db4/api_c/memp_sync.html
-share/doc/html/db4/api_c/memp_trickle.html
-share/doc/html/db4/api_c/mempfile_class.html
-share/doc/html/db4/api_c/pindex.src
-share/doc/html/db4/api_c/rep_elect.html
-share/doc/html/db4/api_c/rep_limit.html
-share/doc/html/db4/api_c/rep_list.html
-share/doc/html/db4/api_c/rep_message.html
-share/doc/html/db4/api_c/rep_start.html
-share/doc/html/db4/api_c/rep_stat.html
-share/doc/html/db4/api_c/rep_transport.html
-share/doc/html/db4/api_c/set_func_close.html
-share/doc/html/db4/api_c/set_func_dirfree.html
-share/doc/html/db4/api_c/set_func_dirlist.html
-share/doc/html/db4/api_c/set_func_exists.html
-share/doc/html/db4/api_c/set_func_free.html
-share/doc/html/db4/api_c/set_func_fsync.html
-share/doc/html/db4/api_c/set_func_ioinfo.html
-share/doc/html/db4/api_c/set_func_malloc.html
-share/doc/html/db4/api_c/set_func_map.html
-share/doc/html/db4/api_c/set_func_open.html
-share/doc/html/db4/api_c/set_func_read.html
-share/doc/html/db4/api_c/set_func_realloc.html
-share/doc/html/db4/api_c/set_func_rename.html
-share/doc/html/db4/api_c/set_func_seek.html
-share/doc/html/db4/api_c/set_func_sleep.html
-share/doc/html/db4/api_c/set_func_unlink.html
-share/doc/html/db4/api_c/set_func_unmap.html
-share/doc/html/db4/api_c/set_func_write.html
-share/doc/html/db4/api_c/set_func_yield.html
-share/doc/html/db4/api_c/txn_abort.html
-share/doc/html/db4/api_c/txn_begin.html
-share/doc/html/db4/api_c/txn_checkpoint.html
-share/doc/html/db4/api_c/txn_class.html
-share/doc/html/db4/api_c/txn_commit.html
-share/doc/html/db4/api_c/txn_discard.html
-share/doc/html/db4/api_c/txn_id.html
-share/doc/html/db4/api_c/txn_list.html
-share/doc/html/db4/api_c/txn_prepare.html
-share/doc/html/db4/api_c/txn_recover.html
-share/doc/html/db4/api_c/txn_set_timeout.html
-share/doc/html/db4/api_c/txn_stat.html
-share/doc/html/db4/api_cxx/api_index.html
-share/doc/html/db4/api_cxx/cxx_pindex.html
-share/doc/html/db4/api_cxx/db_associate.html
-share/doc/html/db4/api_cxx/db_class.html
-share/doc/html/db4/api_cxx/db_close.html
-share/doc/html/db4/api_cxx/db_cursor.html
-share/doc/html/db4/api_cxx/db_del.html
-share/doc/html/db4/api_cxx/db_err.html
-share/doc/html/db4/api_cxx/db_fd.html
-share/doc/html/db4/api_cxx/db_get.html
-share/doc/html/db4/api_cxx/db_get_byteswapped.html
-share/doc/html/db4/api_cxx/db_get_mpf.html
-share/doc/html/db4/api_cxx/db_get_type.html
-share/doc/html/db4/api_cxx/db_getenv.html
-share/doc/html/db4/api_cxx/db_join.html
-share/doc/html/db4/api_cxx/db_key_range.html
-share/doc/html/db4/api_cxx/db_list.html
-share/doc/html/db4/api_cxx/db_open.html
-share/doc/html/db4/api_cxx/db_put.html
-share/doc/html/db4/api_cxx/db_remove.html
-share/doc/html/db4/api_cxx/db_rename.html
-share/doc/html/db4/api_cxx/db_set_alloc.html
-share/doc/html/db4/api_cxx/db_set_append_recno.html
-share/doc/html/db4/api_cxx/db_set_bt_compare.html
-share/doc/html/db4/api_cxx/db_set_bt_minkey.html
-share/doc/html/db4/api_cxx/db_set_bt_prefix.html
-share/doc/html/db4/api_cxx/db_set_cachesize.html
-share/doc/html/db4/api_cxx/db_set_dup_compare.html
-share/doc/html/db4/api_cxx/db_set_encrypt.html
-share/doc/html/db4/api_cxx/db_set_errcall.html
-share/doc/html/db4/api_cxx/db_set_errfile.html
-share/doc/html/db4/api_cxx/db_set_error_stream.html
-share/doc/html/db4/api_cxx/db_set_errpfx.html
-share/doc/html/db4/api_cxx/db_set_feedback.html
-share/doc/html/db4/api_cxx/db_set_flags.html
-share/doc/html/db4/api_cxx/db_set_h_ffactor.html
-share/doc/html/db4/api_cxx/db_set_h_hash.html
-share/doc/html/db4/api_cxx/db_set_h_nelem.html
-share/doc/html/db4/api_cxx/db_set_lorder.html
-share/doc/html/db4/api_cxx/db_set_pagesize.html
-share/doc/html/db4/api_cxx/db_set_paniccall.html
-share/doc/html/db4/api_cxx/db_set_q_extentsize.html
-share/doc/html/db4/api_cxx/db_set_re_delim.html
-share/doc/html/db4/api_cxx/db_set_re_len.html
-share/doc/html/db4/api_cxx/db_set_re_pad.html
-share/doc/html/db4/api_cxx/db_set_re_source.html
-share/doc/html/db4/api_cxx/db_stat.html
-share/doc/html/db4/api_cxx/db_sync.html
-share/doc/html/db4/api_cxx/db_truncate.html



Home | Main Index | Thread Index | Old Index