Skip to Content.
Sympa Menu

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

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 (b9bc06e79885c50cbaff603cbc14be988cb8ba55)
  • Date: Wed, 24 Jun 2009 11:27:55 -0500

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

disk/udev/BUILD | 9 ++-------
disk/udev/CONFIGURE | 13 ++++++-------
disk/udev/DEPENDS | 8 ++++----
disk/udev/DETAILS | 2 +-
disk/udev/HISTORY | 8 ++++++++
5 files changed, 21 insertions(+), 19 deletions(-)

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

udev: fixed 2 bugs added by the last 2 previous changes :(

diff --git a/disk/udev/BUILD b/disk/udev/BUILD
index 63cb44e..b2d0b33 100755
--- a/disk/udev/BUILD
+++ b/disk/udev/BUILD
@@ -1,11 +1,6 @@
OPTS="--prefix=$INSTALL_ROOT/usr \
- --sysconfdir=$INSTALL_ROOT/etc \
- --sbindir=$INSTALL_ROOT/sbin \
- --libdir=$INSTALL_ROOT/usr/lib \
- --with-rootlibdir=$INSTALL_ROOT/lib \
- --libexecdir=$INSTALL_ROOT/lib/udev \
- $UDEV_DEBUG \
- $UDEV_EXTRAS \
+ --exec-prefix=$INSTALL_ROOT \
+ $UDEV_OPTS \
$OPTS" &&

default_build
diff --git a/disk/udev/CONFIGURE b/disk/udev/CONFIGURE
index a2f71ad..13df888 100755
--- a/disk/udev/CONFIGURE
+++ b/disk/udev/CONFIGURE
@@ -1,12 +1,12 @@
-config_query_option UDEV_DEBUG \
+config_query_option UDEV_OPTS \
"Compile extra debugging messages?" n \
"--enable-debug" \
"--disable-debug" &&

-config_query_option UDEV_EXTRAS
\
- "Compile hash function generator and access control
lists" n \
- "--enable-extras"
\
- "--disable-extras"
&&
+config_query_option UDEV_OPTS \
+ "Compile hash function generator and access control
lists" n \
+ "--enable-extras" \
+ "--disable-extras" &&

if spell_ok hotplug; then
message "You seem to have hotplug installed. Hotplug has been" \
@@ -15,6 +15,5 @@ if spell_ok hotplug; then
"udev has been installed." &&

config_query UDEV_DISPEL_HOTPLUG \
- "Dispel hotplug after udev is cast?" \
- y
+ "Dispel hotplug after udev is cast?" y
fi
diff --git a/disk/udev/DEPENDS b/disk/udev/DEPENDS
index 972c246..8118ba9 100755
--- a/disk/udev/DEPENDS
+++ b/disk/udev/DEPENDS
@@ -1,10 +1,10 @@
depends gnupg &&
depends smgl-fhs &&

-if [[ "$UDEV_EXTRAS" == "y" ]]; then
- depends acl &&
- depends gperf
-fi &&
+if list_find "$UDEV_OPTS" "--enable-extras"; then
+ depends acl &&
+ depends gperf
+fi &&

optional_depends libselinux \
"--with-selinux" \
diff --git a/disk/udev/DETAILS b/disk/udev/DETAILS
index 0effc6d..65a5ce7 100755
--- a/disk/udev/DETAILS
+++ b/disk/udev/DETAILS
@@ -1,6 +1,6 @@
SPELL=udev
VERSION=143
- PATCHLEVEL=1
+ PATCHLEVEL=2
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.sign
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/disk/udev/HISTORY b/disk/udev/HISTORY
index c136fa3..0ee39e0 100644
--- a/disk/udev/HISTORY
+++ b/disk/udev/HISTORY
@@ -1,3 +1,11 @@
+2009-06-24 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: PATCHLEVEL=2
+ * BUILD: UDEV_OPTS; rootlibdir, libexecdir creates /usr/lib/libudev.so
+ as a symlink to /lib
+ * CONFIGURE: UDEV_OPTS
+ * DEPENDS: fixed selection of the proper deps, it would be "y" instead
+ of "--enable-extras"
+
2009-06-24 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: PATCHLEVEL=1
* BUILD: updated configure options, exec_prefix -> rootlibdir,
libexecdir



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (b9bc06e79885c50cbaff603cbc14be988cb8ba55), Vlad Glagolev, 06/24/2009

Archive powered by MHonArc 2.6.24.

Top of Page