Date: Mon, 4 Jun 2018 11:03:01 +0000 (UTC) From: Gleb Popov <arrowd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471538 - head/lang/ghc Message-ID: <201806041103.w54B31Gg045344@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806041103.w54B31Gg045344>