git: 3c72e4edde8f - main - devel/stack: After libffi upgrade, add libffi33 to the deps list.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 30 May 2022 19:09:50 UTC
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=3c72e4edde8fc81a5dc2e035ef1e4edcaf982c1b commit 3c72e4edde8fc81a5dc2e035ef1e4edcaf982c1b Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2022-05-30 19:08:34 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2022-05-30 19:09:38 +0000 devel/stack: After libffi upgrade, add libffi33 to the deps list. --- devel/stack/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/stack/Makefile b/devel/stack/Makefile index a6b7f6d34ff6..7841ad21b7e8 100644 --- a/devel/stack/Makefile +++ b/devel/stack/Makefile @@ -1,7 +1,7 @@ PORTNAME= stack PORTVERSION= 2.7.3 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org @@ -11,7 +11,8 @@ LICENSE= BSD3CLAUSE RUN_DEPENDS= ca_root_nss>0:security/ca_root_nss \ gmake:devel/gmake \ - ${LOCALBASE}/lib/compat/libffi.so.6:devel/libffi321 + ${LOCALBASE}/lib/compat/libffi.so.6:devel/libffi321 \ + ${LOCALBASE}/lib/compat/libffi.so.7:devel/libffi33 USES= cabal gmake perl5 USE_GITHUB= yes