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:
Joseph Mingrone 2025-01-01 01:46:40 -04:00
parent a114e05315
commit 5f777d562c
No known key found for this signature in database
GPG key ID: 36A40C83B0D6EF9E
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
PORTNAME= cl-freebsd-asdf-init
PORTVERSION= 20241228
PORTVERSION= 20250101
CATEGORIES= devel
MASTER_SITES= # none
DISTFILES= # none
@ -18,7 +18,7 @@ PLIST_FILES= etc/asdf-init.lisp \
SUB_FILES= cl-freebsd-asdf-init.lisp
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.lisp ${STAGEDIR}${PREFIX}/etc/
${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.lisp ${STAGEDIR}${PREFIX}/etc/
${RLN} ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.lisp \
${STAGEDIR}${PREFIX}/etc/asdf-init.lisp

View file

@ -136,7 +136,7 @@ modify that in order to add other directories.")
;; Set up output translations
(let* ((freebsd-translations '(:ignore-inherited-configuration)))
(let* ((freebsd-translations '(:inherit-configuration)))
;; Create translations to point source to fasl.
(dolist (path (directory "%%PREFIX%%/lib/common-lisp/*/"))
(let* ((base-dir (pathname-directory path))