svn commit: r471538 - head/lang/ghc

Gleb Popov arrowd at FreeBSD.org
Mon Jun 4 11:03:02 UTC 2018


Author: arrowd
Date: Mon Jun  4 11:03:01 2018
New Revision: 471538
URL: https://svnweb.freebsd.org/changeset/ports/471538

Log:
  lang/ghc: Turn off DTrace support as it breaks building with BOOT option when installed ghc also came from ports.
  
  PR:		228727
  Reported by:	raichoo <raichoo at googlemail.com>
  Approved by:	tcberner (mentor)

Modified:
  head/lang/ghc/Makefile

Modified: head/lang/ghc/Makefile
==============================================================================
--- head/lang/ghc/Makefile	Mon Jun  4 09:43:46 2018	(r471537)
+++ head/lang/ghc/Makefile	Mon Jun  4 11:03:01 2018	(r471538)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ghc
 PORTVERSION=	${GHC_VERSION}
+PORTREVISION=	1
 CATEGORIES=	lang haskell
 MASTER_SITES=	http://www.haskell.org/ghc/dist/${PORTVERSION}/:source \
 		LOCAL/arrowd/:boot
@@ -92,9 +93,10 @@ BOOT_GHC_VERSION=	8.4.2
 DISTFILES+=		ghc-${BOOT_GHC_VERSION}-boot-${ARCH}-freebsd${EXTRACT_SUFX}:boot
 .endif # MBOOT
 
+# Turn off for a while, see PR 228727
+CONFIGURE_ARGS+=	--enable-dtrace=0
 .if ${OSVERSION} < 1200000
 USE_GCC=	yes
-CONFIGURE_ARGS+=	--enable-dtrace=0
 .else
 LD=		ld.bfd
 .endif


More information about the svn-ports-all mailing list