svn commit: r467608 - in head/lang/sbcl: . files
Joseph Mingrone
jrm at FreeBSD.org
Tue Apr 17 14:12:05 UTC 2018
Author: jrm
Date: Tue Apr 17 14:12:04 2018
New Revision: 467608
URL: https://svnweb.freebsd.org/changeset/ports/467608
Log:
lang/sbcl: Warn Quicklisp users not to load asdf for ports
Approved by: krion (maintainer)
Differential Revision: https://reviews.freebsd.org/D15113
Added:
head/lang/sbcl/files/pkg-message.in (contents, props changed)
Modified:
head/lang/sbcl/Makefile (contents, props changed)
Modified: head/lang/sbcl/Makefile
==============================================================================
--- head/lang/sbcl/Makefile Tue Apr 17 14:10:49 2018 (r467607)
+++ head/lang/sbcl/Makefile Tue Apr 17 14:12:04 2018 (r467608)
@@ -52,7 +52,7 @@ MAKE_SH_ARGS?= --prefix="${PREFIX}" \
MAKE_SH_ARGS+= --dynamic-space-size=${DYNAMIC_SPACE_SIZE}
.endif
-SUB_FILES= sbclrc
+SUB_FILES= pkg-message sbclrc
# All options explained into file: ${WRKSRC}/base-target-features.lisp-expr
OPTIONS_DEFINE= DOCS QSHOW RENAME SAFEPOINT THREADS UNICODE XREF ZLIB
Added: head/lang/sbcl/files/pkg-message.in
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/lang/sbcl/files/pkg-message.in Tue Apr 17 14:12:04 2018 (r467608)
@@ -0,0 +1,8 @@
+
+========================================================================
+For Common Lisp ports requiring the asdf system definition library from
+devel/cl-asdf, %%PREFIX%%/etc/asdf-init.lisp has been set to load in
+%%PREFIX%%/etc/sbclrc. If you plan to use Quicklisp, you must remove
+this line from %%PREFIX%%/etc/sbclrc.
+========================================================================
+
More information about the svn-ports-all
mailing list