mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
devel/cl-freebsd-asdf-init: Update to 20250101
- Install the Common Lisp configuration file without executable bits on. - Tweak the output translations so that inherited configuration is respected. Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
a114e05315
commit
5f777d562c
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
PORTNAME= cl-freebsd-asdf-init
|
PORTNAME= cl-freebsd-asdf-init
|
||||||
PORTVERSION= 20241228
|
PORTVERSION= 20250101
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= # none
|
MASTER_SITES= # none
|
||||||
DISTFILES= # none
|
DISTFILES= # none
|
||||||
|
@ -18,7 +18,7 @@ PLIST_FILES= etc/asdf-init.lisp \
|
||||||
SUB_FILES= cl-freebsd-asdf-init.lisp
|
SUB_FILES= cl-freebsd-asdf-init.lisp
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.lisp ${STAGEDIR}${PREFIX}/etc/
|
${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.lisp ${STAGEDIR}${PREFIX}/etc/
|
||||||
${RLN} ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.lisp \
|
${RLN} ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.lisp \
|
||||||
${STAGEDIR}${PREFIX}/etc/asdf-init.lisp
|
${STAGEDIR}${PREFIX}/etc/asdf-init.lisp
|
||||||
|
|
||||||
|
|
|
@ -136,7 +136,7 @@ modify that in order to add other directories.")
|
||||||
|
|
||||||
;; Set up output translations
|
;; Set up output translations
|
||||||
|
|
||||||
(let* ((freebsd-translations '(:ignore-inherited-configuration)))
|
(let* ((freebsd-translations '(:inherit-configuration)))
|
||||||
;; Create translations to point source to fasl.
|
;; Create translations to point source to fasl.
|
||||||
(dolist (path (directory "%%PREFIX%%/lib/common-lisp/*/"))
|
(dolist (path (directory "%%PREFIX%%/lib/common-lisp/*/"))
|
||||||
(let* ((base-dir (pathname-directory path))
|
(let* ((base-dir (pathname-directory path))
|
||||||
|
|
Loading…
Add table
Reference in a new issue