Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Jul 2020 08:42:38 +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: r541258 - head/lang/ghc
Message-ID:  <202007050842.0658gcs0004423@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



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