pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/guile Update to 1.8.7, set LICENSE.
details: https://anonhg.NetBSD.org/pkgsrc/rev/d62faced0f1d
branches: trunk
changeset: 397589:d62faced0f1d
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Aug 16 14:00:50 2009 +0000
description:
Update to 1.8.7, set LICENSE.
Changes in 1.8.7 (since 1.8.6)
* Bugs fixed
** Fix compilation with `--disable-deprecated'
** Fix %fast-slot-ref/set!, to avoid possible segmentation fault
** Fix MinGW build problem caused by HAVE_STRUCT_TIMESPEC confusion
** Fix build problem when scm_t_timespec is different from struct timespec
** Fix build when compiled with -Wundef -Werror
** More build fixes for `alphaev56-dec-osf5.1b' (Tru64)
** Build fixes for `powerpc-ibm-aix5.3.0.0' (AIX 5.3)
** With GCC, always compile with `-mieee' on `alpha*' and `sh*'
** Better diagnose broken `(strftime "%z" ...)' in `time.test' (bug #24130)
** Fix parsing of SRFI-88/postfix keywords longer than 128 characters
** Fix reading of complex numbers where both parts are inexact decimals
** Allow @ macro to work with (ice-9 syncase)
Previously, use of the @ macro in a module whose code is being
transformed by (ice-9 syncase) would cause an "Invalid syntax" error.
Now it works as you would expect (giving the value of the specified
module binding).
** Have `scm_take_locale_symbol ()' return an interned symbol (bug #25865)
** Fix potential deadlocks when running on multiple threads
** Fix problems building with the i586-mingw32msvc cross-compiler
It's now possible to build Guile for Windows by using the
i586-mingw32msvc cross-compiler on GNU/Linux. This kind of build
produces DLLs and a main program that can be copied to and used on a
Windows PC. For how to do this, see the `Cross building Guile'
section in `README'.
diffstat:
lang/guile/Makefile | 6 +++---
lang/guile/distinfo | 8 ++++----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (36 lines):
diff -r 8c045b084ec9 -r d62faced0f1d lang/guile/Makefile
--- a/lang/guile/Makefile Sun Aug 16 13:57:54 2009 +0000
+++ b/lang/guile/Makefile Sun Aug 16 14:00:50 2009 +0000
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.91 2009/05/20 00:58:19 wiz Exp $
+# $NetBSD: Makefile,v 1.92 2009/08/16 14:00:50 wiz Exp $
-DISTNAME= guile-1.8.6
-PKGREVISION= 4
+DISTNAME= guile-1.8.7
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU:=guile/}
MAINTAINER= gdt%NetBSD.org@localhost
HOMEPAGE= http://www.gnu.org/software/guile/guile.html
COMMENT= GNU's Ubiquitous Intelligent Language for Extension
+LICENSE= gnu-lgpl-v2.1
CONFLICTS= guile14<1.4.1nb1 guile-oops-[0-9]*
diff -r 8c045b084ec9 -r d62faced0f1d lang/guile/distinfo
--- a/lang/guile/distinfo Sun Aug 16 13:57:54 2009 +0000
+++ b/lang/guile/distinfo Sun Aug 16 14:00:50 2009 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.41 2009/04/07 10:53:07 drochner Exp $
+$NetBSD: distinfo,v 1.42 2009/08/16 14:00:50 wiz Exp $
-SHA1 (guile-1.8.6.tar.gz) = a3896f86044a2b3740dac43e045c349d656fba31
-RMD160 (guile-1.8.6.tar.gz) = d6695d266a6091dc5fb1c688e3f0286f1c6d382e
-Size (guile-1.8.6.tar.gz) = 3960608 bytes
+SHA1 (guile-1.8.7.tar.gz) = 24cd2f06439c76d41d982a7384fe8a0fe5313b54
+RMD160 (guile-1.8.7.tar.gz) = 3ccd581cff4ad743fc1328597bd8cb241cbd3fd6
+Size (guile-1.8.7.tar.gz) = 4026804 bytes
SHA1 (patch-ae) = c3e5065408082978df5b6ddd62e47dda8ab41f40
SHA1 (patch-ag) = 8aeb781ba43597f37b1ce4aaa2fb0baba2e4ce9c
SHA1 (patch-ah) = 351136075aaaab96117fecc7cedc8ee989d8a1e0
Home |
Main Index |
Thread Index |
Old Index