pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c14d8d6d4df0
branches:  trunk
changeset: 443708:c14d8d6d4df0
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Sat Dec 19 15:21:50 2020 +0000

description:
guile-pg: Update to 0.49

- 0.49 | 2020-11-13

  - dependency clarified: state range

    Previously, the README file intimated that any Guile 1.4.x and
    later would work w/ Guile-PG.  This has now been clarified to
    state the actual working range (1.4.x to 2.0.x, inclusive).

    We have plans for adding support for 2.2.x (and maybe 3.x) in
    the near to middling future.

    See also file test/OK.

  - Guile "auto-compilation" suppressed

    In all three phases: configuration, build, and test, Guile 2.x
    "auto-compilation" of .scm to .go files is suppressed by setting
    the env var ‘GUILE_AUTO_COMPILE=0’.

    We will do intentional compilation at some point, as soon as we
    figure out how to DTRT.  See project CMOD-PLAY for experiments.

diffstat:

 databases/guile-pg/Makefile |  13 +++++++++----
 databases/guile-pg/distinfo |  10 +++++-----
 2 files changed, 14 insertions(+), 9 deletions(-)

diffs (47 lines):

diff -r 79f801516508 -r c14d8d6d4df0 databases/guile-pg/Makefile
--- a/databases/guile-pg/Makefile       Sat Dec 19 15:18:50 2020 +0000
+++ b/databases/guile-pg/Makefile       Sat Dec 19 15:21:50 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.55 2020/11/11 14:25:22 gdt Exp $
+# $NetBSD: Makefile,v 1.56 2020/12/19 15:21:50 gdt Exp $
 
-DISTNAME=      guile-pg-0.48
+DISTNAME=      guile-pg-0.49
 CATEGORIES=    databases
 MASTER_SITES=  http://download.savannah.nongnu.org/releases/guile-pg/
 EXTRACT_SUFX=  .tar.xz
@@ -15,12 +15,17 @@
 GNU_CONFIGURE= YES
 INFO_FILES=    YES
 
+CONFIGURE_ENV+=        GUILE_AUTO_COMPILE=0
+
 # Remediate anti-libtool bias.
-MAKE_FLAGS+=   SOFIXFLAGS=none
+MAKE_FLAGS+=   SOFIXFLAGS=no-symlinks
+BUILD_ENV+=    GUILE_AUTO_COMPILE=0
 
 TEST_TARGET=   check
 # To run tests without compiling
-#TEST_ENV+=    GUILE_AUTO_COMPILE=0
+TEST_ENV+=     GUILE_AUTO_COMPILE=0
+TEST_ENV+=     VERBOSE=1
+TEST_ENV+=     DEBUG=1
 
 # guile-pg currently supports only 1.8 and 2.0
 .include "../../lang/guile20/buildlink3.mk"
diff -r 79f801516508 -r c14d8d6d4df0 databases/guile-pg/distinfo
--- a/databases/guile-pg/distinfo       Sat Dec 19 15:18:50 2020 +0000
+++ b/databases/guile-pg/distinfo       Sat Dec 19 15:21:50 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2020/11/11 14:25:22 gdt Exp $
+$NetBSD: distinfo,v 1.17 2020/12/19 15:21:50 gdt Exp $
 
-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
+SHA1 (guile-pg-0.49.tar.xz) = 903cd260316153e7f1beb9ebc6918ee8f9cc1986
+RMD160 (guile-pg-0.49.tar.xz) = ca30b8d1ce84d0d524d7f98008af16815e557fcf
+SHA512 (guile-pg-0.49.tar.xz) = ae084d155b76d0c586ac1644dd36d62eac85bd2f15699cd48214d5e5403f6e90018234d6c861af14aa949cefa9397871058a047de8a52bbace95e71db1c4e07c
+Size (guile-pg-0.49.tar.xz) = 566368 bytes


Home | Main Index | Thread Index | Old Index