Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Aug 2001 13:26:08 +0400 (MSD)
From:      "Sergey A.Osokin" <osa@FreeBSD.org.ru>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/29673: [MAINTAINER] update databases/gigabase from 2.35 to 2.37
Message-ID:  <20010813092608.9BC02D0@freebsd.org.ru>

next in thread | raw e-mail | index | archive | help

>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 13 02:30:01 PDT 2001
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010813092608.9BC02D0>