Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Mar 2015 05:06:03 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 198590] lang/sbcl install 1.2.9 as ports
Message-ID:  <bug-198590-13-l0VFvTRG30@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-198590-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-198590-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198590

--- Comment #1 from satosi.kimura@nifty.ne.jp ---
Created attachment 154311
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=154311&action=edit
new Makefile for lang/sbcl

 I suppose that the following part is to be reconsidered.

do-install:
(snip)
#.for MOD in ${CONTRIB_MODULES}
#       ${INSTALL_DATA} ${WRKSRC}/contrib/${MOD}/*.lisp ${SBCL_HOME}/contrib/
#.endfor

 That is, *.lisp files of contrib were not installed. If install
*.lisp files to "contrib", i.e the same directory in which *.fasl
and *.asd files were installed, making of maxima fails.
So, I set these part "comment out".

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-198590-13-l0VFvTRG30>