svn commit: r541399 - head/devel/stack

Niclas Zeising zeising at FreeBSD.org
Tue Jul 7 10:06:17 UTC 2020


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


More information about the svn-ports-all mailing list