freebsd-ports/devel/cl-cffi-sbcl/Makefile
John Marino 5160784645 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">
2017-01-27 17:46:39 +00:00

26 lines
660 B
Makefile

# $FreeBSD$
PORTNAME= cffi
PORTVERSION= 0.16.1
CATEGORIES= devel lisp
PKGNAMEPREFIX= cl-
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 \
cl-babel-sbcl>=0:converters/cl-babel-sbcl
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_ASDF_FASL= yes
FASL_TARGET= sbcl
FASL_BUILD= yes
ASDF_MODULES= cffi cffi-grovel cffi-uffi-compat
.include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk"
.include <bsd.port.mk>