Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F105803922
D47995.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1017 B
Referenced Files
None
Subscribers
None
D47995.diff
View Options
diff --git a/lang/sbcl/Makefile b/lang/sbcl/Makefile
--- a/lang/sbcl/Makefile
+++ b/lang/sbcl/Makefile
@@ -5,6 +5,7 @@
PORTNAME= sbcl
DISTVERSION= 2.4.11
DISTVERSIONSUFFIX= -source
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= lang lisp
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION} \
diff --git a/lang/sbcl/files/patch-src_compiler_ir1util.lisp b/lang/sbcl/files/patch-src_compiler_ir1util.lisp
new file mode 100644
--- /dev/null
+++ b/lang/sbcl/files/patch-src_compiler_ir1util.lisp
@@ -0,0 +1,12 @@
+--- src/compiler/ir1util.lisp.orig 2024-11-30 10:23:33 UTC
++++ src/compiler/ir1util.lisp
+@@ -308,6 +308,9 @@
+ (defun erase-lvar-type (lvar)
+ (when lvar
+ (setf (lvar-%derived-type lvar) nil)
++ (loop for annotation in (lvar-annotations lvar)
++ when (lvar-type-annotation-p annotation)
++ do (setf (lvar-annotation-fired annotation) t))
+ (let ((dest (lvar-dest lvar)))
+ (cond ((cast-p dest)
+ (derive-node-type dest *wild-type* :from-scratch t)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 21, 10:31 PM (15 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15547992
Default Alt Text
D47995.diff (1017 B)
Attached To
Mode
D47995: lang/sbcl: Backport fix for SBCL bug #2090967
Attached
Detach File
Event Timeline
Log In to Comment