Enable profiling by default for ports containing Haskell libraries.

Suggested by David Schaefer.

Mark ghc broken temporarily until all necessary plist changes
are committed.

ok jasper@ dcoppa@
This commit is contained in:
kili 2013-01-20 17:51:14 +00:00
parent eadbc98af6
commit 91a533f650
2 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,6 @@
# $OpenBSD: Makefile,v 1.86 2012/12/04 06:30:20 kili Exp $
# $OpenBSD: Makefile,v 1.87 2013/01/20 17:51:14 kili Exp $
BROKEN = ports with Haskell libraries need new plists
COMMENT-main = compiler for the functional language Haskell
COMMENT-doc = documentation for GHC

View File

@ -1,4 +1,4 @@
# $OpenBSD: ghc.port.mk,v 1.26 2012/11/08 22:21:45 kili Exp $
# $OpenBSD: ghc.port.mk,v 1.27 2013/01/20 17:51:14 kili Exp $
# Module for Glasgow Haskell Compiler
# Not yet ported to other architectures
@ -55,6 +55,7 @@ MODGHC_SETUP_CONF_ENV ?=
MODGHC_SETUP_CONF_ARGS += --datasubdir=hs-\$$pkgid
MODGHC_SETUP_CONF_ARGS += --docdir=\$$datadir/doc/hs-\$$pkgid
MODGHC_SETUP_CONF_ARGS += --libsubdir=ghc/\$$pkgid
MODGHC_SETUP_CONF_ARGS += --enable-library-profiling
. endif
. if ${MODGHC_BUILD:L:Mhaddock}