pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/guile-pg databases/guile-pg: Update to 0.48



details:   https://anonhg.NetBSD.org/pkgsrc/rev/409e3c6cbada
branches:  trunk
changeset: 441815:409e3c6cbada
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Wed Nov 11 14:25:22 2020 +0000

description:
databases/guile-pg: Update to 0.48

pkgsrc: changes: re-enable .la

There are some test issues, but it seems better to move to 0.48 than
stay at 0.47.  If you are a pkgsrc user of guile-pg and disagree,
please speak up (and help test/fix!).


- 0.48 | 2020-10-26

  - installation by default deletes the .la files

    See README re "SOFIXFLAGS".

  - configuration changes

    - configure script tries to use pkg-config(1)

      The configure script now tries to use pkg-config(1) to determine
      directory values for the ‘-I’ and ‘-L’ compiler switches.  The
      standard way is still supported (see README).

    - configure-time ‘INITDB’ specification

      For "make check", you can specify to the configure script the
      initdb(1) program to use with option ‘INITDB=/path/to/initdb’.
      For example:

       ./configure INITDB=/usr/lib/postgresql/9.4/bin/initdb

      This saves the value of ‘INITDB’ so you don't need to specify it
      manually for each "make check" invocation (see README).

  - builtin array variant types now have prefix-asterisk names

    Previously, the builtin array variant types had names that end
    in "[]" (i.e., one or more pairs of square braces).  These now
    have prefix-asterisk names.

     (was)              (now)
     text[]             *text
     text[][]           **text
     int4[]             *int4
     aclitem[]          *aclitem

    Furthermore, old-style names are no longer supported.  This is
    concomitant w/ dropping of ‘define-db-col-type-array-variant’
    (see below).

  - dropped items

    All these were announced in Guile-PG 0.47 (2015-02-23).

    - module ‘(database postgres-resdisp)’

    - proc ‘(database postgres) pg-lo-read’

    - procs in module ‘(database postgres-types)’

      - ‘dbcoltypes’

      - ‘dbcoltype-lookup’

      - ‘dbcoltype:stringifier’

      - ‘dbcoltype:default’

      - ‘dbcoltype:objectifier’

      - ‘define-db-col-type-array-variant’

diffstat:

 databases/guile-pg/Makefile |   9 ++++++---
 databases/guile-pg/PLIST    |   4 +---
 databases/guile-pg/distinfo |  10 +++++-----
 3 files changed, 12 insertions(+), 11 deletions(-)

diffs (61 lines):

diff -r 80ae42fb947c -r 409e3c6cbada databases/guile-pg/Makefile
--- a/databases/guile-pg/Makefile       Wed Nov 11 12:26:06 2020 +0000
+++ b/databases/guile-pg/Makefile       Wed Nov 11 14:25:22 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.54 2020/05/31 14:49:13 rillig Exp $
+# $NetBSD: Makefile,v 1.55 2020/11/11 14:25:22 gdt Exp $
 
-DISTNAME=      guile-pg-0.47
-PKGREVISION=   3
+DISTNAME=      guile-pg-0.48
 CATEGORIES=    databases
 MASTER_SITES=  http://download.savannah.nongnu.org/releases/guile-pg/
 EXTRACT_SUFX=  .tar.xz
@@ -16,10 +15,14 @@
 GNU_CONFIGURE= YES
 INFO_FILES=    YES
 
+# Remediate anti-libtool bias.
+MAKE_FLAGS+=   SOFIXFLAGS=none
+
 TEST_TARGET=   check
 # To run tests without compiling
 #TEST_ENV+=    GUILE_AUTO_COMPILE=0
 
+# guile-pg currently supports only 1.8 and 2.0
 .include "../../lang/guile20/buildlink3.mk"
 .include "../../mk/pgsql.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 80ae42fb947c -r 409e3c6cbada databases/guile-pg/PLIST
--- a/databases/guile-pg/PLIST  Wed Nov 11 12:26:06 2020 +0000
+++ b/databases/guile-pg/PLIST  Wed Nov 11 14:25:22 2020 +0000
@@ -1,13 +1,11 @@
-@comment $NetBSD: PLIST,v 1.11 2015/06/07 11:24:16 gdt Exp $
+@comment $NetBSD: PLIST,v 1.12 2020/11/11 14:25:22 gdt Exp $
 info/guile-pg.info
-lib/guile-pg/libpostgres.la
 lib/guile-pg/postgres.la
 share/guile/site/database/postgres
 share/guile/site/database/postgres-col-defs
 share/guile/site/database/postgres-gxrepl
 share/guile/site/database/postgres-meta
 share/guile/site/database/postgres-qcons
-share/guile/site/database/postgres-resdisp
 share/guile/site/database/postgres-resx
 share/guile/site/database/postgres-table
 share/guile/site/database/postgres-types
diff -r 80ae42fb947c -r 409e3c6cbada databases/guile-pg/distinfo
--- a/databases/guile-pg/distinfo       Wed Nov 11 12:26:06 2020 +0000
+++ b/databases/guile-pg/distinfo       Wed Nov 11 14:25:22 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2015/11/03 01:56:12 agc Exp $
+$NetBSD: distinfo,v 1.16 2020/11/11 14:25:22 gdt Exp $
 
-SHA1 (guile-pg-0.47.tar.xz) = f127cc7ade0344afac6dd22ead0ddef12faafb2c
-RMD160 (guile-pg-0.47.tar.xz) = 3dee5f1947f1f1bf33cb71f1d5c0d56645d92a7c
-SHA512 (guile-pg-0.47.tar.xz) = 0e4d940da715e71e31c22ba36ae3d7810fe7174d40d6cbecc8a010aa26e1ea38e9cae4b17229d9099ee512b3fa227128d223b8bc3ded256d4a7594d4fc559b54
-Size (guile-pg-0.47.tar.xz) = 550592 bytes
+SHA1 (guile-pg-0.48.tar.xz) = b40e9a4f9b7fbb9432d9ed57537c0b9a3e844e3b
+RMD160 (guile-pg-0.48.tar.xz) = 8c325664268c7b38fb441ad01b16f0ba3f47742c
+SHA512 (guile-pg-0.48.tar.xz) = 497e0edce633a77c1f73b1e251d2ca087e576d025a24a4bb09b4e8ae27e809824125e978873931d84f0fb97ae39ac3c817e1c8adb075bacdec9535a891f77cea
+Size (guile-pg-0.48.tar.xz) = 564408 bytes


Home | Main Index | Thread Index | Old Index