Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (584ae713f77eb80aec4c928e6ee13ea814de89a5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (584ae713f77eb80aec4c928e6ee13ea814de89a5)
  • Date: Thu, 25 Jan 2007 11:51:55 -0600

GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

net/host/DETAILS | 4 ++--
net/host/HISTORY | 4 ++++
net/host/PRE_BUILD | 4 +---
3 files changed, 7 insertions(+), 5 deletions(-)

New commits:
commit 584ae713f77eb80aec4c928e6ee13ea814de89a5
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

host: update that fixes it

diff --git a/net/host/DETAILS b/net/host/DETAILS
index c68ce27..5fb1818 100755
--- a/net/host/DETAILS
+++ b/net/host/DETAILS
@@ -1,10 +1,10 @@
SPELL=host
- VERSION=20040812
+ VERSION=20070117
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=ftp://ftp.weird.com/pub/local/$SOURCE
SOURCE_URL[1]=http://www.weird.com/ftp/pub/local/$SOURCE
-
SOURCE_HASH=sha512:7dc013c1fe5933499574124a9f120a5eb542889fa94d775cf3f802ffbfe9eadc5740943982fae945e8e0308e8cd292d35569e1a6c06d7b508018c243fa9774c0
+
SOURCE_HASH=sha512:45663ec319eadcba431c0de91edf68991beec1629f1aa8fc4dd67cab49604c2142d32aa05e3603452d6abf8e2e3dbdc393f850440d0cfb8cbb8d965d6bc3e8a3
WEB_SITE=http://www.robohack.planix.com/~woods/projects/host.html
ENTERED=20020528
KEYWORDS="net"
diff --git a/net/host/HISTORY b/net/host/HISTORY
index 0ce7afd..50dc6e9 100644
--- a/net/host/HISTORY
+++ b/net/host/HISTORY
@@ -1,3 +1,7 @@
+2007-01-25 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * PRE_BUILD: always remove -Wid-clash-30
+ * DETAILS: updated spell to 20070117
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/net/host/PRE_BUILD b/net/host/PRE_BUILD
index 7cb1a9c..77fe6dd 100755
--- a/net/host/PRE_BUILD
+++ b/net/host/PRE_BUILD
@@ -5,6 +5,4 @@ cd $SOURCE_DIRECTORY &&
sedit 's!/usr/local!/usr!' Makefile &&
sedit "s/^LDFLAGS =/& $LDFLAGS/" Makefile &&

-if [ "$( installed_version gcc | cut -d . -f 1,2 )" == "3.4" ]; then
- sedit "s/-Wid-clash-30//g" Makefile
-fi
+sedit "s/-Wid-clash-30//g" Makefile



  • [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (584ae713f77eb80aec4c928e6ee13ea814de89a5), Jaka Kranjc, 01/25/2007

Archive powered by MHonArc 2.6.24.

Top of Page