head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


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

1.1
date	2007.06.23.10.25.51;	author obraun;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Re-structure support for libraries in GHC:
This commit splits off the supporting libraries that pull in additional
dependencies like X11 and GL. These will be provided by separate ports
like x11/hs-x11-ghc using the "Cabal"-mechanism (a framework for installing
additional libraries into Haskell environments like GHC and NHC).
Accordingly, the libraries will put their files into a subdirectory of GHC.
List of libraries that have been split off: ALUT GLUT HGL OpenAL OpenGL X11

Also, finally remove dependency on devel/readline: the current readline in
base has all the features we need.

Bump PORTREVISION accordingly.

Tested through Tinderbox runs on lang/ghc and devel/darcs. Please be patient
for the supporting libraries to roll in in the next few days. All screwups
are my fault only and should not be attributed to haskell@@.
@
text
@--- libraries/OpenAL/Makefile.orig	Wed Apr 25 19:25:47 2007
+++ libraries/OpenAL/Makefile	Sun Jun 17 17:57:27 2007
@@@@ -28,7 +28,7 @@@@
 
 PACKAGE_DEPS = base OpenGL
 
-SRC_HC_OPTS += -Wall -fffi -Iinclude '-\#include "HsOpenAL.h"' -cpp
+SRC_HC_OPTS += -Wall -fffi -Iinclude '-\#include "HsOpenAL.h"' -I/usr/local/include -cpp
 
 # WinDoze DLL hell
 # NOTE: For some obscure/unknown reason, OpenAL uses ccall, even on WinDoze...
@


1.1
log
@Update to 6.6.1.
@
text
@@

