Skip to Content.
Sympa Menu

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

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 (db57bbed087f4e468c365a3006600321e84d6ee7)
  • Date: Sun, 13 Sep 2009 13:35:17 -0500

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

http/gnash/DETAILS | 2 +-
http/gnash/HISTORY | 4 ++++
http/gnash/PRE_BUILD | 10 +++++-----
3 files changed, 10 insertions(+), 6 deletions(-)

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

http/gnash: updated to 0.8.5, mmore fioxes and cleanups

diff --git a/http/gnash/DETAILS b/http/gnash/DETAILS
index 3d7ea45..e67ad68 100755
--- a/http/gnash/DETAILS
+++ b/http/gnash/DETAILS
@@ -1,5 +1,5 @@
SPELL=gnash
- VERSION=0.8.4
+ VERSION=0.8.5
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/http/gnash/HISTORY b/http/gnash/HISTORY
index 10e8e92..fb3c9a3 100644
--- a/http/gnash/HISTORY
+++ b/http/gnash/HISTORY
@@ -1,3 +1,7 @@
+2009-69-13 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS: updated to 0.8.5
+ * PRE_BUILD: sedit -> sed -i, added one more fix
+
2009-01-25 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* CONFIGURE: removed unneeded options
* INSTALL: split -bin spells from the rest since the first are already
diff --git a/http/gnash/PRE_BUILD b/http/gnash/PRE_BUILD
index 282756e..1de75a4 100755
--- a/http/gnash/PRE_BUILD
+++ b/http/gnash/PRE_BUILD
@@ -1,7 +1,7 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
-sedit "s#\$HOME/.firefox/plugins#${INSTALL_ROOT}/usr/lib/firefox/plugins#g"
configure &&
-sedit "s#\$HOME/.mozilla/plugins#${INSTALL_ROOT}/usr/lib/mozilla/plugins#g"
configure &&
-sedit
"s#\$HOME/.seamonkey/plugins#${INSTALL_ROOT}/usr/lib/seamonkey/plugins#g"
configure &&
-sedit
"s#\$HOME/.xulrunner/plugins#${INSTALL_ROOT}/usr/lib/xulrunner/plugins#g"
configure
-
+sed -i "s#\$HOME/.firefox/plugins#${INSTALL_ROOT}/usr/lib/firefox/plugins#g"
configure &&
+sed -i "s#\$HOME/.mozilla/plugins#${INSTALL_ROOT}/usr/lib/mozilla/plugins#g"
configure &&
+sed -i
"s#\$HOME/.seamonkey/plugins#${INSTALL_ROOT}/usr/lib/seamonkey/plugins#g"
configure &&
+sed -i
"s#\$HOME/.xulrunner/plugins#${INSTALL_ROOT}/usr/lib/xulrunner/plugins#g"
configure &&
+sed -i "s:#include <boost/utility.hpp>:#include
<boost/utility.hpp>\n#include <cstring>:" libcore/vm/CodeStream.h



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (db57bbed087f4e468c365a3006600321e84d6ee7), Pol Vinogradov, 09/13/2009

Archive powered by MHonArc 2.6.24.

Top of Page