Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (04dce2fee3c0080de4ec6f170cb06d9d3789dc6e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Justin Boffemmyer <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (04dce2fee3c0080de4ec6f170cb06d9d3789dc6e)
  • Date: Fri, 2 May 2008 15:27:55 -0500

GIT changes to master grimoire by Justin Boffemmyer <flux AT sourcemage.org>:

utils/vbetool/DEPENDS | 1 +
utils/vbetool/HISTORY | 3 +++
2 files changed, 4 insertions(+)

New commits:
commit 04dce2fee3c0080de4ec6f170cb06d9d3789dc6e
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>

vbetool/DEPENDS: vbetool depends on pciutils

If pciutils is not present then vbetool will fail to build, as it
needs its pci/pci.h header file.

diff --git a/utils/vbetool/DEPENDS b/utils/vbetool/DEPENDS
new file mode 100755
index 0000000..0a62843
--- /dev/null
+++ b/utils/vbetool/DEPENDS
@@ -0,0 +1 @@
+depends pciutils
diff --git a/utils/vbetool/HISTORY b/utils/vbetool/HISTORY
index 1be06cd..2bd2c43 100644
--- a/utils/vbetool/HISTORY
+++ b/utils/vbetool/HISTORY
@@ -1,3 +1,6 @@
+2008-04-25 Justin Boffemmyer <flux AT sourcemage.org>
+ * DEPENDS: added depends pciutils (needed for pci/pci.h header)
+
2007-10-17 Eric Sandall <sandalle AT sourcemage.org>
* PRE_BUILD: x86_64 requires CONFIG_IA32_EMULATION
* BUILD: Pass --with-x86emu on x86_64



  • [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (04dce2fee3c0080de4ec6f170cb06d9d3789dc6e), Justin Boffemmyer, 05/02/2008

Archive powered by MHonArc 2.6.24.

Top of Page