From osa@freebsd.org.ru  Mon Aug 13 02:26:26 2001
Return-Path: <osa@freebsd.org.ru>
Received: from freebsd.org.ru (sweet.etrust.ru [194.84.67.5])
	by hub.freebsd.org (Postfix) with ESMTP id 388C637B407
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 13 Aug 2001 02:26:19 -0700 (PDT)
	(envelope-from osa@freebsd.org.ru)
Received: by freebsd.org.ru (Postfix, from userid 1000)
	id 9BC02D0; Mon, 13 Aug 2001 13:26:08 +0400 (MSD)
Message-Id: <20010813092608.9BC02D0@freebsd.org.ru>
Date: Mon, 13 Aug 2001 13:26:08 +0400 (MSD)
From: Sergey A.Osokin <osa@FreeBSD.org.ru>
Reply-To: Sergey A.Osokin <osa@FreeBSD.org.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] update databases/gigabase from 2.35 to 2.37
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         29673
>Category:       ports
>Synopsis:       [MAINTAINER] update databases/gigabase from 2.35 to 2.37
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 13 02:30:01 PDT 2001
>Closed-Date:    Mon Aug 13 05:20:57 PDT 2001
>Last-Modified:  Mon Aug 13 05:21:07 PDT 2001
>Originator:     Sergey A. Osokin
>Release:        FreeBSD 4.4-PRERELEASE i386
>Organization:
Russian FreeBSD Team
>Environment:
System: FreeBSD 4.4-PRERELEASE i386


>Description:
		[MAINTAINER] update databases/gigabase from 2.35 to 2.37

		From 2.35 to 2.36
		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

		From 2.36 to 2.37
		1. Fix bugs introduced in 2.36 release
		2. Add delayed binding of pararameters (make it
		possible to eexcute the same query concurrently
		by multiple threads.

>How-To-Repeat:
	
>Fix:

1) close http://www.freebsd.org/cgi/query-pr.cgi?pr=29466
2) apply patch

diff -ruN gigabase.old/Makefile gigabase/Makefile
--- gigabase.old/Makefile	Sun Aug  5 12:43:04 2001
+++ gigabase/Makefile	Mon Aug 13 13:11:57 2001
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	gigabase
-PORTVERSION=	2.35
+PORTVERSION=	2.37
 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	Mon Aug 13 13:16:30 2001
@@ -1 +1 @@
-MD5 (gigabase-2.35.tar.gz) = 91851b9d5ac426b392e5710d6059bd21
+MD5 (gigabase-2.37.tar.gz) = f2b98a367f363012ff5ea31ef38515e7
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:
State-Changed-From-To: open->closed 
State-Changed-By: kevlo 
State-Changed-When: Mon Aug 13 05:20:57 PDT 2001 
State-Changed-Why:  
Committed, thanks. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29673 
>Unformatted:
