Date: Tue, 17 Apr 2018 14:12:04 +0000 (UTC) From: Joseph Mingrone <jrm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r467608 - in head/lang/sbcl: . files Message-ID: <201804171412.w3HEC4BQ064366@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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. +======================================================================== +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804171412.w3HEC4BQ064366>