From owner-freebsd-ports Sat Dec 28 13:12:31 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76F4937B4F6 for ; Sat, 28 Dec 2002 13:11:42 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92ABB44106 for ; Sat, 28 Dec 2002 13:10:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBSLA4NS066096 for ; Sat, 28 Dec 2002 13:10:04 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBSLA44K066095; Sat, 28 Dec 2002 13:10:04 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36B3637B401 for ; Sat, 28 Dec 2002 13:03:04 -0800 (PST) Received: from socigeog.hmt.toyama-u.ac.jp (socigeog.hmt.toyama-u.ac.jp [160.26.63.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 418C943E4A for ; Sat, 28 Dec 2002 13:02:59 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost (localhost [127.0.0.1]) by socigeog.hmt.toyama-u.ac.jp (Postfix) with SMTP id F22429EF for ; Sun, 29 Dec 2002 06:02:55 +0900 (JST) Message-Id: <20021229060122.5e90d5c6.tkato@prontomail.com> Date: Sun, 29 Dec 2002 06:01:22 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46588: Update port: databses/db4 to 4.1.25 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 46588 >Category: ports >Synopsis: Update port: databses/db4 to 4.1.25 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Dec 28 13:10:04 PST 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 4.1.25 >How-To-Repeat: >Fix: diff -urN /usr/ports/databases/db4/Makefile databases/db4/Makefile --- /usr/ports/databases/db4/Makefile Wed Nov 20 23:45:16 2002 +++ databases/db4/Makefile Sat Dec 28 01:23:59 2002 @@ -6,8 +6,7 @@ # PORTNAME= db4 -PORTVERSION= 4.0.14 -PORTREVISION= 1 +PORTVERSION= 4.1.25 CATEGORIES= databases MASTER_SITES= http://www.sleepycat.com/update/snapshot/ DISTNAME= db-${PORTVERSION} @@ -25,7 +24,7 @@ GNU_CONFIGURE= yes CONFIGURE_SCRIPT= ../dist/configure CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --enable-compat185 --enable-dump285 \ +CONFIGURE_ARGS= --enable-compat185 --enable-dump185 \ --enable-cxx --enable-dynamic \ --includedir=${PREFIX}/include/db4 INSTALLS_SHLIB= yes diff -urN /usr/ports/databases/db4/distinfo databases/db4/distinfo --- /usr/ports/databases/db4/distinfo Mon Dec 24 19:45:45 2001 +++ databases/db4/distinfo Sat Dec 28 00:36:33 2002 @@ -1 +1 @@ -MD5 (bdb/db-4.0.14.tar.gz) = 12262c64fcd64b772e7cffad8e4d0ebc +MD5 (bdb/db-4.1.25.tar.gz) = df71961002b552c0e72c6e4e358f27e1 diff -urN /usr/ports/databases/db4/files/patch-dist::Makefile.in databases/db4/files/patch-dist::Makefile.in --- /usr/ports/databases/db4/files/patch-dist::Makefile.in Wed Nov 20 23:45:16 2002 +++ databases/db4/files/patch-dist::Makefile.in Sat Dec 28 01:16:20 2002 @@ -1,5 +1,5 @@ ---- ../dist/Makefile.in.orig Sat Nov 10 07:48:45 2001 -+++ ../dist/Makefile.in Sat Nov 9 17:36:00 2002 +--- ../dist/Makefile.in.orig Sat Aug 31 03:11:56 2002 ++++ ../dist/Makefile.in Sat Dec 28 01:15:46 2002 @@ -11,7 +11,7 @@ bindir= @bindir@ includedir=@includedir@ @@ -17,7 +17,7 @@ SOVERSION= @DB_VERSION_MAJOR@.@DB_VERSION_MINOR@ ################################################## -@@ -60,13 +61,13 @@ +@@ -59,13 +60,13 @@ LIBS= @LIBS@ LIBSO_LIBS= @LIBSO_LIBS@ @@ -37,7 +37,7 @@ ################################################## # C++ API. -@@ -79,13 +80,13 @@ +@@ -78,13 +79,13 @@ XSOLINK= @MAKEFILE_XSOLINK@ LIBXSO_LIBS= @LIBXSO_LIBS@ @@ -57,20 +57,20 @@ ################################################## # Java API. -@@ -235,8 +236,8 @@ - db_server_proc@o@ db_server_svc@o@ db_server_util@o@ gen_db_server@o@ +@@ -364,8 +365,8 @@ UTIL_PROGS=\ -- @ADDITIONAL_PROGS@ db_archive db_checkpoint db_deadlock \ + @ADDITIONAL_PROGS@ \ +- db_archive db_checkpoint db_deadlock \ - db_dump db_load db_printlog db_recover db_stat db_upgrade db_verify -+ @ADDITIONAL_PROGS@ db4_archive db4_checkpoint db4_deadlock \ ++ db4_archive db4_checkpoint db4_deadlock \ + db4_dump db4_load db4_printlog db4_recover db4_stat db4_upgrade db4_verify ################################################## # List of files installed into the library directory. -@@ -330,53 +331,53 @@ - $(RPC_SRV_OBJS) util_log@o@ $(DEF_LIB) $(LIBS) - $(POSTLINK) $@ +@@ -481,53 +482,53 @@ + echo >> $@ exec java com.sleepycat.db.rpcserver.DbServer \$$@ + chmod +x $@ -db_archive: db_archive@o@ util_sig@o@ $(DEF_LIB) +db4_archive: db_archive@o@ util_sig@o@ $(DEF_LIB) @@ -90,19 +90,19 @@ db_deadlock@o@ util_log@o@ util_sig@o@ $(DEF_LIB) $(LIBS) $(POSTLINK) $@ --db_dump: db_dump@o@ util_sig@o@ $(DEF_LIB) -+db4_dump: db_dump@o@ util_sig@o@ $(DEF_LIB) - $(CCLINK) -o $@ $(LDFLAGS) db_dump@o@ util_sig@o@ $(DEF_LIB) $(LIBS) +-db_dump: db_dump@o@ util_cache@o@ util_sig@o@ $(DEF_LIB) ++db4_dump: db_dump@o@ util_cache@o@ util_sig@o@ $(DEF_LIB) + $(CCLINK) -o $@ $(LDFLAGS) db_dump@o@ util_cache@o@ util_sig@o@ $(DEF_LIB) $(LIBS) $(POSTLINK) $@ --db_dump185: db_dump185@o@ @LIBOBJS@ -+db4_dump185: db_dump185@o@ @LIBOBJS@ - $(CCLINK) -o $@ $(LDFLAGS) db_dump185@o@ @LIBOBJS@ $(DB185LIB) +-db_dump185: db_dump185@o@ @LTLIBOBJS@ ++db4_dump185: db_dump185@o@ @LTLIBOBJS@ + $(CCLINK) -o $@ $(LDFLAGS) db_dump185@o@ @LTLIBOBJS@ $(DB185LIB) $(POSTLINK) $@ --db_load: db_load@o@ util_sig@o@ $(DEF_LIB) -+db4_load: db_load@o@ util_sig@o@ $(DEF_LIB) - $(CCLINK) -o $@ $(LDFLAGS) db_load@o@ util_sig@o@ $(DEF_LIB) $(LIBS) +-db_load: db_load@o@ util_cache@o@ util_sig@o@ $(DEF_LIB) ++db4_load: db_load@o@ util_cache@o@ util_sig@o@ $(DEF_LIB) + $(CCLINK) -o $@ $(LDFLAGS) db_load@o@ util_cache@o@ util_sig@o@ $(DEF_LIB) $(LIBS) $(POSTLINK) $@ -db_printlog: db_printlog@o@ util_sig@o@ $(DEF_LIB) @@ -117,9 +117,9 @@ db_recover@o@ util_sig@o@ $(DEF_LIB) $(LIBS) $(POSTLINK) $@ --db_stat: db_stat@o@ util_sig@o@ $(DEF_LIB) -+db4_stat: db_stat@o@ util_sig@o@ $(DEF_LIB) - $(CCLINK) -o $@ $(LDFLAGS) db_stat@o@ util_sig@o@ $(DEF_LIB) $(LIBS) +-db_stat: db_stat@o@ util_cache@o@ util_sig@o@ $(DEF_LIB) ++db4_stat: db_stat@o@ util_cache@o@ util_sig@o@ $(DEF_LIB) + $(CCLINK) -o $@ $(LDFLAGS) db_stat@o@ util_cache@o@ util_sig@o@ $(DEF_LIB) $(LIBS) $(POSTLINK) $@ -db_upgrade: db_upgrade@o@ util_sig@o@ $(DEF_LIB) @@ -128,12 +128,12 @@ db_upgrade@o@ util_sig@o@ $(DEF_LIB) $(LIBS) $(POSTLINK) $@ --db_verify: db_verify@o@ util_sig@o@ $(DEF_LIB) -+db4_verify: db_verify@o@ util_sig@o@ $(DEF_LIB) +-db_verify: db_verify@o@ util_cache@o@ util_sig@o@ $(DEF_LIB) ++db4_verify: db_verify@o@ util_cache@o@ util_sig@o@ $(DEF_LIB) $(CCLINK) -o $@ $(LDFLAGS) \ - db_verify@o@ util_sig@o@ $(DEF_LIB) $(LIBS) + db_verify@o@ util_cache@o@ util_sig@o@ $(DEF_LIB) $(LIBS) $(POSTLINK) $@ -@@ -385,7 +386,7 @@ +@@ -536,7 +537,7 @@ # Library and standard utilities install. ################################################## library_install: install_setup >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message