svn commit: r432558 - head/devel/cl-cffi-sbcl
John Marino
marino at FreeBSD.org
Fri Jan 27 17:46:41 UTC 2017
Author: marino
Date: Fri Jan 27 17:46:39 2017
New Revision: 432558
URL: https://svnweb.freebsd.org/changeset/ports/432558
Log:
Mark devel/cl-cffi-sbcl BROKEN (does not build with latest sbcl)
Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR:
COMPILE-FILE-ERROR while
compiling #<CL-SOURCE-FILE "cffi-grovel" "grovel" "grovel">
Modified:
head/devel/cl-cffi-sbcl/Makefile
Modified: head/devel/cl-cffi-sbcl/Makefile
==============================================================================
--- head/devel/cl-cffi-sbcl/Makefile Fri Jan 27 17:42:13 2017 (r432557)
+++ head/devel/cl-cffi-sbcl/Makefile Fri Jan 27 17:46:39 2017 (r432558)
@@ -9,6 +9,8 @@ DISTFILES= # none
MAINTAINER= olgeni at FreeBSD.org
COMMENT= Portable foreign function interface for Common Lisp
+BROKEN= does not build with new sbcl 1.13
+
BUILD_DEPENDS= cl-cffi>=0:devel/cl-cffi \
cl-alexandria-sbcl>=0:devel/cl-alexandria-sbcl \
cl-trivial-features-sbcl>=0:devel/cl-trivial-features-sbcl \
More information about the svn-ports-head
mailing list