Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (dd7c17ef0f88c406b6de4c9cea2abddeefc1fdd1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (dd7c17ef0f88c406b6de4c9cea2abddeefc1fdd1)
  • Date: Sun, 7 Mar 2010 15:12:56 -0600

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

devel/ghc/BUILD | 8 +++++++-
devel/ghc/HISTORY | 6 +++++-
2 files changed, 12 insertions(+), 2 deletions(-)

New commits:
commit dd7c17ef0f88c406b6de4c9cea2abddeefc1fdd1
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

devel/ghc: fixed build type detection

diff --git a/devel/ghc/BUILD b/devel/ghc/BUILD
index 759aa7c..42c1c79 100755
--- a/devel/ghc/BUILD
+++ b/devel/ghc/BUILD
@@ -18,4 +18,10 @@ fi &&
cd $SPELL-$VERSION &&

PATH="$GHC_DIR:$PATH" &&
-default_build
+./configure --prefix=${INSTALL_ROOT}/usr \
+ --sysconfdir=${INSTALL_ROOT}/etc \
+ --localstatedir=${INSTALL_ROOT}/var \
+ --mandir=${INSTALL_ROOT}/usr/share/man \
+ --infodir=${INSTALL_ROOT}/usr/share/info \
+ $OPTS &&
+make
diff --git a/devel/ghc/HISTORY b/devel/ghc/HISTORY
index f7197cd..f91e417 100644
--- a/devel/ghc/HISTORY
+++ b/devel/ghc/HISTORY
@@ -1,3 +1,7 @@
+2010-03-07 Pol Vinogradov <vin.public AT gmail.com>
+ * BUILD: changed default_build to explicit calls of configure && make
+ so that build type inferred from bootstrap
+
2010-02-25 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS: updated to 6.12.1

@@ -51,7 +55,7 @@
* PRE_BUILD: unpack api update

2005-09-04 Seth Woolley <seth AT tautology.org>
- * BUILD,INSTALL,DETAILS: x86_64 bootstrapping support
+ * BUILD, INSTALL, DETAILS: x86_64 bootstrapping support

2005-04-16 George Sherwood <george AT beernabeer.com>
* BUILD: stepped on variable with provides. changed to GHC_DIR



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (dd7c17ef0f88c406b6de4c9cea2abddeefc1fdd1), Pol Vinogradov, 03/07/2010

Archive powered by MHonArc 2.6.24.

Top of Page