head	1.2;
access;
symbols
	RELEASE_6_2_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2007.01.22.05.06.44;	author vs;	state dead;
branches;
next	1.1;

1.1
date	2006.05.08.09.51.18;	author vs;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update lang/ghc to 6.6

Also fixes readline issue reported in PR ports/107380.
OpenAL support is not yet fixed, we might break that out into a
separate port, now that the upstream infrastructure is in place.

Your haskell@@ team, Olli & Volker
@
text
@
$FreeBSD: ports/lang/ghc/files/patch-ghc_compiler_Makefile,v 1.1 2006/05/08 09:51:18 vs Exp $

--- ghc/compiler/Makefile.orig
+++ ghc/compiler/Makefile
@@@@ -395,7 +395,7 @@@@
 SRC_HC_OPTS += -DGHCI -package template-haskell
 
 # Use threaded RTS with GHCi, so threads don't get blocked at the prompt.
-SRC_HC_OPTS += -threaded
+# SRC_HC_OPTS += -threaded
 
 ALL_DIRS += ghci
 
@


1.1
log
@Update to 6.4.2
This build uses an unthreaded RTS, please see the GHC mailing lists for
details and report any problems you observe (eg. non-termination/segfaults in
compiled binaries).

Approved by: cabal
@
text
@d2 1
a2 1
$FreeBSD$
@

