pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/sbcl



Module Name:    pkgsrc
Committed By:   ktnb
Date:           Tue Feb 11 16:06:05 UTC 2025

Modified Files:
        pkgsrc/lang/sbcl: Makefile distinfo

Log Message:
sbcl: update to 2.5.1

Packaging Changes:
- added support for threading

Upstream Changes:
  - minor incompatible change: SBCL now reveals details of its
    COMPLEX representations through UPGRADED-COMPLEX-PART-TYPE,
    rather than hiding them.
  - minor incompatible change: the compiler will warn on the
    use of a SATISFIES type with an undefined function.
  - minor incompatible change: (room t) now counts the space
    taken by the internals of hash-tables and CLOS instances.
  - platform support
    - fixes to the included version of ASDF, and to sockets
      functions, for the Haiku operating system.
    - add support for CAS (compare-and-swap) on SAPs for arm64,
      x86-64 and (partially) RISC-V.
    - the system is now consistent with 64-bit time_t on 32-bit linux
      platforms.
    - restore building on 32-bit ARM with newer gcc versions.
    - fix large stack allocation on 64-bit Windows.
  - CL portability fixes to the definitions of certain compiler
    structures, detected by CLISP.
  - improve support for the Haiku
  - many bug fixes
  - a few optimizations mostly related to SLOT-VALUE


To generate a diff of this commit:
cvs rdiff -u -r1.107 -r1.108 pkgsrc/lang/sbcl/Makefile
cvs rdiff -u -r1.82 -r1.83 pkgsrc/lang/sbcl/distinfo

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

Modified files:

Index: pkgsrc/lang/sbcl/Makefile
diff -u pkgsrc/lang/sbcl/Makefile:1.107 pkgsrc/lang/sbcl/Makefile:1.108
--- pkgsrc/lang/sbcl/Makefile:1.107     Thu Dec 12 15:08:42 2024
+++ pkgsrc/lang/sbcl/Makefile   Tue Feb 11 16:06:05 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.107 2024/12/12 15:08:42 ryoon Exp $
+# $NetBSD: Makefile,v 1.108 2025/02/11 16:06:05 ktnb Exp $
 
 DISTNAME=              ${PKGNAME_NOREV}-source
-PKGNAME=               sbcl-2.4.11
+PKGNAME=               sbcl-2.5.1
 CATEGORIES=            lang
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=sbcl/}
 EXTRACT_SUFX=          .tar.bz2
@@ -110,7 +110,9 @@ SBCL_ARCH_ARGS=             "--arch=x86-64"
 
 do-build:
        ${RUN} ${_ULIMIT_CMD} \
-       cd ${WRKSRC} && ${PKGSRC_SETENV} ${MAKE_ENV} ${SH} make.sh --prefix=${PREFIX} ${SBCL_ARCH_ARGS} --xc-host=${SBCL_BOOT_SYSTEM:Q}
+       cd ${WRKSRC} && ${PKGSRC_SETENV} ${MAKE_ENV} ${SH} make.sh \
+         --prefix=${PREFIX} ${SBCL_ARCH_ARGS} --xc-host=${SBCL_BOOT_SYSTEM:Q} \
+         --with-sb-threads
 
 post-build:
        cd ${WRKSRC} && ${RM} -f contrib/sb-cover/test-output/*

Index: pkgsrc/lang/sbcl/distinfo
diff -u pkgsrc/lang/sbcl/distinfo:1.82 pkgsrc/lang/sbcl/distinfo:1.83
--- pkgsrc/lang/sbcl/distinfo:1.82      Thu Dec 12 15:08:42 2024
+++ pkgsrc/lang/sbcl/distinfo   Tue Feb 11 16:06:05 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.82 2024/12/12 15:08:42 ryoon Exp $
+$NetBSD: distinfo,v 1.83 2025/02/11 16:06:05 ktnb Exp $
 
-BLAKE2s (sbcl-2.4.11-source.tar.bz2) = cb7a0335add7787edb3e58389b56954d997fd6d45bb585a8bdd548223679c73b
-SHA512 (sbcl-2.4.11-source.tar.bz2) = 954ebd993c47d98cbbf31d363b0d0358bb5e95a4cb921601574f4cebff1cfc28ed572a73ab30c3d287f89c1ca3879c4bc098798ed6dc06fe43888b3db6a303c9
-Size (sbcl-2.4.11-source.tar.bz2) = 8201619 bytes
+BLAKE2s (sbcl-2.5.1-source.tar.bz2) = c9858d8d76c09432e100e491fc06e1be58a59e04e34c0ad89400d5851709e126
+SHA512 (sbcl-2.5.1-source.tar.bz2) = e316bda351299e1a797eff1e11f90dc542c03e402b000f5ba10797ff6384b8e936c2d8fb0bdf411b45f6c2ef2dd6c4727b9eed8f18fc2f61bb4eea562421c15e
+Size (sbcl-2.5.1-source.tar.bz2) = 8219307 bytes
 SHA1 (patch-ab) = b272bee6fc39ede638cbf71106150044a2977596
 SHA1 (patch-clean.sh) = 8dd795727c2e2cba2c4b5ca8cc4972c89eb6ecaa
 SHA1 (patch-make-config.sh) = bcef514abcd7cc9f08c7440d1fe1ddcca615d230



Home | Main Index | Thread Index | Old Index