From ce59777d4137cae43650eb752b258acee39f91c4 Mon Sep 17 00:00:00 2001 From: gdt Date: Fri, 9 Dec 2005 16:01:10 +0000 Subject: Update to 0.29. Changes since last update: - 0.29 | 2005-08-25 - Dropped proc: where-clausifier - Dropped proc: tuples-result->table - For `gxrepl', results are now printed with " | " field separator - All (database postgres) procs now tested - Support files guile.m4 and modsup.h synched with Guile 1.4.1.106 - 0.28 | 2005-05-09 - Bugfix: array reference handling in (database postgres-qcons) - FSF street address updated in copyright notices - 0.27 | 2005-03-02 - Result objects print without redundant "PGRES_" prefix - New command for (database postgres-table) proc `pgtable-manager' - New (database postgres-resx) proc: result->object-rows - Changes to module (database postgres-qcons) - 0.26 | 2005-02-24 - Expiration date set for opaque string support - Expiration date set for two (database postegres-table) procs - Dropped (database postgres-types) proc: dbcoltype:name - New type converters in module (database postgres-types) - New module: (database postgres-qcons) - New module: (database postgres-resdisp) - New module: (database postgres-gxrepl) - 0.25 | 2005-01-02 - New (database postgres) proc: pg-result-error-message - 0.24 | 2004-11-24 - New (database postgres) proc: pg-set-nonblocking! - New (database postgres) proc: pg-is-nonblocking? --- databases/guile-pg/Makefile | 4 ++-- databases/guile-pg/PLIST | 5 ++++- databases/guile-pg/distinfo | 9 ++++----- databases/guile-pg/patches/patch-aa | 22 ---------------------- 4 files changed, 10 insertions(+), 30 deletions(-) delete mode 100644 databases/guile-pg/patches/patch-aa (limited to 'databases/guile-pg') diff --git a/databases/guile-pg/Makefile b/databases/guile-pg/Makefile index 26cbf27b146..191ef2a6761 100644 --- a/databases/guile-pg/Makefile +++ b/databases/guile-pg/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2005/08/10 19:01:23 gdt Exp $ +# $NetBSD: Makefile,v 1.24 2005/12/09 16:01:10 gdt Exp $ # -DISTNAME= guile-pg-0.23 +DISTNAME= guile-pg-0.29 CATEGORIES= databases MASTER_SITES= http://www.glug.org/people/ttn/software/guile-pg/ diff --git a/databases/guile-pg/PLIST b/databases/guile-pg/PLIST index 5778a2bf87b..8f9fd9a974f 100644 --- a/databases/guile-pg/PLIST +++ b/databases/guile-pg/PLIST @@ -1,7 +1,10 @@ -@comment $NetBSD: PLIST,v 1.5 2004/12/03 13:41:30 wiz Exp $ +@comment $NetBSD: PLIST,v 1.6 2005/12/09 16:01:10 gdt Exp $ lib/guile/site/database/libpostgres.la lib/guile/site/database/postgres-col-defs.scm +lib/guile/site/database/postgres-gxrepl.scm lib/guile/site/database/postgres-meta.scm +lib/guile/site/database/postgres-qcons.scm +lib/guile/site/database/postgres-resdisp.scm lib/guile/site/database/postgres-resx.scm lib/guile/site/database/postgres-table.scm lib/guile/site/database/postgres-types.scm diff --git a/databases/guile-pg/distinfo b/databases/guile-pg/distinfo index 3c0b0746815..e2d5bc89afa 100644 --- a/databases/guile-pg/distinfo +++ b/databases/guile-pg/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.4 2005/02/23 16:33:06 agc Exp $ +$NetBSD: distinfo,v 1.5 2005/12/09 16:01:10 gdt Exp $ -SHA1 (guile-pg-0.23.tar.gz) = b2c2e8ff72f905171babbdaac9ad9fd2ead56ce5 -RMD160 (guile-pg-0.23.tar.gz) = c972e5e9e99aae16dd1f547299774df0124b1460 -Size (guile-pg-0.23.tar.gz) = 451283 bytes -SHA1 (patch-aa) = 35b3585f7452adbe42d9a57c670db40da441f2f2 +SHA1 (guile-pg-0.29.tar.gz) = 114b9c248d9d023602725fe768297dfc87e503eb +RMD160 (guile-pg-0.29.tar.gz) = 557fe24a69500b4a517fd5472c56c36911ec7db7 +Size (guile-pg-0.29.tar.gz) = 495270 bytes diff --git a/databases/guile-pg/patches/patch-aa b/databases/guile-pg/patches/patch-aa deleted file mode 100644 index d393ede970f..00000000000 --- a/databases/guile-pg/patches/patch-aa +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-aa,v 1.2 2004/12/03 13:41:30 wiz Exp $ - ---- libpostgres_lo.c.orig 2004-11-20 12:55:38.000000000 -0500 -+++ libpostgres_lo.c -@@ -247,7 +247,7 @@ lob_mklobport (SCM conn, Oid oid, int al - } - pt->write_end = pt->write_buf + pt->write_buf_size; - -- SCM_SETCAR (port, gh_car (port) & ~SCM_BUF0); -+ SCM_SETCAR (port, SCM_CELL_WORD_0 (port) & ~SCM_BUF0); - - SCM_ALLOW_INTS; - -@@ -522,7 +522,7 @@ lob_write (SCM port, const void *data, s - lob_flush (port); - } - /* handle line buffering. */ -- if ((gh_car (port) & SCM_BUFLINE) -+ if ((SCM_CELL_WORD_0 (port) & SCM_BUFLINE) - && memchr (data, '\n', size)) - lob_flush (port); - } -- cgit v1.2.3