Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "cffi-grovel" "grovel" "grovel">
26 lines
660 B
Makefile
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>
|