pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/guile-pg
Module Name: pkgsrc
Committed By: gdt
Date: Sat Dec 19 15:21:50 UTC 2020
Modified Files:
pkgsrc/databases/guile-pg: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/databases/guile-pg/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/databases/guile-pg/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/databases/guile-pg/Makefile
diff -u pkgsrc/databases/guile-pg/Makefile:1.55 pkgsrc/databases/guile-pg/Makefile:1.56
--- pkgsrc/databases/guile-pg/Makefile:1.55 Wed Nov 11 14:25:22 2020
+++ pkgsrc/databases/guile-pg/Makefile Sat Dec 19 15:21:50 2020
@@ -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 @@ USE_TOOLS+= gmake pkg-config
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"
Index: pkgsrc/databases/guile-pg/distinfo
diff -u pkgsrc/databases/guile-pg/distinfo:1.16 pkgsrc/databases/guile-pg/distinfo:1.17
--- pkgsrc/databases/guile-pg/distinfo:1.16 Wed Nov 11 14:25:22 2020
+++ pkgsrc/databases/guile-pg/distinfo Sat Dec 19 15:21:50 2020
@@ -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