From owner-freebsd-ports Sun Aug 5 2:10: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 064A037B403 for ; Sun, 5 Aug 2001 02:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f759A1j70762; Sun, 5 Aug 2001 02:10:01 -0700 (PDT) (envelope-from gnats) Received: from freebsd.org.ru (sweet.etrust.ru [194.84.67.5]) by hub.freebsd.org (Postfix) with ESMTP id A70CF37B401 for ; Sun, 5 Aug 2001 02:07:15 -0700 (PDT) (envelope-from osa@freebsd.org.ru) Received: by freebsd.org.ru (Postfix, from userid 1000) id 459C2C4; Sun, 5 Aug 2001 13:07:13 +0400 (MSD) Message-Id: <20010805090713.459C2C4@freebsd.org.ru> Date: Sun, 5 Aug 2001 13:07:13 +0400 (MSD) From: "Sergey A.Osokin" Reply-To: "Sergey A.Osokin" To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29466: databases/gigabase update from 2.35 to 2.36 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: 29466 >Category: ports >Synopsis: databases/gigabase update from 2.35 to 2.36 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Aug 05 02:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Sergey A. Osokin >Release: FreeBSD 4.4-PRERELEASE i386 >Organization: Russian FreeBSD Team >Environment: System: FreeBSD hole.etrust.ru 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #0: Fri Aug 3 20:01:04 MSD 2001 root@hole.etrust.ru:/usr/src/sys/compile/SWEET i386 >Description: databases/gigabase update from 2.35 to 2.36 From CHANGES: 1. Optimized version of memory allocator 2. Fix bug with checkin duplicates in scheme load 3. Fix bug with temporary cursors used by query optimizer 4. Make it possiblew to specify poo size for subsql (through DB_POOL_SIZE environment variable) 5. Fix bugs in dbCursor::selectByKey 6. Fix bug and improve dbBlob implementation (LIFO discipline for BLOB pages) 7. Add methods dbAnyCursor::selectByKeyRange and dbAnyCursor::skip >How-To-Repeat: >Fix: diff -ruN gigabase.old/Makefile gigabase/Makefile --- gigabase.old/Makefile Sun Aug 5 12:43:04 2001 +++ gigabase/Makefile Sun Aug 5 12:59:39 2001 @@ -6,7 +6,7 @@ # PORTNAME= gigabase -PORTVERSION= 2.35 +PORTVERSION= 2.36 CATEGORIES= databases MASTER_SITES= http://www.ispras.ru/~knizhnik/ diff -ruN gigabase.old/distinfo gigabase/distinfo --- gigabase.old/distinfo Sun Aug 5 12:43:04 2001 +++ gigabase/distinfo Sun Aug 5 12:44:21 2001 @@ -1 +1 @@ -MD5 (gigabase-2.35.tar.gz) = 91851b9d5ac426b392e5710d6059bd21 +MD5 (gigabase-2.36.tar.gz) = 6768d1db418b314d43dcd673a6882bea diff -ruN gigabase.old/files/patch-aa gigabase/files/patch-aa --- gigabase.old/files/patch-aa Sun Aug 5 12:43:04 2001 +++ gigabase/files/patch-aa Sun Aug 5 12:54:04 2001 @@ -1,6 +1,6 @@ ---- Makefile.in.orig Wed Aug 16 20:10:54 2000 -+++ Makefile.in Wed Oct 18 03:29:59 2000 -@@ -41,8 +41,8 @@ +--- Makefile.in.orig Sun Aug 5 12:52:21 2001 ++++ Makefile.in Sun Aug 5 12:53:40 2001 +@@ -43,8 +43,8 @@ CXX = @CXX@ CC = @CC@ DEFS = @DEFS@ @@ -11,10 +11,10 @@ LD = $(CXX) LDFLAGS = @LDFLAGS@ @TDEFS@ @LIBS@ AR = ar -@@ -122,7 +122,7 @@ - $(LIBTOOL) --mode=install $(INSTALL) $(GB_LIB) $(CLI_LIB) $(libdir) - mkdir -p $(bindir) - cp subsql $(bindir) +@@ -128,7 +128,7 @@ + else \ + cp subsql $(bindir); \ + fi -# strip $(bindir)/subsql + strip $(bindir)/subsql >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message