git: 81c75d25102b - 2021Q4 - converters/cl-babel-sbcl: unbreak with updated BUILD_DEPENDS.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 22 Oct 2021 16:23:39 UTC
The branch 2021Q4 has been updated by olgeni: URL: https://cgit.FreeBSD.org/ports/commit/?id=81c75d25102b6532ff5d910004baa05085918fe2 commit 81c75d25102b6532ff5d910004baa05085918fe2 Author: Jimmy Olgeni <olgeni@FreeBSD.org> AuthorDate: 2021-10-22 13:50:20 +0000 Commit: Jimmy Olgeni <olgeni@FreeBSD.org> CommitDate: 2021-10-22 16:22:52 +0000 converters/cl-babel-sbcl: unbreak with updated BUILD_DEPENDS. PR: 259329 Reported by: Filipe da Silva Santos <contact@shiori.com.br> MFH: 2021Q4 (cherry picked from commit 512db946f5ec103b63ad0d245c5c101647955717) --- converters/cl-babel-sbcl/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/converters/cl-babel-sbcl/Makefile b/converters/cl-babel-sbcl/Makefile index c261a1e46c10..b6967982019a 100644 --- a/converters/cl-babel-sbcl/Makefile +++ b/converters/cl-babel-sbcl/Makefile @@ -8,14 +8,12 @@ DISTFILES= # none MAINTAINER= olgeni@FreeBSD.org COMMENT= Charset encoding/decoding library written in Common Lisp -BROKEN= does not build: depends on file: /usr/local/lib/common-lisp/alexandria/sbclfasl/arrays.fasl - not found - BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/babel/babel.asd:converters/cl-babel \ - ${LOCALBASE}/${CL_LIBDIR_REL}/alexandria/sbclfasl/arrays.fasl:devel/cl-alexandria-sbcl \ + ${LOCALBASE}/${CL_LIBDIR_REL}/alexandria/sbclfasl/alexandria-1/arrays.fasl:devel/cl-alexandria-sbcl \ ${LOCALBASE}/${CL_LIBDIR_REL}/trivial-features/sbclfasl/src/tf-sbcl.fasl:devel/cl-trivial-features-sbcl \ ${LOCALBASE}/${CL_LIBDIR_REL}/trivial-gray-streams/sbclfasl/package.fasl:devel/cl-trivial-gray-streams-sbcl RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/babel/babel.asd:converters/cl-babel \ - ${LOCALBASE}/${CL_LIBDIR_REL}/alexandria/sbclfasl/arrays.fasl:devel/cl-alexandria-sbcl \ + ${LOCALBASE}/${CL_LIBDIR_REL}/alexandria/sbclfasl/alexandria-1/arrays.fasl:devel/cl-alexandria-sbcl \ ${LOCALBASE}/${CL_LIBDIR_REL}/trivial-features/sbclfasl/src/tf-sbcl.fasl:devel/cl-trivial-features-sbcl \ ${LOCALBASE}/${CL_LIBDIR_REL}/trivial-gray-streams/sbclfasl/package.fasl:devel/cl-trivial-gray-streams-sbcl