Skip to Content.
Sympa Menu

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

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 (39800060f50cb506c318fc90033d48cae1c87933)
  • Date: Fri, 23 May 2008 05:21:33 -0500

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

utils/pciutils/BUILD | 2 +-
utils/pciutils/DETAILS | 2 +-
utils/pciutils/HISTORY | 5 ++++-
3 files changed, 6 insertions(+), 3 deletions(-)

New commits:
commit 39800060f50cb506c318fc90033d48cae1c87933
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

pciutils: fixed the bug after the previous commit due to incorrectness of
the prefix (yes, it needs to be set correctly even on compilation, cause by
default it's `/usr/local'), and all binaries (lspci, update-pciids) used
incorrect /usr/local/share/pci.ids.gz before.

diff --git a/utils/pciutils/BUILD b/utils/pciutils/BUILD
index 086d274..51e0c45 100755
--- a/utils/pciutils/BUILD
+++ b/utils/pciutils/BUILD
@@ -1 +1 @@
-make SHARED=yes OPT="$CFLAGS"
+make PREFIX=${INSTALL_ROOT}/usr SHARED=yes OPT="$CFLAGS"
diff --git a/utils/pciutils/DETAILS b/utils/pciutils/DETAILS
index 3cd5d07..f1940b5 100755
--- a/utils/pciutils/DETAILS
+++ b/utils/pciutils/DETAILS
@@ -1,7 +1,7 @@
SPELL=pciutils
VERSION=3.0.0

SOURCE_HASH=sha512:4afe436a197a94b150309b2b3c2e2b1f8262e155394cc552bf410d488407478370bb825348e7339024f674592b085e91789d2fc42c3147f8f1c479a0a43fc3df
- PATCHLEVEL=1
+ PATCHLEVEL=2
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/$SOURCE
diff --git a/utils/pciutils/HISTORY b/utils/pciutils/HISTORY
index 66470a3..907b514 100644
--- a/utils/pciutils/HISTORY
+++ b/utils/pciutils/HISTORY
@@ -1,3 +1,7 @@
+2008-05-23 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: PATCHLEVEL++
+ * BUILD: fixed prefix during the compilation
+
2008-05-17 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: PATCHLEVEL++
* BUILD, INSTALL: make shared libraries
@@ -106,4 +110,3 @@

2002-05-31 Jeff Schmidt <jschmidt AT fnal.gov>
* vers. inc. from 2.1.9 to 2.1.10
-



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (39800060f50cb506c318fc90033d48cae1c87933), Vlad Glagolev, 05/23/2008

Archive powered by MHonArc 2.6.24.

Top of Page