Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jan 2017 17:46:39 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r432558 - head/devel/cl-cffi-sbcl
Message-ID:  <201701271746.v0RHkdo6007730@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701271746.v0RHkdo6007730>