Author: pebender
Date: Sat Jun 20 08:37:52 2009
New Revision: 4995
Modified:
trunk/gar-minimyth/html/minimyth/document-changelog.txt
trunk/gar-minimyth/script/system/udev/Makefile
trunk/gar-minimyth/script/system/udev/checksums
Log:
- Updated package system/udev.
Modified: trunk/gar-minimyth/html/minimyth/document-changelog.txt
==============================================================================
--- trunk/gar-minimyth/html/minimyth/document-changelog.txt (original)
+++ trunk/gar-minimyth/html/minimyth/document-changelog.txt Sat Jun 20
08:37:52 2009
@@ -105,6 +105,7 @@
Updated perl/perl-Perl-Tidy.
Updated system/lcdproc.
Updated system/lirc.
+ Updated system/udev.
Updated system/zoneinfo.
Updated utils/cwiid.
Updated utils/findutils.
Modified: trunk/gar-minimyth/script/system/udev/Makefile
==============================================================================
--- trunk/gar-minimyth/script/system/udev/Makefile (original)
+++ trunk/gar-minimyth/script/system/udev/Makefile Sat Jun 20 08:37:52 2009
@@ -1,5 +1,5 @@
GARNAME = udev
-GARVERSION = 142
+GARVERSION = 143
CATEGORIES = system
MASTER_SITES = ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/
DISTFILES = $(DISTNAME).tar.bz2
@@ -9,7 +9,7 @@
define BLURB
endef
-DEPENDS = lang/c
+DEPENDS = lang/c lib/libxslt
CONFIGURE_SCRIPTS = $(WORKSRC)/configure
BUILD_SCRIPTS = $(WORKSRC)/Makefile
@@ -18,20 +18,28 @@
CONFIGURE_ARGS = $(DIRPATHS) --build=$(GARBUILD) --host=$(GARHOST) \
--disable-static \
--enable-shared \
+ --disable-gtk-doc \
+ --disable-debug \
+ --enable-logging \
+ --disable-extras \
+ --disable-introspection \
--with-gnu-ld \
- --with-udev-prefix=$(rootdir)
+ --with-rootlibdir=$(libdir)
include ../../gar.mk
-exec_prefix := $(rootdir)
-sbindir := $(esbindir)
-libdir := $(elibdir)
+sbindir := $(esbindir)
+libexecdir := $(elibdir)/udev
pre-configure:
@$(call FIX_LIBTOOL,$(WORKSRC)/configure)
@$(MAKECOOKIE)
pre-install:
- @rm -rf $(DESTDIR)$(rootdir)/lib/udev
@rm -rf $(DESTDIR)$(sysconfdir)/udev
+ @rm -rf $(DESTDIR)$(sbindir)/udevadm
+ @rm -rf $(DESTDIR)$(sbindir)/udevd
+ @rm -rf $(DESTDIR)$(libdir)/libudev.*
+ @rm -rf $(DESTDIR)$(libdir)/pkgconfig/libudev.pc
+ @rm -rf $(DESTDIR)$(libdir)/udev
@$(MAKECOOKIE)
Modified: trunk/gar-minimyth/script/system/udev/checksums
==============================================================================
--- trunk/gar-minimyth/script/system/udev/checksums (original)
+++ trunk/gar-minimyth/script/system/udev/checksums Sat Jun 20 08:37:52 2009
@@ -1 +1 @@
-3edc4cf383dccb06d866c5156d59ddd5 download/udev-142.tar.bz2
+d15d1886c0bfa756969f25ddaecf34da download/udev-143.tar.bz2
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---