1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00

- Update to 0.6.1

PR:		ports/98482
Submitted by:	Martin Wilke <freebsd at unixfreunde.de>
This commit is contained in:
Sergey Matveychuk 2006-06-04 17:45:25 +00:00
parent 07816a2f09
commit 7177ab1684
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=164348
3 changed files with 22 additions and 5 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= pxlib
PORTVERSION= 0.6.0
PORTREVISION= 1
PORTVERSION= 0.6.1
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

View File

@ -1,3 +1,3 @@
MD5 (pxlib-0.6.0.tar.gz) = 14afa3d5f65be74e701668e47c0a1759
SHA256 (pxlib-0.6.0.tar.gz) = 12ae1dfa1099b039951bdc059f2928fc737efcdee9a3eb0b7ae6e70e2763daf2
SIZE (pxlib-0.6.0.tar.gz) = 481601
MD5 (pxlib-0.6.1.tar.gz) = 397a2d6214d0fbb5a20c5b4da438a509
SHA256 (pxlib-0.6.1.tar.gz) = 7d23dcc91907d6fddc7c4a1babc2f5b422213794ace965c03239ffada7f668d1
SIZE (pxlib-0.6.1.tar.gz) = 496929

View File

@ -0,0 +1,18 @@
--- src/paradox.c.orig Sun Jun 4 21:38:12 2006
+++ src/paradox.c Sun Jun 4 21:38:31 2006
@@ -273,6 +273,7 @@
pxstream_t *pxs;
pxpindex_t *pindex;
int blockcount, blocknumber, numrecords;
+ TDataBlock datablockhead;
pxh = pxdoc->px_head;
pxs = pxdoc->px_stream;
@@ -337,7 +338,6 @@
if(blocknumber != 0) {
while(blocknumber > 0) {
fprintf(stderr, "next blocknumber after creating primary index: %d\n", blocknumber);
- TDataBlock datablockhead;
if(get_datablock_head(pxdoc, pxs, blocknumber, &datablockhead) < 0) {
px_error(pxdoc, PX_RuntimeError, _("Could not get head of data block nr. %d."), blocknumber);
pxdoc->free(pxdoc, pindex);