mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
The upcoming Clozure CL upgrade will require loading asdf-binary-locations.
This commit is contained in:
parent
cc9f9fb569
commit
7df0d52843
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=271941
2 changed files with 3 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
PORTNAME= asdf
|
||||
PORTVERSION= 1.374
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel lisp
|
||||
PKGNAMEPREFIX= cl-
|
||||
|
|
|
@ -208,8 +208,9 @@ LISP-SPECIFIC-FASL-SUBDIR as well."
|
|||
|
||||
(pushnew *system-registry* asdf:*central-registry*)
|
||||
|
||||
;; The bundled ASDF in SBCL needs asdf-binary-locations
|
||||
;; The bundled ASDFs in SBCL and Clozure CL need asdf-binary-locations
|
||||
#+sbcl (asdf:operate 'asdf:load-op :asdf-binary-locations)
|
||||
#+openmcl (asdf:operate 'asdf:load-op :asdf-binary-locations)
|
||||
|
||||
(defun asdf:implementation-specific-directory-name ()
|
||||
"Return a name that can be used as a directory name that is unique to
|
||||
|
|
Loading…
Add table
Reference in a new issue