diff options
author | wiz <wiz@pkgsrc.org> | 2009-08-16 14:00:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-08-16 14:00:50 +0000 |
commit | ef0d4d925ebe46713eead31a92763891472e4a0f (patch) | |
tree | d5d098b4e4d6b145c4754e5e31a9ee406b60429d /lang/guile | |
parent | 7b0c536dcab2b168b94eac6dbe7402aabc18deab (diff) | |
download | pkgsrc-ef0d4d925ebe46713eead31a92763891472e4a0f.tar.gz |
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 (limited to 'lang/guile')
-rw-r--r-- | lang/guile/Makefile | 6 | ||||
-rw-r--r-- | lang/guile/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/lang/guile/Makefile b/lang/guile/Makefile index e13731ef048..620cae10732 100644 --- a/lang/guile/Makefile +++ b/lang/guile/Makefile @@ -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 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 --git a/lang/guile/distinfo b/lang/guile/distinfo index 9887fe64de3..fad8f52e55c 100644 --- a/lang/guile/distinfo +++ b/lang/guile/distinfo @@ -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 |