Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  5 Aug 2001 13:07:13 +0400 (MSD)
From:      "Sergey A.Osokin" <osa@FreeBSD.org.ru>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/29466: databases/gigabase update from 2.35 to 2.36
Message-ID:  <20010805090713.459C2C4@freebsd.org.ru>

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

>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




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