Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (3e2115ac1573892bf1345e457db9422968029db2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (3e2115ac1573892bf1345e457db9422968029db2)
  • Date: Thu, 7 Jan 2010 15:23:23 -0600

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

disk/udev/HISTORY | 4 ++
disk/udev/REPAIR^0fe1cc8576781521ba346977337dfc1a^SUB_DEPENDS | 15 --------
disk/udev/REPAIR^all^SUB_DEPENDS | 17
++++++++++
disk/udev/SUB_DEPENDS | 4 +-
4 files changed, 24 insertions(+), 16 deletions(-)

New commits:
commit 3e2115ac1573892bf1345e457db9422968029db2
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

udev: Now that I've updated SUB_DEPENDS again, replace both older copies
with the one newer copy, no longer needing a specific replacement.

diff --git a/disk/udev/HISTORY b/disk/udev/HISTORY
index c76be07..9e8ed35 100644
--- a/disk/udev/HISTORY
+++ b/disk/udev/HISTORY
@@ -5,6 +5,10 @@
* SUB_DEPENDS, REPAIR^0fe1cc8576781521ba346977337dfc1a^SUB_DEPENDS:
Add
EXTRAS dependencies to SUB_DEPENDS as it is run after DEPENDS.
list_find won't find the flag in DEPENDS if it wasn't set by the
user.
+ Display a message when overriding user selection
+ * REPAIR^all^SUB_DEPENDS,
REPAIR^0fe1cc8576781521ba346977337dfc1a^SUB_DEPENDS:
+ Now that I've updated SUB_DEPENDS again, replace both older copies
with
+ the one newer copy, no longer needing a specific replacement.

2009-12-05 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 149
diff --git a/disk/udev/REPAIR^0fe1cc8576781521ba346977337dfc1a^SUB_DEPENDS
b/disk/udev/REPAIR^0fe1cc8576781521ba346977337dfc1a^SUB_DEPENDS
deleted file mode 100755
index e48a91a..0000000
--- a/disk/udev/REPAIR^0fe1cc8576781521ba346977337dfc1a^SUB_DEPENDS
+++ /dev/null
@@ -1,15 +0,0 @@
-case "$THIS_SUB_DEPENDS" in
- VOLUME_ID) true;;
- EXTRAS) list_add UDEV_OPTS --enable-extras
- list_remove UDEV_OPTS --disable-extras
- depends acl &&
- depends gperf &&
- depends pkgconfig &&
- depends glib2 &&
- depends libusb &&
- depends usbutils &&
- depends USBIDS &&
- depends PCIIDS ;;
- *) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}" &&
- return 1;;
-esac
diff --git a/disk/udev/REPAIR^all^SUB_DEPENDS
b/disk/udev/REPAIR^all^SUB_DEPENDS
new file mode 100755
index 0000000..e6ae426
--- /dev/null
+++ b/disk/udev/REPAIR^all^SUB_DEPENDS
@@ -0,0 +1,17 @@
+case "$THIS_SUB_DEPENDS" in
+ VOLUME_ID) true;;
+ EXTRAS) message "${MESSAGE_COLOR}Forcing building of hash function" \
+ "generator and access control lists${DEFAULT_COLOR}" &&
+ list_add UDEV_OPTS --enable-extras
+ list_remove UDEV_OPTS --disable-extras
+ depends acl &&
+ depends gperf &&
+ depends pkgconfig &&
+ depends glib2 &&
+ depends libusb &&
+ depends usbutils &&
+ depends USBIDS &&
+ depends PCIIDS ;;
+ *) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}" &&
+ return 1;;
+esac
diff --git a/disk/udev/SUB_DEPENDS b/disk/udev/SUB_DEPENDS
index e48a91a..e6ae426 100755
--- a/disk/udev/SUB_DEPENDS
+++ b/disk/udev/SUB_DEPENDS
@@ -1,6 +1,8 @@
case "$THIS_SUB_DEPENDS" in
VOLUME_ID) true;;
- EXTRAS) list_add UDEV_OPTS --enable-extras
+ EXTRAS) message "${MESSAGE_COLOR}Forcing building of hash function" \
+ "generator and access control lists${DEFAULT_COLOR}" &&
+ list_add UDEV_OPTS --enable-extras
list_remove UDEV_OPTS --disable-extras
depends acl &&
depends gperf &&



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (3e2115ac1573892bf1345e457db9422968029db2), Eric Sandall, 01/07/2010

Archive powered by MHonArc 2.6.24.

Top of Page