Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Jul 2020 10:06:16 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r541399 - head/devel/stack
Message-ID:  <202007071006.067A6GDs037932@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Tue Jul  7 10:06:16 2020
New Revision: 541399
URL: https://svnweb.freebsd.org/changeset/ports/541399

Log:
  devel/stack: Add runtime dep on libffi321
  
  Add a runtime dependency on libffi321 to devel/stack.
  stack can be used to pull in haskell modules that are precompiled against
  the old libffi shared library.
  
  PR:		247028 (for tracking)
  Reguested by:	arrowd

Modified:
  head/devel/stack/Makefile

Modified: head/devel/stack/Makefile
==============================================================================
--- head/devel/stack/Makefile	Tue Jul  7 09:50:31 2020	(r541398)
+++ head/devel/stack/Makefile	Tue Jul  7 10:06:16 2020	(r541399)
@@ -15,7 +15,8 @@ LICENSE=	BSD3CLAUSE
 
 BUILD_DEPENDS=	happy:devel/hs-happy
 RUN_DEPENDS=	ca_root_nss>0:security/ca_root_nss \
-		gmake:devel/gmake
+		gmake:devel/gmake \
+		${LOCALBASE}/lib/compat/libffi.so.6:devel/libffi321
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	commercialhaskell



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