View | Details | Raw Unified | Return to bug 283368
Collapse All | Expand All

(-)b/lang/ghc/Makefile (-6 / +3 lines)
Lines 1-6 Link Here
1
PORTNAME=	ghc
1
PORTNAME=	ghc
2
PORTVERSION=	${GHC_VERSION}
2
PORTVERSION=	${GHC_VERSION}
3
PORTREVISION?=	1
3
PORTREVISION?=	2
4
CATEGORIES=	lang haskell
4
CATEGORIES=	lang haskell
5
MASTER_SITES=	https://www.haskell.org/ghc/dist/${PORTVERSION}/:source \
5
MASTER_SITES=	https://www.haskell.org/ghc/dist/${PORTVERSION}/:source \
6
		LOCAL/arrowd/:boot
6
		LOCAL/arrowd/:boot
Lines 47-56 PROFILE_DESC= Add support for performance profiling Link Here
47
BOOT_CONFIGURE_ENV=	GHC=${LOCALBASE}/bin/ghc
47
BOOT_CONFIGURE_ENV=	GHC=${LOCALBASE}/bin/ghc
48
BOOT_CONFIGURE_ENV_OFF=	GHC=${BOOT_GHC} LLC=llc${BOOT_LLVM_VERSION} OPT=opt${BOOT_LLVM_VERSION}
48
BOOT_CONFIGURE_ENV_OFF=	GHC=${BOOT_GHC} LLC=llc${BOOT_LLVM_VERSION} OPT=opt${BOOT_LLVM_VERSION}
49
49
50
DOCS_BUILD_DEPENDS=	sphinx-build:textproc/py-sphinx \
50
DOCS_BUILD_DEPENDS=	sphinx-build:textproc/py-sphinx
51
			xelatex:print/tex-xetex \
51
DOCS_VARS=		enable_docs=YES hadrian_docs_arg='--docs=no-sphinx-pdfs --docs=no-sphinx-html'
52
			${LOCALBASE}/share/fonts/dejavu/DejaVuSans.ttf:x11-fonts/dejavu
53
DOCS_VARS=		enable_docs=YES
54
DOCS_VARS_OFF=		enable_docs=NO hadrian_docs_arg=--docs=none
52
DOCS_VARS_OFF=		enable_docs=NO hadrian_docs_arg=--docs=none
55
53
56
DYNAMIC_CONFIGURE_WITH=	system-libffi \
54
DYNAMIC_CONFIGURE_WITH=	system-libffi \
57
- 

Return to bug 283368