git: 7179249b3c6d - main - lang/sbcl: fix plist for SIMD option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 25 Mar 2026 14:43:37 UTC
The branch main has been updated by tz:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7179249b3c6d85b53ee68e644c631573cc597863
commit 7179249b3c6d85b53ee68e644c631573cc597863
Author: Torsten Zuehlsdorff <tz@FreeBSD.org>
AuthorDate: 2026-03-24 16:38:18 +0000
Commit: Torsten Zuehlsdorff <tz@FreeBSD.org>
CommitDate: 2026-03-25 14:43:02 +0000
lang/sbcl: fix plist for SIMD option
Add missing sb-simd.asd and sb-simd.fasl entries conditional on the
SIMD option. Without this, enabling SIMD causes a plist mismatch
during stage-qa.
PR: 268780
Approved by: krion (maintainer timeout)
---
lang/sbcl/pkg-plist | 2 ++
1 file changed, 2 insertions(+)
diff --git a/lang/sbcl/pkg-plist b/lang/sbcl/pkg-plist
index fd9f8aa5fcf8..1d4a1fcc0962 100644
--- a/lang/sbcl/pkg-plist
+++ b/lang/sbcl/pkg-plist
@@ -77,6 +77,8 @@ lib/sbcl/contrib/sb-rotate-byte.asd
lib/sbcl/contrib/sb-rotate-byte.fasl
lib/sbcl/contrib/sb-rt.asd
lib/sbcl/contrib/sb-rt.fasl
+%%SIMD%%lib/sbcl/contrib/sb-simd.asd
+%%SIMD%%lib/sbcl/contrib/sb-simd.fasl
lib/sbcl/contrib/sb-simple-streams.asd
lib/sbcl/contrib/sb-simple-streams.fasl
lib/sbcl/contrib/sb-sprof.asd