pkgsrc-WIP-changes archive

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

guile30: Update to 3.0.4



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Sun Dec 13 10:59:00 2020 -0500
Changeset:	209900ce0fc0acf4be95c648a9f3199f980a33ff

Modified Files:
	guile30/Makefile
	guile30/PLIST
	guile30/TODO
	guile30/distinfo

Log Message:
guile30: Update to 3.0.4

packaging changes rototill TODO

upstream: micro/bugfix release

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=209900ce0fc0acf4be95c648a9f3199f980a33ff

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 guile30/Makefile |  2 +-
 guile30/PLIST    |  2 +-
 guile30/TODO     | 13 ++++++++++---
 guile30/distinfo |  8 ++++----
 4 files changed, 16 insertions(+), 9 deletions(-)

diffs:
diff --git a/guile30/Makefile b/guile30/Makefile
index 525229805a..96be4c0b64 100644
--- a/guile30/Makefile
+++ b/guile30/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	guile-3.0.3
+DISTNAME=	guile-3.0.4
 PKGNAME=	${DISTNAME:S/guile/guile30/}
 CATEGORIES=	lang
 MASTER_SITES=	ftp://ftp.gnu.org/gnu/guile/
diff --git a/guile30/PLIST b/guile30/PLIST
index 688c1c126d..dad0bfb85d 100644
--- a/guile30/PLIST
+++ b/guile30/PLIST
@@ -461,7 +461,7 @@ guile/3.0/lib/guile/3.0/ccache/web/server/http.go
 guile/3.0/lib/guile/3.0/ccache/web/uri.go
 guile/3.0/lib/guile/3.0/extensions/guile-readline.la
 guile/3.0/lib/libguile-3.0.la
-guile/3.0/lib/libguile-3.0.so.3.0.0-gdb.scm
+guile/3.0/lib/libguile-3.0.so.1.2.0-gdb.scm
 guile/3.0/lib/pkgconfig/guile-3.0.pc
 guile/3.0/man/man1/guile.1
 guile/3.0/share/aclocal/guile.m4
diff --git a/guile30/TODO b/guile30/TODO
index f22c24590c..6656387319 100644
--- a/guile30/TODO
+++ b/guile30/TODO
@@ -1,3 +1,8 @@
+* SHLIB CHANGE
+
+3.0.4 changes the libguile shlib version backwards.  Reported upstream
+on 20201213.
+
 * MPROTECT
 
 On NetBSD, guile is marked NOT_MPROTECT_SAFE.  However, guile is built
@@ -15,8 +20,9 @@ Reported to guile-devel@ on 20200827.
 Probably needs a "paxctl +m guile" for the binary (in .libs via
 libtool) after build and before use as a build tool.
 
+* TMPNAM
 
-* with CONFIGURE_ARGS+=       --disable-tmpnam
+with CONFIGURE_ARGS+=       --disable-tmpnam
 
 as per https://debbugs.gnu.org/cgi/bugreport.cgi?bug=29001
 
@@ -25,7 +31,9 @@ Perhaps fixed upstream
 \todo Explain why we want to give this arg.  Just vague best
 practices?
 
-* Without threads support, doesn't build:
+* THREADS
+
+Without threads support, doesn't build:
 
   CCLD     libguile-3.0.la
 ld: .libs/libguile_3.0_la-posix.o: in function `scm_tmpnam':
@@ -40,4 +48,3 @@ Reported upstream as http://debbugs.gnu.org/cgi/bugreport.cgi?bug=40075
 
 Perhaps make a no-threads option, but it is not clear why we care
 about the non-threaded case.
-
diff --git a/guile30/distinfo b/guile30/distinfo
index 787b5802c4..5783ea7996 100644
--- a/guile30/distinfo
+++ b/guile30/distinfo
@@ -1,8 +1,8 @@
 $NetBSD: distinfo,v 1.8 2019/09/10 03:47:27 gutteridge Exp $
 
-SHA1 (guile-3.0.3.tar.gz) = a90e6fe9506cc34807454dbf5078a33076b12f67
-RMD160 (guile-3.0.3.tar.gz) = 3ca1360bc20eba50286ebd6fde852842dbb01be4
-SHA512 (guile-3.0.3.tar.gz) = eedc6a50f13a6d59e5a75dadd459368610b53a2758bcb787c1a7ed5750b05f7a8ae332c54a0698b340eddebabfef8495c79809bf124ef788ecc050a751f6e50e
-Size (guile-3.0.3.tar.gz) = 21621646 bytes
+SHA1 (guile-3.0.4.tar.gz) = 82a56bcc2b8eaaeb9bc03c29386aeea6e856f3f8
+RMD160 (guile-3.0.4.tar.gz) = 8b33a6896855e77e0d818ae9d357e7cb194badcd
+SHA512 (guile-3.0.4.tar.gz) = d707d89ef0f94f74eb4678bcc79dfa99ea068d68a789f47039b5f00c0b8b01ace567a567c0f971fdc0dfc620c11d9536fc003d8d8e049e2cc158ce8b171e1134
+Size (guile-3.0.4.tar.gz) = 21619204 bytes
 SHA1 (patch-lib_Makefile.in) = ae3428997a653d89cef9bd51f52b57b64431b753
 SHA1 (patch-libguile_loader.c) = 32b012d095c343995f93d0c8160411c4b0cfbee1


Home | Main Index | Thread Index | Old Index