Skip to Content.
Sympa Menu

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

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 (062606ed840a36d7fb116cc900b2d0ae17c8c9eb)
  • Date: Fri, 21 Jan 2011 07:40:59 -0600

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

utils/dmidecode/BUILD | 3 +--
utils/dmidecode/DETAILS | 4 ++--
utils/dmidecode/HISTORY | 7 +++++++
utils/dmidecode/INSTALL | 1 +
utils/dmidecode/Makefile.patch | 11 -----------
utils/dmidecode/PRE_BUILD | 7 ++++---
6 files changed, 15 insertions(+), 18 deletions(-)

New commits:
commit 062606ed840a36d7fb116cc900b2d0ae17c8c9eb
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

dmidecode: => 2.11

diff --git a/utils/dmidecode/BUILD b/utils/dmidecode/BUILD
index 8bfca39..0869805 100755
--- a/utils/dmidecode/BUILD
+++ b/utils/dmidecode/BUILD
@@ -1,2 +1 @@
-sedit "s:/local::" Makefile &&
-make
+make LDFLAGS="${LDFLAGS}"
diff --git a/utils/dmidecode/DETAILS b/utils/dmidecode/DETAILS
index 18b30c5..2a4c3fb 100755
--- a/utils/dmidecode/DETAILS
+++ b/utils/dmidecode/DETAILS
@@ -1,6 +1,6 @@
SPELL=dmidecode
- VERSION=2.10
-
SOURCE_HASH=sha512:fd9a63a6f4d56ee9e00f8a8e5dc2f5c6a263247bc3ca19d7c4c4cc4e61f9dc40fc6875c5b6f5e1a6635424accab2e9773b9d465360302bd25228d462e56695b9
+ VERSION=2.11
+
SOURCE_HASH=sha512:629445b41d83ab8868f7a61685f768c9a190255e91bb747041ee29af472512572fa401e5f64468886f183d1db175b2d5ecdb277250fccf4ee253ca54806514fc
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://savannah.nongnu.org/download/dmidecode/$SOURCE
diff --git a/utils/dmidecode/HISTORY b/utils/dmidecode/HISTORY
index a86e63b..a3d50fe 100644
--- a/utils/dmidecode/HISTORY
+++ b/utils/dmidecode/HISTORY
@@ -1,3 +1,10 @@
+2011-01-21 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.11
+ * PRE_BUILD: corrected optimization flags
+ * INSTALL: added, to choose right install prefix
+ * BUILD: removed useless sed; applied LDFLAGS
+ * Makefile.patch: removed
+
2010-09-15 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* PRE_BUILD, Makefile.patch: fixed broken Makefile

diff --git a/utils/dmidecode/INSTALL b/utils/dmidecode/INSTALL
new file mode 100755
index 0000000..04bdeaa
--- /dev/null
+++ b/utils/dmidecode/INSTALL
@@ -0,0 +1 @@
+make prefix="$INSTALL_ROOT/usr" install
diff --git a/utils/dmidecode/Makefile.patch b/utils/dmidecode/Makefile.patch
deleted file mode 100644
index 9539e80..0000000
--- a/utils/dmidecode/Makefile.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- dmidecode-2.10/Makefile.orig 2010-09-15 22:05:41.000000000 +0200
-+++ dmidecode-2.10/Makefile 2010-09-15 22:05:45.000000000 +0200
-@@ -39,7 +39,7 @@
- # BSD make doesn't understand the $(shell) syntax above, it wants the !=
- # syntax below. GNU make ignores the line below so in the end both BSD
- # make and GNU make are happy.
--PROGRAMS != echo dmidecode ; test `uname -m 2>/dev/null` != ia64 && echo
biosdecode ownership vpddecode
-+#PROGRAMS != echo dmidecode ; test `uname -m 2>/dev/null` != ia64 && echo
biosdecode ownership vpddecode
-
- all : $(PROGRAMS)
-
diff --git a/utils/dmidecode/PRE_BUILD b/utils/dmidecode/PRE_BUILD
index 285170c..2c0db9d 100755
--- a/utils/dmidecode/PRE_BUILD
+++ b/utils/dmidecode/PRE_BUILD
@@ -1,3 +1,4 @@
-default_pre_build &&
-cd ${SOURCE_DIRECTORY} &&
-patch -p1 < $SCRIPT_DIRECTORY/Makefile.patch
+default_pre_build &&
+cd "${SOURCE_DIRECTORY}" &&
+
+sed -i "s:^CFLAGS +=.*:CFLAGS += ${CFLAGS}:" Makefile



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (062606ed840a36d7fb116cc900b2d0ae17c8c9eb), Vlad Glagolev, 01/21/2011

Archive powered by MHonArc 2.6.24.

Top of Page