www/guile-pg: Update to 0.50
- 0.50 | 2021-12-04 - lob details bifurcated for "modern" Guile Guile 2.2 (and later, presumably) have ‘scm_c_make_port’ and in fact a whole rewrite of the ports extension mechanism. Thus, all previous Guile-PG releases failed to build w/ Guile 2.2. Specifically, all the large object (lob) low-level details clashed irreconcilably. This release of Guile-PG now handles things by configure-time detection and selection of a suitably matching implementation. The file test/OK now includes an entry w/ a subheading of "other Guile" to show the range of supported Guile versions. More to the point, if you build w/ Guile 2.2 and encounter problems, then please report it. NB: We haven't dipped into the Guile 3.0 waters yet. Experience reports from those more adventurous are welcome, in any case.
This commit is contained in:
parent
4afec22686
commit
8945dfbfc2
2 changed files with 7 additions and 8 deletions
|
@ -1,10 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.57 2021/12/08 16:03:38 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.58 2022/03/05 14:57:31 gdt Exp $
|
||||
|
||||
DISTNAME= guile-pg-0.49
|
||||
PKGREVISION= 1
|
||||
DISTNAME= guile-pg-0.50
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://download.savannah.nongnu.org/releases/guile-pg/
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
EXTRACT_SUFX= .tar.lz
|
||||
|
||||
MAINTAINER= gdt@NetBSD.org
|
||||
HOMEPAGE= https://savannah.nongnu.org/projects/guile-pg/
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.19 2021/10/26 10:09:19 nia Exp $
|
||||
$NetBSD: distinfo,v 1.20 2022/03/05 14:57:31 gdt Exp $
|
||||
|
||||
BLAKE2s (guile-pg-0.49.tar.xz) = dfc1b931179ae7c7d3e3483993426b373fab1215e216d002e89dd745e96e71cf
|
||||
SHA512 (guile-pg-0.49.tar.xz) = ae084d155b76d0c586ac1644dd36d62eac85bd2f15699cd48214d5e5403f6e90018234d6c861af14aa949cefa9397871058a047de8a52bbace95e71db1c4e07c
|
||||
Size (guile-pg-0.49.tar.xz) = 566368 bytes
|
||||
BLAKE2s (guile-pg-0.50.tar.lz) = dfd91b1975614dd8e632d7bcaa6b047a643d29ecdc90ac6022020431bbf048e5
|
||||
SHA512 (guile-pg-0.50.tar.lz) = b073491f5d20c9de2a1deff957c48f3eea4760c82b55e1f9192d63198295714d87c415c5275e4b1c782feb2bf8fdaae72e2d8202e87f634f7993346916b6c527
|
||||
Size (guile-pg-0.50.tar.lz) = 569509 bytes
|
||||
|
|
Loading…
Reference in a new issue