svn commit: r541258 - head/lang/ghc

Niclas Zeising zeising at FreeBSD.org
Sun Jul 5 08:42:38 UTC 2020


Author: zeising
Date: Sun Jul  5 08:42:38 2020
New Revision: 541258
URL: https://svnweb.freebsd.org/changeset/ports/541258

Log:
  lang/ghc: Remove stale comment
  
  Remove stale comment from lang/ghc about gcc shipping a libffi.so of its
  own, this is no longer the case.  This should have been part of r541237 and
  r541232.
  
  PR:		247028 (for tracking)
  Reported by:	arrowd, danfe

Modified:
  head/lang/ghc/Makefile

Modified: head/lang/ghc/Makefile
==============================================================================
--- head/lang/ghc/Makefile	Sun Jul  5 07:58:22 2020	(r541257)
+++ head/lang/ghc/Makefile	Sun Jul  5 08:42:38 2020	(r541258)
@@ -55,7 +55,6 @@ DOCS_BUILD_DEPENDS=	sphinx-build:textproc/py-sphinx
 DYNAMIC_CONFIGURE_WITH=	system-libffi \
 			ffi-includes=${LOCALBASE}/include \
 			ffi-libraries=${LOCALBASE}/lib
-# The version number is needed as lang/gcc installs a different version
 DYNAMIC_LIB_DEPENDS=	libffi.so:devel/libffi
 DYNAMIC_SUB_LIST=	WITH_DYNAMIC="YES"
 DYNAMIC_SUB_LIST_OFF=	WITH_DYNAMIC="NO"


More information about the svn-ports-all mailing list