Skip to Content.
Sympa Menu

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

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 (fee5ddbe0dab80abd6c811ed43a352cfaa68c3dd)
  • Date: Thu, 6 Mar 2008 14:37:06 -0600

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

x11-libs/wine/HISTORY | 3 +++
x11-libs/wine/PRE_BUILD | 4 +++-
2 files changed, 6 insertions(+), 1 deletion(-)

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

x11-libs/wine: patch only non-VCS branch for ncurses issue

diff --git a/x11-libs/wine/HISTORY b/x11-libs/wine/HISTORY
index 3fbfd72..94cf184 100644
--- a/x11-libs/wine/HISTORY
+++ b/x11-libs/wine/HISTORY
@@ -1,3 +1,6 @@
+2008-03-06 Pol Vinogradov <vin.public AT gmail.com>
+ * PRE_BUILD: patch only non-VCS branch
+
2008-02-29 Arjan Bouter <abouter AT sourcemage.org>
* DEPENDS: completes --with and --without options
added missing optional deps
diff --git a/x11-libs/wine/PRE_BUILD b/x11-libs/wine/PRE_BUILD
index 8d03ffa..91c0e8b 100755
--- a/x11-libs/wine/PRE_BUILD
+++ b/x11-libs/wine/PRE_BUILD
@@ -1,3 +1,5 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
-patch -p1 < $SCRIPT_DIRECTORY/ncurses.utf8.patch
+if [[ $WINE_VCS != y ]]; then
+ patch -p1 < $SCRIPT_DIRECTORY/ncurses.utf8.patch
+fi



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (fee5ddbe0dab80abd6c811ed43a352cfaa68c3dd), Pol Vinogradov, 03/06/2008

Archive powered by MHonArc 2.6.24.

Top of Page