openbsd-ports/lang/ghc
kili ca40125cf1 Let Cabal-generated register.sh and unregister.sh scripts pass
paraemters to ghc-pkg. Remove the (now obsolete) patch for Register.hs.

Ports that build ghc libraries should now use the following
@exec/@unexec magic (('ve already diffs for all the hs-* ports in
my tree):

lib/${DISTNAME}/register.sh
@exec /usr/bin/env HOME=/nonexistent %D/lib/${DISTNAME}/register.sh -v0
@unexec /usr/bin/env HOME=/nonexistent %D/lib/${DISTNAME}/unregister.sh -v0 --force
lib/${DISTNAME}/unregister.sh
2010-05-19 14:23:15 +00:00
..
patches Let Cabal-generated register.sh and unregister.sh scripts pass 2010-05-19 14:23:15 +00:00
pkg Change ghc.port.mk to allow addition of flags to MODGHC_SETUP_PROG by 2010-05-06 20:00:19 +00:00
distinfo Zap __eprintf reference from Linker.c to fix the build with gcc4 2010-05-16 13:51:26 +00:00
ghc.port.mk Change ghc.port.mk to allow addition of flags to MODGHC_SETUP_PROG by 2010-05-06 20:00:19 +00:00
Makefile Zap __eprintf reference from Linker.c to fix the build with gcc4 2010-05-16 13:51:26 +00:00