From owner-svn-ports-head@freebsd.org Sat Nov 25 12:54:50 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 36B56DE33AF; Sat, 25 Nov 2017 12:54:50 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 03D68802F4; Sat, 25 Nov 2017 12:54:49 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vAPCsnmw021865; Sat, 25 Nov 2017 12:54:49 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vAPCsnWZ021863; Sat, 25 Nov 2017 12:54:49 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201711251254.vAPCsnWZ021863@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 25 Nov 2017 12:54:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454880 - head/databases/cego X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: head/databases/cego X-SVN-Commit-Revision: 454880 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Nov 2017 12:54:50 -0000 Author: pi Date: Sat Nov 25 12:54:48 2017 New Revision: 454880 URL: https://svnweb.freebsd.org/changeset/ports/454880 Log: databases/cego: update 2.38.3 -> 2.38.5 - Fix in CegoBTreeValue::valueFromSchema, introduced method getReservedLength to return fixed value length for type fixed and decimal. Since for decimal and fixed type just the dimension is stored in CegoField::getLength, we must define a reserved area for those types. This is done now with constant definition RESERVED_BTREE_FLOATLEN in CegoDefs.h - Improved ordersize calculation in CegoOrderSpace:insertTuple. Now the following formula is used : int s = sizeof(fv); if ( fv.getLength() > STATICFIELDBUF ) s += fv.getLength(); orderEntryLen += s; The catches the base memory usage for the instance but also the dynamic allocated part Submitted by: Bjoern Lemke Modified: head/databases/cego/Makefile head/databases/cego/distinfo Modified: head/databases/cego/Makefile ============================================================================== --- head/databases/cego/Makefile Sat Nov 25 12:04:44 2017 (r454879) +++ head/databases/cego/Makefile Sat Nov 25 12:54:48 2017 (r454880) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.38.3 +PORTVERSION= 2.38.5 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ Modified: head/databases/cego/distinfo ============================================================================== --- head/databases/cego/distinfo Sat Nov 25 12:04:44 2017 (r454879) +++ head/databases/cego/distinfo Sat Nov 25 12:54:48 2017 (r454880) @@ -1,3 +1,3 @@ -TIMESTAMP = 1511375712 -SHA256 (cego-2.38.3.tar.gz) = 4ee4a0435c0ea3680a3862cbc100d07fa53ce86bd6c57d10ce5b441533d18d46 -SIZE (cego-2.38.3.tar.gz) = 1442779 +TIMESTAMP = 1511609756 +SHA256 (cego-2.38.5.tar.gz) = 8a0e4133eaeaf7050a092daf888ea0321d65e754aa31059cbf5e3fc9d43b0f78 +SIZE (cego-2.38.5.tar.gz) = 1443219