From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 4 08:40:27 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E6DB16A4D2 for ; Tue, 4 May 2004 08:40:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1A4743D49 for ; Tue, 4 May 2004 08:40:25 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i44FePoQ063533 for ; Tue, 4 May 2004 08:40:25 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i44FePKi063532; Tue, 4 May 2004 08:40:25 -0700 (PDT) (envelope-from gnats) Resent-Date: Tue, 4 May 2004 08:40:25 -0700 (PDT) Resent-Message-Id: <200405041540.i44FePKi063532@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Matthias Andree Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07A4116A4CE for ; Tue, 4 May 2004 08:31:11 -0700 (PDT) Received: from mail.dt.e-technik.uni-dortmund.de (mail.dt.e-technik.Uni-Dortmund.DE [129.217.163.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AF2D43D31 for ; Tue, 4 May 2004 08:31:09 -0700 (PDT) (envelope-from matthias.andree@gmx.de) Received: from m2a2.dyndns.org (krusty.dt.e-technik.uni-dortmund.de [129.217.163.1])54B732ADC3 for ; Tue, 4 May 2004 17:31:08 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by merlin.emma.line.org (Postfix) with ESMTP id C5A3ABC70D; Tue, 4 May 2004 17:31:06 +0200 (CEST) Received: from merlin.emma.line.org ([127.0.0.1]) by localhost (m2a2.dyndns.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 06753-04-4; Tue, 4 May 2004 17:31:03 +0200 (CEST) Received: from libertas.emma.line.org (libertas.emma.line.org [192.168.0.2]) by merlin.emma.line.org (Postfix) with ESMTP id E2180BC69C; Tue, 4 May 2004 17:31:03 +0200 (CEST) Received: from emma by libertas.emma.line.org with local (Exim 4.32; FreeBSD) id 1BL1st-0007G3-Gs; Tue, 04 May 2004 17:31:03 +0200 Message-Id: Date: Tue, 04 May 2004 17:31:03 +0200 From: Matthias Andree Sender: Matthias Andree To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/66260: [PATCH] databases/db2: update MASTER_SITES + housekeeping X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 May 2004 15:40:27 -0000 >Number: 66260 >Category: ports >Synopsis: [PATCH] databases/db2: update MASTER_SITES + housekeeping >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue May 04 08:40:25 PDT 2004 >Closed-Date: >Last-Modified: >Originator: Matthias Andree >Release: FreeBSD 4.10-PRERELEASE i386 >Organization: >Environment: System: FreeBSD libertas.emma.line.org 4.10-PRERELEASE FreeBSD 4.10-PRERELEASE #104: Mon Apr 26 14:20:43 CEST 2004 >Description: - update MASTER_SITES - add support for NOPORTDOCS flag, splitting the package's install: target into install and install_docs (files/patch-aa) - files/patch-aa now contains files/patch-ad change, -ad addressed the same file - files/patch-ad is removed - replace pkg-plist documentation by PORTDOCS= * in Makefile - replace explicit examples path by %%EXAMPLESDIR%% No PORTREVISION bump is necessary, all files are unaltered and in their original location (original as in "prior to this patch"). Generated with FreeBSD Port Tools 0.50 >How-To-Repeat: >Fix: --- db2-2.7.7_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/databases/db2/Makefile /root/ports/databases/db2/Makefile --- /usr/ports/databases/db2/Makefile Wed Apr 7 18:54:23 2004 +++ /root/ports/databases/db2/Makefile Tue May 4 17:16:05 2004 @@ -9,7 +9,8 @@ PORTVERSION= 2.7.7 PORTREVISION= 1 CATEGORIES= databases -MASTER_SITES= http://www.sleepycat.com/update/snapshot/ +#MASTER_SITES= http://www.sleepycat.com/update/snapshot/ +MASTER_SITES= ftp://sleepycat1.inetu.net/releases/ DISTNAME= db-${PORTVERSION} MAINTAINER= ports@FreeBSD.org @@ -22,6 +23,11 @@ CONFIGURE_SCRIPT= ../dist/configure CONFIGURE_ARGS= --enable-compat185 \ --enable-dump185 --enable-cxx + +.if !defined(NOPORTDOCS) +PORTDOCS= * +INSTALL_TARGET= install install_docs +.endif post-install: @-${RM} -fr ${PREFIX}/share/examples/db2 diff -ruN --exclude=CVS /usr/ports/databases/db2/files/patch-aa /root/ports/databases/db2/files/patch-aa --- /usr/ports/databases/db2/files/patch-aa Tue Jun 6 17:15:18 2000 +++ /root/ports/databases/db2/files/patch-aa Tue May 4 17:26:08 2004 @@ -1,5 +1,5 @@ --- ../dist/Makefile.in.orig Mon Dec 7 21:05:59 1998 -+++ ../dist/Makefile.in Tue Jun 6 17:44:50 2000 ++++ ../dist/Makefile.in Tue May 4 17:14:55 2004 @@ -1,13 +1,16 @@ # @(#)Makefile.in 10.62 (Sleepycat) 12/7/98 @@ -7,7 +7,7 @@ + srcdir= @srcdir@/.. CPPFLAGS=-I. -I$(srcdir)/include @CPPFLAGS@ -+SHAREDFLAGS= -fpic -DPIC ++SHAREDFLAGS= -fPIC -DPIC CFLAGS= -c @CFLAGS@ $(CPPFLAGS) CC= @CC@ CXXFLAGS=-c @CXXFLAGS@ $(CPPFLAGS) @@ -183,7 +183,16 @@ @echo "Installing DB utilities: $(bindir) ..." @test -d $(bindir) || \ ($(mkdir) -p $(bindir) && $(chmod) $(dmode) $(bindir)) -@@ -506,3 +518,320 @@ +@@ -177,6 +189,8 @@ + @$(cp) -p $(PROGS) $(bindir) + @cd $(bindir) && (test ! -f $(strip) || $(strip) $(PROGS)) + @cd $(bindir) && $(chmod) $(emode) $(PROGS) ++ ++install_docs: + @echo "Installing documentation: $(mandir) ..." + @test -d $(mandir) || \ + ($(mkdir) -p $(mandir) && $(chmod) $(dmode) $(mandir)) +@@ -506,3 +520,320 @@ $(CC) $(CFLAGS) $? vsnprintf.o: $(srcdir)/clib/vsnprintf.c $(CC) $(CFLAGS) $? diff -ruN --exclude=CVS /usr/ports/databases/db2/files/patch-ad /root/ports/databases/db2/files/patch-ad --- /usr/ports/databases/db2/files/patch-ad Tue Dec 3 06:49:46 2002 +++ /root/ports/databases/db2/files/patch-ad Thu Jan 1 01:00:00 1970 @@ -1,11 +0,0 @@ ---- ../dist/Makefile.in.orig Mon Dec 2 21:19:43 2002 -+++ ../dist/Makefile.in Mon Dec 2 21:19:50 2002 -@@ -4,7 +4,7 @@ - - srcdir= @srcdir@/.. - CPPFLAGS=-I. -I$(srcdir)/include @CPPFLAGS@ --SHAREDFLAGS= -fpic -DPIC -+SHAREDFLAGS= -fPIC -DPIC - CFLAGS= -c @CFLAGS@ $(CPPFLAGS) - CC= @CC@ - CXXFLAGS=-c @CXXFLAGS@ $(CPPFLAGS) diff -ruN --exclude=CVS /usr/ports/databases/db2/pkg-plist /root/ports/databases/db2/pkg-plist --- /usr/ports/databases/db2/pkg-plist Fri Jun 16 12:37:16 2000 +++ /root/ports/databases/db2/pkg-plist Tue May 4 17:05:48 2004 @@ -13,552 +13,26 @@ bin/db_printlog bin/db_recover bin/db_stat -share/doc/db2/api_c/Db/close.html -share/doc/db2/api_c/Db/cursor.html -share/doc/db2/api_c/Db/del.html -share/doc/db2/api_c/Db/fd.html -share/doc/db2/api_c/Db/get.html -share/doc/db2/api_c/Db/join.html -share/doc/db2/api_c/Db/open.html -share/doc/db2/api_c/Db/put.html -share/doc/db2/api_c/Db/stat.html -share/doc/db2/api_c/Db/sync.html -share/doc/db2/api_c/DbEnv/appexit.html -share/doc/db2/api_c/DbEnv/appinit.html -share/doc/db2/api_c/DbEnv/env.html -share/doc/db2/api_c/DbEnv/version.html -share/doc/db2/api_c/DbInfo/info.html -share/doc/db2/api_c/DbLock/put.html -share/doc/db2/api_c/DbLockTab/close.html -share/doc/db2/api_c/DbLockTab/detect.html -share/doc/db2/api_c/DbLockTab/get.html -share/doc/db2/api_c/DbLockTab/id.html -share/doc/db2/api_c/DbLockTab/open.html -share/doc/db2/api_c/DbLockTab/stat.html -share/doc/db2/api_c/DbLockTab/unlink.html -share/doc/db2/api_c/DbLockTab/vec.html -share/doc/db2/api_c/DbLog/archive.html -share/doc/db2/api_c/DbLog/close.html -share/doc/db2/api_c/DbLog/compare.html -share/doc/db2/api_c/DbLog/db_register.html -share/doc/db2/api_c/DbLog/db_unregister.html -share/doc/db2/api_c/DbLog/file.html -share/doc/db2/api_c/DbLog/flush.html -share/doc/db2/api_c/DbLog/get.html -share/doc/db2/api_c/DbLog/lsn.html -share/doc/db2/api_c/DbLog/open.html -share/doc/db2/api_c/DbLog/put.html -share/doc/db2/api_c/DbLog/stat.html -share/doc/db2/api_c/DbLog/unlink.html -share/doc/db2/api_c/DbMpool/close.html -share/doc/db2/api_c/DbMpool/db_register.html -share/doc/db2/api_c/DbMpool/open.html -share/doc/db2/api_c/DbMpool/stat.html -share/doc/db2/api_c/DbMpool/sync.html -share/doc/db2/api_c/DbMpool/trickle.html -share/doc/db2/api_c/DbMpool/unlink.html -share/doc/db2/api_c/DbMpoolFile/close.html -share/doc/db2/api_c/DbMpoolFile/get.html -share/doc/db2/api_c/DbMpoolFile/open.html -share/doc/db2/api_c/DbMpoolFile/put.html -share/doc/db2/api_c/DbMpoolFile/set.html -share/doc/db2/api_c/DbMpoolFile/sync.html -share/doc/db2/api_c/DbTxn/abort.html -share/doc/db2/api_c/DbTxn/commit.html -share/doc/db2/api_c/DbTxn/id.html -share/doc/db2/api_c/DbTxn/prepare.html -share/doc/db2/api_c/DbTxnMgr/begin.html -share/doc/db2/api_c/DbTxnMgr/checkpoint.html -share/doc/db2/api_c/DbTxnMgr/close.html -share/doc/db2/api_c/DbTxnMgr/open.html -share/doc/db2/api_c/DbTxnMgr/stat.html -share/doc/db2/api_c/DbTxnMgr/unlink.html -share/doc/db2/api_c/Dbc/close.html -share/doc/db2/api_c/Dbc/del.html -share/doc/db2/api_c/Dbc/get.html -share/doc/db2/api_c/Dbc/put.html -share/doc/db2/api_c/Dbt/dbt.html -share/doc/db2/api_c/historic/dbm.html -share/doc/db2/api_c/historic/hsearch.html -share/doc/db2/api_c/index/flags.html -share/doc/db2/api_c/index/function.html -share/doc/db2/api_c/index/structure.html -share/doc/db2/api_c/internal/db_jump_set.html -share/doc/db2/api_c/internal/db_value_set.html -share/doc/db2/api_cxx/Db/class.html -share/doc/db2/api_cxx/Db/close.html -share/doc/db2/api_cxx/Db/cursor.html -share/doc/db2/api_cxx/Db/del.html -share/doc/db2/api_cxx/Db/fd.html -share/doc/db2/api_cxx/Db/get.html -share/doc/db2/api_cxx/Db/get_byteswapped.html -share/doc/db2/api_cxx/Db/get_type.html -share/doc/db2/api_cxx/Db/join.html -share/doc/db2/api_cxx/Db/open.html -share/doc/db2/api_cxx/Db/put.html -share/doc/db2/api_cxx/Db/stat.html -share/doc/db2/api_cxx/Db/sync.html -share/doc/db2/api_cxx/DbEnv/appexit.html -share/doc/db2/api_cxx/DbEnv/appinit.html -share/doc/db2/api_cxx/DbEnv/class.html -share/doc/db2/api_cxx/DbEnv/get_lg_info.html -share/doc/db2/api_cxx/DbEnv/get_lk_info.html -share/doc/db2/api_cxx/DbEnv/get_mp_info.html -share/doc/db2/api_cxx/DbEnv/get_tx_info.html -share/doc/db2/api_cxx/DbEnv/set_errcall.html -share/doc/db2/api_cxx/DbEnv/set_errfile.html -share/doc/db2/api_cxx/DbEnv/set_error_model.html -share/doc/db2/api_cxx/DbEnv/set_error_stream.html -share/doc/db2/api_cxx/DbEnv/set_errpfx.html -share/doc/db2/api_cxx/DbEnv/set_lg_max.html -share/doc/db2/api_cxx/DbEnv/set_lk_conflicts.html -share/doc/db2/api_cxx/DbEnv/set_lk_detect.html -share/doc/db2/api_cxx/DbEnv/set_lk_max.html -share/doc/db2/api_cxx/DbEnv/set_lk_modes.html -share/doc/db2/api_cxx/DbEnv/set_lorder.html -share/doc/db2/api_cxx/DbEnv/set_mp_mmapsize.html -share/doc/db2/api_cxx/DbEnv/set_mp_size.html -share/doc/db2/api_cxx/DbEnv/set_tx_max.html -share/doc/db2/api_cxx/DbEnv/set_tx_recover.html -share/doc/db2/api_cxx/DbEnv/set_verbose.html -share/doc/db2/api_cxx/DbEnv/version.html -share/doc/db2/api_cxx/DbException/class.html -share/doc/db2/api_cxx/DbException/get_errno.html -share/doc/db2/api_cxx/DbException/what.html -share/doc/db2/api_cxx/DbInfo/class.html -share/doc/db2/api_cxx/DbInfo/set_bt_compare.html -share/doc/db2/api_cxx/DbInfo/set_bt_maxkey.html -share/doc/db2/api_cxx/DbInfo/set_bt_minkey.html -share/doc/db2/api_cxx/DbInfo/set_bt_prefix.html -share/doc/db2/api_cxx/DbInfo/set_cachesize.html -share/doc/db2/api_cxx/DbInfo/set_compare.html -share/doc/db2/api_cxx/DbInfo/set_flags.html -share/doc/db2/api_cxx/DbInfo/set_h_ffactor.html -share/doc/db2/api_cxx/DbInfo/set_h_hash.html -share/doc/db2/api_cxx/DbInfo/set_h_nelem.html -share/doc/db2/api_cxx/DbInfo/set_lorder.html -share/doc/db2/api_cxx/DbInfo/set_malloc.html -share/doc/db2/api_cxx/DbInfo/set_pagesize.html -share/doc/db2/api_cxx/DbInfo/set_re_delim.html -share/doc/db2/api_cxx/DbInfo/set_re_len.html -share/doc/db2/api_cxx/DbInfo/set_re_pad.html -share/doc/db2/api_cxx/DbInfo/set_re_source.html -share/doc/db2/api_cxx/DbLock/class.html -share/doc/db2/api_cxx/DbLock/put.html -share/doc/db2/api_cxx/DbLockTab/class.html -share/doc/db2/api_cxx/DbLockTab/close.html -share/doc/db2/api_cxx/DbLockTab/detect.html -share/doc/db2/api_cxx/DbLockTab/get.html -share/doc/db2/api_cxx/DbLockTab/id.html -share/doc/db2/api_cxx/DbLockTab/open.html -share/doc/db2/api_cxx/DbLockTab/stat.html -share/doc/db2/api_cxx/DbLockTab/unlink.html -share/doc/db2/api_cxx/DbLockTab/vec.html -share/doc/db2/api_cxx/DbLog/archive.html -share/doc/db2/api_cxx/DbLog/class.html -share/doc/db2/api_cxx/DbLog/close.html -share/doc/db2/api_cxx/DbLog/compare.html -share/doc/db2/api_cxx/DbLog/db_register.html -share/doc/db2/api_cxx/DbLog/db_unregister.html -share/doc/db2/api_cxx/DbLog/file.html -share/doc/db2/api_cxx/DbLog/flush.html -share/doc/db2/api_cxx/DbLog/get.html -share/doc/db2/api_cxx/DbLog/open.html -share/doc/db2/api_cxx/DbLog/put.html -share/doc/db2/api_cxx/DbLog/stat.html -share/doc/db2/api_cxx/DbLog/unlink.html -share/doc/db2/api_cxx/DbLsn/class.html -share/doc/db2/api_cxx/DbMpool/class.html -share/doc/db2/api_cxx/DbMpool/close.html -share/doc/db2/api_cxx/DbMpool/db_register.html -share/doc/db2/api_cxx/DbMpool/open.html -share/doc/db2/api_cxx/DbMpool/stat.html -share/doc/db2/api_cxx/DbMpool/sync.html -share/doc/db2/api_cxx/DbMpool/trickle.html -share/doc/db2/api_cxx/DbMpool/unlink.html -share/doc/db2/api_cxx/DbMpoolFile/class.html -share/doc/db2/api_cxx/DbMpoolFile/close.html -share/doc/db2/api_cxx/DbMpoolFile/get.html -share/doc/db2/api_cxx/DbMpoolFile/open.html -share/doc/db2/api_cxx/DbMpoolFile/put.html -share/doc/db2/api_cxx/DbMpoolFile/set.html -share/doc/db2/api_cxx/DbMpoolFile/sync.html -share/doc/db2/api_cxx/DbTxn/abort.html -share/doc/db2/api_cxx/DbTxn/class.html -share/doc/db2/api_cxx/DbTxn/commit.html -share/doc/db2/api_cxx/DbTxn/id.html -share/doc/db2/api_cxx/DbTxn/prepare.html -share/doc/db2/api_cxx/DbTxnMgr/begin.html -share/doc/db2/api_cxx/DbTxnMgr/checkpoint.html -share/doc/db2/api_cxx/DbTxnMgr/class.html -share/doc/db2/api_cxx/DbTxnMgr/close.html -share/doc/db2/api_cxx/DbTxnMgr/open.html -share/doc/db2/api_cxx/DbTxnMgr/stat.html -share/doc/db2/api_cxx/DbTxnMgr/unlink.html -share/doc/db2/api_cxx/Dbc/class.html -share/doc/db2/api_cxx/Dbc/close.html -share/doc/db2/api_cxx/Dbc/del.html -share/doc/db2/api_cxx/Dbc/get.html -share/doc/db2/api_cxx/Dbc/put.html -share/doc/db2/api_cxx/Dbt/class.html -share/doc/db2/api_cxx/index/class.html -share/doc/db2/api_java/Db/class.html -share/doc/db2/api_java/Db/close.html -share/doc/db2/api_java/Db/cursor.html -share/doc/db2/api_java/Db/del.html -share/doc/db2/api_java/Db/fd.html -share/doc/db2/api_java/Db/get.html -share/doc/db2/api_java/Db/get_byteswapped.html -share/doc/db2/api_java/Db/get_type.html -share/doc/db2/api_java/Db/join.html -share/doc/db2/api_java/Db/open.html -share/doc/db2/api_java/Db/put.html -share/doc/db2/api_java/Db/stat.html -share/doc/db2/api_java/Db/sync.html -share/doc/db2/api_java/DbEnv/appexit.html -share/doc/db2/api_java/DbEnv/appinit.html -share/doc/db2/api_java/DbEnv/class.html -share/doc/db2/api_java/DbEnv/get_lg_info.html -share/doc/db2/api_java/DbEnv/get_lk_info.html -share/doc/db2/api_java/DbEnv/get_mp_info.html -share/doc/db2/api_java/DbEnv/get_tx_info.html -share/doc/db2/api_java/DbEnv/set_errcall.html -share/doc/db2/api_java/DbEnv/set_error_stream.html -share/doc/db2/api_java/DbEnv/set_errpfx.html -share/doc/db2/api_java/DbEnv/set_lg_max.html -share/doc/db2/api_java/DbEnv/set_lk_conflicts.html -share/doc/db2/api_java/DbEnv/set_lk_detect.html -share/doc/db2/api_java/DbEnv/set_lk_max.html -share/doc/db2/api_java/DbEnv/set_lk_modes.html -share/doc/db2/api_java/DbEnv/set_lorder.html -share/doc/db2/api_java/DbEnv/set_mp_mmapsize.html -share/doc/db2/api_java/DbEnv/set_mp_size.html -share/doc/db2/api_java/DbEnv/set_tx_max.html -share/doc/db2/api_java/DbEnv/set_verbose.html -share/doc/db2/api_java/DbEnv/version.html -share/doc/db2/api_java/DbException/class.html -share/doc/db2/api_java/DbException/get_errno.html -share/doc/db2/api_java/DbInfo/class.html -share/doc/db2/api_java/DbInfo/set_bt_compare.html -share/doc/db2/api_java/DbInfo/set_bt_maxkey.html -share/doc/db2/api_java/DbInfo/set_bt_minkey.html -share/doc/db2/api_java/DbInfo/set_bt_prefix.html -share/doc/db2/api_java/DbInfo/set_cachesize.html -share/doc/db2/api_java/DbInfo/set_compare.html -share/doc/db2/api_java/DbInfo/set_flags.html -share/doc/db2/api_java/DbInfo/set_h_ffactor.html -share/doc/db2/api_java/DbInfo/set_h_hash.html -share/doc/db2/api_java/DbInfo/set_h_nelem.html -share/doc/db2/api_java/DbInfo/set_lorder.html -share/doc/db2/api_java/DbInfo/set_malloc.html -share/doc/db2/api_java/DbInfo/set_pagesize.html -share/doc/db2/api_java/DbInfo/set_re_delim.html -share/doc/db2/api_java/DbInfo/set_re_len.html -share/doc/db2/api_java/DbInfo/set_re_pad.html -share/doc/db2/api_java/DbInfo/set_re_source.html -share/doc/db2/api_java/DbLock/class.html -share/doc/db2/api_java/DbLock/put.html -share/doc/db2/api_java/DbLockTab/class.html -share/doc/db2/api_java/DbLockTab/close.html -share/doc/db2/api_java/DbLockTab/detect.html -share/doc/db2/api_java/DbLockTab/get.html -share/doc/db2/api_java/DbLockTab/id.html -share/doc/db2/api_java/DbLockTab/open.html -share/doc/db2/api_java/DbLockTab/stat.html -share/doc/db2/api_java/DbLockTab/unlink.html -share/doc/db2/api_java/DbLockTab/vec.html -share/doc/db2/api_java/DbLog/archive.html -share/doc/db2/api_java/DbLog/class.html -share/doc/db2/api_java/DbLog/close.html -share/doc/db2/api_java/DbLog/compare.html -share/doc/db2/api_java/DbLog/db_register.html -share/doc/db2/api_java/DbLog/db_unregister.html -share/doc/db2/api_java/DbLog/file.html -share/doc/db2/api_java/DbLog/flush.html -share/doc/db2/api_java/DbLog/get.html -share/doc/db2/api_java/DbLog/open.html -share/doc/db2/api_java/DbLog/put.html -share/doc/db2/api_java/DbLog/stat.html -share/doc/db2/api_java/DbLog/unlink.html -share/doc/db2/api_java/DbLsn/class.html -share/doc/db2/api_java/DbMpool/class.html -share/doc/db2/api_java/DbMpool/close.html -share/doc/db2/api_java/DbMpool/db_register.html -share/doc/db2/api_java/DbMpool/open.html -share/doc/db2/api_java/DbMpool/stat.html -share/doc/db2/api_java/DbMpool/sync.html -share/doc/db2/api_java/DbMpool/trickle.html -share/doc/db2/api_java/DbMpool/unlink.html -share/doc/db2/api_java/DbMpoolFile/class.html -share/doc/db2/api_java/DbMpoolFile/close.html -share/doc/db2/api_java/DbMpoolFile/get.html -share/doc/db2/api_java/DbMpoolFile/open.html -share/doc/db2/api_java/DbMpoolFile/put.html -share/doc/db2/api_java/DbMpoolFile/set.html -share/doc/db2/api_java/DbMpoolFile/sync.html -share/doc/db2/api_java/DbRunRecoveryException/class.html -share/doc/db2/api_java/DbTxn/abort.html -share/doc/db2/api_java/DbTxn/class.html -share/doc/db2/api_java/DbTxn/commit.html -share/doc/db2/api_java/DbTxn/id.html -share/doc/db2/api_java/DbTxn/prepare.html -share/doc/db2/api_java/DbTxnMgr/begin.html -share/doc/db2/api_java/DbTxnMgr/checkpoint.html -share/doc/db2/api_java/DbTxnMgr/class.html -share/doc/db2/api_java/DbTxnMgr/close.html -share/doc/db2/api_java/DbTxnMgr/open.html -share/doc/db2/api_java/DbTxnMgr/stat.html -share/doc/db2/api_java/DbTxnMgr/unlink.html -share/doc/db2/api_java/Dbc/class.html -share/doc/db2/api_java/Dbc/close.html -share/doc/db2/api_java/Dbc/del.html -share/doc/db2/api_java/Dbc/get.html -share/doc/db2/api_java/Dbc/put.html -share/doc/db2/api_java/Dbt/class.html -share/doc/db2/api_java/index/class.html -share/doc/db2/build/java.html -share/doc/db2/build/shared.html -share/doc/db2/build/shared_gcc.html -share/doc/db2/build/shared_hp.html -share/doc/db2/build/unix.html -share/doc/db2/build/unix_faq.html -share/doc/db2/build/win16.html -share/doc/db2/build/win32.html -share/doc/db2/build/win_faq.html -share/doc/db2/distrib/layout.html -share/doc/db2/images/folder.gif -share/doc/db2/images/folder_open.gif -share/doc/db2/images/next.gif -share/doc/db2/images/prev.gif -share/doc/db2/images/ps.gif -share/doc/db2/images/sleepycat.gif -share/doc/db2/images/toc.gif -share/doc/db2/index.html -share/doc/db2/packages/hash_usenix.ps -share/doc/db2/packages/index.html -share/doc/db2/packages/libtp_usenix.ps -share/doc/db2/packages/witold.html -share/doc/db2/ref/am/bt_compare.html -share/doc/db2/ref/am/bt_dup.html -share/doc/db2/ref/am/bt_maxkey.html -share/doc/db2/ref/am/bt_minkey.html -share/doc/db2/ref/am/bt_prefix.html -share/doc/db2/ref/am/bt_recnum.html -share/doc/db2/ref/am/byteorder.html -share/doc/db2/ref/am/cachesize.html -share/doc/db2/ref/am/close.html -share/doc/db2/ref/am/compare.html -share/doc/db2/ref/am/curclose.html -share/doc/db2/ref/am/curdel.html -share/doc/db2/ref/am/curget.html -share/doc/db2/ref/am/curput.html -share/doc/db2/ref/am/cursor.html -share/doc/db2/ref/am/delete.html -share/doc/db2/ref/am/get.html -share/doc/db2/ref/am/h_dup.html -share/doc/db2/ref/am/h_ffactor.html -share/doc/db2/ref/am/h_hash.html -share/doc/db2/ref/am/h_nelem.html -share/doc/db2/ref/am/intro.html -share/doc/db2/ref/am/join.html -share/doc/db2/ref/am/logrec.html -share/doc/db2/ref/am/malloc.html -share/doc/db2/ref/am/ops.html -share/doc/db2/ref/am/pagesize.html -share/doc/db2/ref/am/partial.html -share/doc/db2/ref/am/put.html -share/doc/db2/ref/am/re_delim.html -share/doc/db2/ref/am/re_len.html -share/doc/db2/ref/am/re_pad.html -share/doc/db2/ref/am/re_source.html -share/doc/db2/ref/am/renumber.html -share/doc/db2/ref/am/select.html -share/doc/db2/ref/am/stat.html -share/doc/db2/ref/am/sync.html -share/doc/db2/ref/arch/apis.html -share/doc/db2/ref/arch/bigpic.gif -share/doc/db2/ref/arch/bigpic.html -share/doc/db2/ref/arch/env.html -share/doc/db2/ref/arch/extending.html -share/doc/db2/ref/arch/progmodel.html -share/doc/db2/ref/arch/script.html -share/doc/db2/ref/arch/smallpic.gif -share/doc/db2/ref/arch/subsystem.html -share/doc/db2/ref/arch/utilities.html -share/doc/db2/ref/cam/intro.html -share/doc/db2/ref/debug/runtime.html -share/doc/db2/ref/dumpload/format.html -share/doc/db2/ref/dumpload/text.html -share/doc/db2/ref/dumpload/utility.html -share/doc/db2/ref/env/create.html -share/doc/db2/ref/env/naming.html -share/doc/db2/ref/env/open.html -share/doc/db2/ref/env/region.html -share/doc/db2/ref/env/security.html -share/doc/db2/ref/install/file.html -share/doc/db2/ref/install/magic.s5.be.txt -share/doc/db2/ref/install/magic.s5.le.txt -share/doc/db2/ref/install/magic.txt -share/doc/db2/ref/intro/distrib.html -share/doc/db2/ref/intro/do.html -share/doc/db2/ref/intro/what.html -share/doc/db2/ref/intro/where.html -share/doc/db2/ref/lock/stdmode.html -share/doc/db2/ref/log/config.html -share/doc/db2/ref/log/intro.html -share/doc/db2/ref/log/limits.html -share/doc/db2/ref/mp/config.html -share/doc/db2/ref/mp/intro.html -share/doc/db2/ref/perl/intro.html -share/doc/db2/ref/program/appsignals.html -share/doc/db2/ref/program/byteorder.html -share/doc/db2/ref/program/compatible.html -share/doc/db2/ref/program/convert.html -share/doc/db2/ref/program/dbsizes.html -share/doc/db2/ref/program/environ.html -share/doc/db2/ref/program/errorret.html -share/doc/db2/ref/program/java.html -share/doc/db2/ref/program/runtime.html -share/doc/db2/ref/program/solaris.txt -share/doc/db2/ref/program/thread.html -share/doc/db2/ref/program/version.html -share/doc/db2/ref/sendmail/intro.html -share/doc/db2/ref/simple_tut/close.html -share/doc/db2/ref/simple_tut/del.html -share/doc/db2/ref/simple_tut/errors.html -share/doc/db2/ref/simple_tut/example.txt -share/doc/db2/ref/simple_tut/get.html -share/doc/db2/ref/simple_tut/intro.html -share/doc/db2/ref/simple_tut/keydata.html -share/doc/db2/ref/simple_tut/open.html -share/doc/db2/ref/simple_tut/put.html -share/doc/db2/ref/toc.html -share/doc/db2/ref/transapp/admin.html -share/doc/db2/ref/transapp/apps.html -share/doc/db2/ref/transapp/archival.html -share/doc/db2/ref/transapp/checkpoint.html -share/doc/db2/ref/transapp/deadlock.html -share/doc/db2/ref/transapp/filesys.html -share/doc/db2/ref/transapp/intro.html -share/doc/db2/ref/transapp/recovery.html -share/doc/db2/ref/transapp/throughput.html -share/doc/db2/ref/transapp/writetest.txt -share/doc/db2/ref/txn/config.html -share/doc/db2/ref/txn/limits.html -share/doc/db2/ref/txn/other.html -share/doc/db2/ref/txn/stability.html -share/doc/db2/sleepycat/contact.html -share/doc/db2/sleepycat/products.html -share/doc/db2/test/build.html -share/doc/db2/test/build_faq.html -share/doc/db2/test/debug.html -share/doc/db2/test/run.html -share/doc/db2/utility/db_archive.html -share/doc/db2/utility/db_checkpoint.html -share/doc/db2/utility/db_deadlock.html -share/doc/db2/utility/db_dump.html -share/doc/db2/utility/db_load.html -share/doc/db2/utility/db_recover.html -share/doc/db2/utility/db_stat.html -share/doc/db2/utility/index.html -share/examples/db2/examples/README -share/examples/db2/examples/ex_access.c -share/examples/db2/examples/ex_appinit.c -share/examples/db2/examples/ex_btrec.c -share/examples/db2/examples/ex_lock.c -share/examples/db2/examples/ex_mpool.c -share/examples/db2/examples/ex_thread.c -share/examples/db2/examples/ex_tpcb.c -share/examples/db2/examples/ex_tpcb.h -share/examples/db2/examples_cxx/AccessExample.cpp -share/examples/db2/examples_cxx/AppinitExample.cpp -share/examples/db2/examples_cxx/LockExample.cpp -share/examples/db2/examples_cxx/MpoolExample.cpp -share/examples/db2/examples_cxx/TpcbExample.cpp -share/examples/db2/examples_java/AccessExample.java -share/examples/db2/examples_java/AppinitExample.java -share/examples/db2/examples_java/LockExample.java -share/examples/db2/examples_java/TpcbExample.java +%%EXAMPLESDIR%%/examples/README +%%EXAMPLESDIR%%/examples/ex_access.c +%%EXAMPLESDIR%%/examples/ex_appinit.c +%%EXAMPLESDIR%%/examples/ex_btrec.c +%%EXAMPLESDIR%%/examples/ex_lock.c +%%EXAMPLESDIR%%/examples/ex_mpool.c +%%EXAMPLESDIR%%/examples/ex_thread.c +%%EXAMPLESDIR%%/examples/ex_tpcb.c +%%EXAMPLESDIR%%/examples/ex_tpcb.h +%%EXAMPLESDIR%%/examples_cxx/AccessExample.cpp +%%EXAMPLESDIR%%/examples_cxx/AppinitExample.cpp +%%EXAMPLESDIR%%/examples_cxx/LockExample.cpp +%%EXAMPLESDIR%%/examples_cxx/MpoolExample.cpp +%%EXAMPLESDIR%%/examples_cxx/TpcbExample.cpp +%%EXAMPLESDIR%%/examples_java/AccessExample.java +%%EXAMPLESDIR%%/examples_java/AppinitExample.java +%%EXAMPLESDIR%%/examples_java/LockExample.java +%%EXAMPLESDIR%%/examples_java/TpcbExample.java @dirrm include/db2 -@dirrm share/examples/db2/examples -@dirrm share/examples/db2/examples_cxx -@dirrm share/examples/db2/examples_java -@dirrm share/examples/db2 -@dirrm share/doc/db2/api_c/DbTxn -@dirrm share/doc/db2/api_c/DbEnv -@dirrm share/doc/db2/api_c/DbInfo -@dirrm share/doc/db2/api_c/DbLock -@dirrm share/doc/db2/api_c/DbLockTab -@dirrm share/doc/db2/api_c/DbLog -@dirrm share/doc/db2/api_c/DbMpool -@dirrm share/doc/db2/api_c/DbMpoolFile -@dirrm share/doc/db2/api_c/Db -@dirrm share/doc/db2/api_c/DbTxnMgr -@dirrm share/doc/db2/api_c/Dbc -@dirrm share/doc/db2/api_c/Dbt -@dirrm share/doc/db2/api_c/historic -@dirrm share/doc/db2/api_c/index -@dirrm share/doc/db2/api_c/internal -@dirrm share/doc/db2/api_c/special -@dirrm share/doc/db2/api_c -@dirrm share/doc/db2/test -@dirrm share/doc/db2/sleepycat -@dirrm share/doc/db2/ref/txn -@dirrm share/doc/db2/ref/am -@dirrm share/doc/db2/ref/arch -@dirrm share/doc/db2/ref/cam -@dirrm share/doc/db2/ref/debug -@dirrm share/doc/db2/ref/dumpload -@dirrm share/doc/db2/ref/env -@dirrm share/doc/db2/ref/intro -@dirrm share/doc/db2/ref/install -@dirrm share/doc/db2/ref/lock -@dirrm share/doc/db2/ref/log -@dirrm share/doc/db2/ref/mp -@dirrm share/doc/db2/ref/perl -@dirrm share/doc/db2/ref/program -@dirrm share/doc/db2/ref/sendmail -@dirrm share/doc/db2/ref/simple_tut -@dirrm share/doc/db2/ref/transapp -@dirrm share/doc/db2/ref -@dirrm share/doc/db2/packages -@dirrm share/doc/db2/api_cxx/DbLsn -@dirrm share/doc/db2/api_cxx/Dbc -@dirrm share/doc/db2/api_cxx/DbEnv -@dirrm share/doc/db2/api_cxx/DbException -@dirrm share/doc/db2/api_cxx/DbInfo -@dirrm share/doc/db2/api_cxx/DbLock -@dirrm share/doc/db2/api_cxx/DbLockTab -@dirrm share/doc/db2/api_cxx/DbLog -@dirrm share/doc/db2/api_cxx/Db -@dirrm share/doc/db2/api_cxx/DbMpool -@dirrm share/doc/db2/api_cxx/DbMpoolFile -@dirrm share/doc/db2/api_cxx/DbTxn -@dirrm share/doc/db2/api_cxx/DbTxnMgr -@dirrm share/doc/db2/api_cxx/Dbt -@dirrm share/doc/db2/api_cxx/index -@dirrm share/doc/db2/api_cxx/special -@dirrm share/doc/db2/api_cxx -@dirrm share/doc/db2/utility -@dirrm share/doc/db2/distrib -@dirrm share/doc/db2/build -@dirrm share/doc/db2/api_java/DbMpool -@dirrm share/doc/db2/api_java/DbEnv -@dirrm share/doc/db2/api_java/DbException -@dirrm share/doc/db2/api_java/DbInfo -@dirrm share/doc/db2/api_java/DbLock -@dirrm share/doc/db2/api_java/DbLockTab -@dirrm share/doc/db2/api_java/DbLog -@dirrm share/doc/db2/api_java/DbLsn -@dirrm share/doc/db2/api_java/Db -@dirrm share/doc/db2/api_java/DbMpoolFile -@dirrm share/doc/db2/api_java/DbRunRecoveryException -@dirrm share/doc/db2/api_java/DbTxn -@dirrm share/doc/db2/api_java/DbTxnMgr -@dirrm share/doc/db2/api_java/Dbc -@dirrm share/doc/db2/api_java/Dbt -@dirrm share/doc/db2/api_java/index -@dirrm share/doc/db2/api_java/special -@dirrm share/doc/db2/api_java -@dirrm share/doc/db2/images -@dirrm share/doc/db2 +@dirrm %%EXAMPLESDIR%%/examples +@dirrm %%EXAMPLESDIR%%/examples_cxx +@dirrm %%EXAMPLESDIR%%/examples_java +@dirrm %%EXAMPLESDIR%% --- db2-2.7.7_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: