From cc0bb43eb4c6814f5bda233ddd2c5c13a3b64ec8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Kochma=C5=84ski?= Date: Mon, 9 Mar 2026 15:42:41 +0100 Subject: [PATCH] update asdf to 3.1.8.11 See https://gitlab.common-lisp.net/asdf/asdf/-/merge_requests/246 for context. This effectively unbreaks haiku builds. --- contrib/asdf/asdf.lisp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/contrib/asdf/asdf.lisp b/contrib/asdf/asdf.lisp index c18cdcfbf..ebb643ec6 100644 --- a/contrib/asdf/asdf.lisp +++ b/contrib/asdf/asdf.lisp @@ -1,5 +1,5 @@ ;;; -*- mode: Lisp; Base: 10 ; Syntax: ANSI-Common-Lisp ; buffer-read-only: t; -*- -;;; This is ASDF 3.1.8.10: Another System Definition Facility. +;;; This is ASDF 3.1.8.11: Another System Definition Facility. ;;; ;;; Feedback, bug reports, and patches are all welcome: ;;; please mail to . @@ -1760,7 +1760,6 @@ except on ABCL where it might change between FASL compilation and runtime." (:haiku . os-haiku-p)) :when (and (or (not o) (eq feature :os-macosx)) (funcall detect)) :do (setf o feature) (pushnew feature *features*) - :else :do (setf *features* (remove feature *features*)) :finally (return (or o (error "Congratulations for trying ASDF on an operating system~%~ that is neither Unix, nor Windows, nor Genera, nor even old MacOS.~%Now you port it."))))) @@ -7274,7 +7273,7 @@ previously-loaded version of ASDF." ;; "3.4.5.67" would be a development version in the official branch, on top of 3.4.5. ;; "3.4.5.0.8" would be your eighth local modification of official release 3.4.5 ;; "3.4.5.67.8" would be your eighth local modification of development version 3.4.5.67 - (asdf-version "3.1.8.10") + (asdf-version "3.1.8.11") (existing-version (asdf-version))) (setf *asdf-version* asdf-version) (when (and existing-version (not (equal asdf-version existing-version)))