Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to test grimoire by Pol Vinogradov (60041a1b55fdfb27bd66c9d5ace8580b0b016334)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to test grimoire by Pol Vinogradov (60041a1b55fdfb27bd66c9d5ace8580b0b016334)
  • Date: Thu, 8 Jun 2006 07:30:30 -0500

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

dev/null |binary
libs/ode/BUILD | 12 ++++++++----
libs/ode/CONFIGURE | 4 +++-
libs/ode/DETAILS | 9 ++++-----
libs/ode/HISTORY | 7 +++++++
libs/ode/INSTALL | 8 ++++++--
libs/ode/ode-051009.tar.gz.sig | 0
libs/ode/ode-060223.tar.gz.sig |binary
8 files changed, 28 insertions(+), 12 deletions(-)

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

DETAILS: updated to 06-rc3, snapshot updated to 060223, UPDATED removed
BUILD, CONFIGURE, INSTALL: modified for working with both versions
ode-051009.tar.gz.sig: removed
ode-060223.tar.gz.sig: added

diff --git a/libs/ode/BUILD b/libs/ode/BUILD
index 8c02136..d63fb61 100755
--- a/libs/ode/BUILD
+++ b/libs/ode/BUILD
@@ -1,6 +1,10 @@
disable_pic &&
-sedit '/C_FLAGS+/d' config/makefile.unix-gcc &&
-sedit 's/)1/)/' Makefile &&
-
make_single &&
-make PLATFORM=unix-gcc OPT="" C_OPT="$CFLAGS" configure ode-lib
$DRAWSTUFF_LIB
+
+if [ "${ODE_SNAP}" == "y" ]; then
+ sedit '/C_FLAGS+/d' config/makefile.unix-gcc &&
+ sedit 's/)1/)/' Makefile &&
+ make PLATFORM=unix-gcc OPT="" C_OPT="$CFLAGS" configure ode-lib
$DRAWSTUFF_LIB
+else
+ default_build
+fi
diff --git a/libs/ode/CONFIGURE b/libs/ode/CONFIGURE
index 5f515e7..38be765 100755
--- a/libs/ode/CONFIGURE
+++ b/libs/ode/CONFIGURE
@@ -1 +1,3 @@
-config_query_option DRAWSTUFF_LIB "Build drawstuff library?" n
"drawstuff-lib" ""
+if [ "${ODE_SNAP}" == "y" ]; then
+ config_query_option DRAWSTUFF_LIB "Build drawstuff library?" n
"drawstuff-lib" ""
+fi
diff --git a/libs/ode/DETAILS b/libs/ode/DETAILS
index cd308b3..5384826 100755
--- a/libs/ode/DETAILS
+++ b/libs/ode/DETAILS
@@ -1,19 +1,18 @@
SPELL=ode
if [ "${ODE_SNAP}" == "y" ]; then
- VERSION=051009
+ VERSION=060223
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_URL[0]=http://opende.sourceforge.net/snapshots/${SOURCE}
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
else
- VERSION=0.5
- SOURCE=${SPELL}-${VERSION}.tgz
+ VERSION=0.6-rc3
+ SOURCE=${SPELL}-src-${VERSION}.zip
SOURCE_URL[0]=${SOURCEFORGE_URL}/opende/${SOURCE}
-
SOURCE_HASH=sha512:d96f083cf7eba2f007b02c1674ccdcf0e1594b6da51d4c97fe4b0e6c55e0c01c4f9ae331362fc991e358aea4b340abad3d851b2e99595fbde295a8efaeaeffd8
+
SOURCE_HASH=sha512:d03d28de826217e108072335e8db540d0542cc70c145f0974cdffa2c18d47184eebaeb2609498236c383b0481ab3bd5a28af3a8e2543a454b1eaad5b45ee74f9
fi
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
WEB_SITE=http://ode.org/
ENTERED=20020727
- UPDATED=20020727
LICENSE[0]=LGPL
LICENSE[1]=http://ode.org/ode-license.html
BUILD_API=2
diff --git a/libs/ode/HISTORY b/libs/ode/HISTORY
index 3e03a4c..ec25f2a 100644
--- a/libs/ode/HISTORY
+++ b/libs/ode/HISTORY
@@ -1,3 +1,10 @@
+2006-06-08 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS: updated to 06-rc3, snapshot updated to 060223,
+ UPDATED removed
+ * BUILD, CONFIGURE, INSTALL: modified for working with both versions
+ * ode-051009.tar.gz.sig: removed
+ * ode-060223.tar.gz.sig: added
+
2006-05-21 Pol Vinogradov <vin.public AT gmail.com>
* CONFIGURE: added for drawstuff config_query
* BUILD: added $DRAWSTUFF_LIB to make
diff --git a/libs/ode/INSTALL b/libs/ode/INSTALL
index 67958bb..5b5df99 100755
--- a/libs/ode/INSTALL
+++ b/libs/ode/INSTALL
@@ -1,3 +1,7 @@
make_normal &&
-cp -avr include/ode/ /usr/include &&
-cp -avr lib/* /usr/lib
+if [ "${ODE_SNAP}" == "y" ]; then
+ cp -avr include/ode/ /usr/include &&
+ cp -avr lib/* /usr/lib
+else
+ default_install
+fi
diff --git a/libs/ode/ode-051009.tar.gz.sig b/libs/ode/ode-051009.tar.gz.sig
deleted file mode 100644
index 53f8b9d..0000000
Binary files a/libs/ode/ode-051009.tar.gz.sig and /dev/null differ
diff --git a/libs/ode/ode-060223.tar.gz.sig b/libs/ode/ode-060223.tar.gz.sig
new file mode 100644
index 0000000..5809508
Binary files /dev/null and b/libs/ode/ode-060223.tar.gz.sig differ




Archive powered by MHonArc 2.6.24.

Top of Page