Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (0089510eca2add1ea8c34a8d9c16627261a23931)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (0089510eca2add1ea8c34a8d9c16627261a23931)
  • Date: Fri, 21 Nov 2008 12:10:59 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

x11-libs/wine/DETAILS | 2 +-
x11-libs/wine/HISTORY | 4 ++++
x11-libs/wine/PRE_BUILD | 5 -----
3 files changed, 5 insertions(+), 6 deletions(-)

New commits:
commit 0089510eca2add1ea8c34a8d9c16627261a23931
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

wine: => 1.1.9

diff --git a/x11-libs/wine/DETAILS b/x11-libs/wine/DETAILS
index 9b6e119..46ed958 100755
--- a/x11-libs/wine/DETAILS
+++ b/x11-libs/wine/DETAILS
@@ -12,7 +12,7 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git"
FORCE_DOWNLOAD=1
else
if [[ $WINE_DEVEL == y ]]; then
- VERSION=1.1.8
+ VERSION=1.1.9
else
VERSION=1.0.1
fi
diff --git a/x11-libs/wine/HISTORY b/x11-libs/wine/HISTORY
index 563dc52..b7d09b1 100644
--- a/x11-libs/wine/HISTORY
+++ b/x11-libs/wine/HISTORY
@@ -1,3 +1,7 @@
+2008-11-21 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated DEVEL to 1.1.9
+ * PRE_BUILD: removed, upstream fixed problem with new bison 2.4
+
2008-11-07 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated DEVEL to 1.1.8
* PRE_BUILD: fixed big b0rk with missing ";" in yacc file
diff --git a/x11-libs/wine/PRE_BUILD b/x11-libs/wine/PRE_BUILD
deleted file mode 100755
index 78a78a4..0000000
--- a/x11-libs/wine/PRE_BUILD
+++ /dev/null
@@ -1,5 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-
-# added missing ";"
-sed -i "s:NULL) :NULL); :" dlls/jscript/parser.y




Archive powered by MHonArc 2.6.24.

Top of Page