Browse Source

udev: Updated (125 -> 126)

user/chris/old/ruby
Alejandro Mery 16 years ago
parent
commit
fb711f1519
  1. 30
      filesystem/udev/no_restart.patch
  2. 29
      filesystem/udev/overwrite_rules.patch
  3. 2
      filesystem/udev/scsi_id.config.patch.disabled
  4. 9
      filesystem/udev/udev.conf
  5. 4
      filesystem/udev/udev.desc

30
filesystem/udev/no_restart.patch

@ -1,30 +0,0 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../udev/no_restart.patch
# Copyright (C) 2006 - 2009 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
# --- SDE-COPYRIGHT-NOTE-END ---
--- ./Makefile.orig 2008-06-12 08:24:30.000000000 +0300
+++ ./Makefile 2009-02-01 20:40:48.000000000 +0200
@@ -264,11 +264,6 @@
@extras="$(EXTRAS)"; for target in $$extras; do \
$(MAKE) -C $$target $@ || exit 1; \
done;
-ifndef DESTDIR
- - killall udevd
- - rm -rf $(udevdir)/.udev
- - $(sbindir)/udevd --daemon
-endif
.PHONY: install-bin
uninstall-bin:

29
filesystem/udev/overwrite_rules.patch

@ -1,29 +0,0 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../udev/overwrite_rules.patch
# Copyright (C) 2007 - 2009 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
# --- SDE-COPYRIGHT-NOTE-END ---
--- ./Makefile.orig 2009-02-01 21:38:50.000000000 +0200
+++ ./Makefile 2009-02-01 21:41:24.000000000 +0200
@@ -220,9 +220,7 @@
install-config:
$(INSTALL) -d $(DESTDIR)$(libudevdir)/rules.d
$(INSTALL) -d $(DESTDIR)$(configdir)/rules.d
- @ if [ ! -r $(DESTDIR)$(configdir)/udev.conf ]; then \
- $(INSTALL_DATA) udev.conf $(DESTDIR)$(configdir); \
- fi
+ $(INSTALL_DATA) udev.conf $(DESTDIR)$(configdir);
cp rules/rules.d/* $(DESTDIR)$(libudevdir)/rules.d
@ extras="$(EXTRAS)"; for target in $$extras; do \
$(MAKE) -C $$target $@ || exit 1; \

2
filesystem/udev/scsi_id.config.patch → filesystem/udev/scsi_id.config.patch.disabled

@ -1,7 +1,7 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../udev/scsi_id.config.patch
# Filename: package/.../udev/scsi_id.config.patch.disabled
# Copyright (C) 2007 - 2009 The OpenSDE Project
#
# More information can be found in the files COPYING and README.

9
filesystem/udev/udev.conf

@ -41,12 +41,3 @@ udev_rules() {
hook_add postmake 5 'udev_devices'
hook_add postmake 6 'udev_rules'
var_append makeopt ' ' "LD=$CC"
var_append makeopt ' ' 'DEBUG=true'
# list of extra helpers to build and install
hook_add postpatch 5 "export extras=\$( ls -1d extras/* | grep -v '\.sh' | tr '\n' ' ' )"
var_append makeopt ' ' 'EXTRAS="$extras"'
var_append makeinstopt ' ' 'EXTRAS="$extras"'

4
filesystem/udev/udev.desc

@ -31,8 +31,8 @@
[L] GPL
[S] Stable
[V] 125
[V] 126
[P] X -?---5---9 102.030
[D] 2947088272 udev-125.tar.bz2 http://ftp.kernel.org/pub/linux/utils/kernel/hotplug/
[D] 1715084538 udev-126.tar.bz2 http://ftp.kernel.org/pub/linux/utils/kernel/hotplug/

Loading…
Cancel
Save