summaryrefslogtreecommitdiff
path: root/sysutils/hal
diff options
context:
space:
mode:
authordrochner <drochner>2009-07-26 18:42:04 +0000
committerdrochner <drochner>2009-07-26 18:42:04 +0000
commitbc2560c5f20582a5e13f5e776f0b34626602f44c (patch)
treea9aa1e6c098bc67169c6674a55568ade2cea30a1 /sysutils/hal
parent386193d5742643035063ed78e309a4552d364f12 (diff)
downloadpkgsrc-bc2560c5f20582a5e13f5e776f0b34626602f44c.tar.gz
rename the "ismounted" property to "is_mounted" which seems to
be the official name bump PKGREVISION (this still needs a lot of work)
Diffstat (limited to 'sysutils/hal')
-rw-r--r--sysutils/hal/Makefile4
-rw-r--r--sysutils/hal/distinfo3
-rw-r--r--sysutils/hal/patches/patch-nd15
3 files changed, 19 insertions, 3 deletions
diff --git a/sysutils/hal/Makefile b/sysutils/hal/Makefile
index 56c411d28fc..e02646fe3be 100644
--- a/sysutils/hal/Makefile
+++ b/sysutils/hal/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.40 2009/07/22 09:01:47 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2009/07/26 18:42:04 drochner Exp $
DISTNAME= hal-0.5.11
-PKGREVISION= 23
+PKGREVISION= 24
CATEGORIES= sysutils
MASTER_SITES= http://hal.freedesktop.org/releases/
EXTRACT_SUFX= .tar.bz2
diff --git a/sysutils/hal/distinfo b/sysutils/hal/distinfo
index 37821d30874..2ce0084d0fd 100644
--- a/sysutils/hal/distinfo
+++ b/sysutils/hal/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.12 2009/01/23 11:13:38 sketch Exp $
+$NetBSD: distinfo,v 1.13 2009/07/26 18:42:04 drochner Exp $
SHA1 (hal-0.5.11.tar.bz2) = 1ddb7895d2ddc2464b553ad11f7ba38860478ae9
RMD160 (hal-0.5.11.tar.bz2) = 741cfe82f0bc2d67106b24cfe526a754ab36e45f
@@ -23,3 +23,4 @@ SHA1 (patch-aq) = 7d0b224b4b1e6052983a6512217eee4f530e0720
SHA1 (patch-na) = f4344e2aa02e67c968f9723495c533c3a9a199fd
SHA1 (patch-nb) = 1693b7a2faa5bee20a594f0b60b8ff6caea0efdc
SHA1 (patch-nc) = 32453e49734902749ce24eb4364fc7f531986227
+SHA1 (patch-nd) = 40159d1d171c3e0dc53ac83e0e37e6be409dfbd3
diff --git a/sysutils/hal/patches/patch-nd b/sysutils/hal/patches/patch-nd
new file mode 100644
index 00000000000..62ef059ee6f
--- /dev/null
+++ b/sysutils/hal/patches/patch-nd
@@ -0,0 +1,15 @@
+$NetBSD: patch-nd,v 1.1 2009/07/26 18:42:04 drochner Exp $
+
+--- hald/netbsd/addons/addon-storage.c.orig 2009-06-18 20:21:21.000000000 +0200
++++ hald/netbsd/addons/addon-storage.c
+@@ -323,8 +323,8 @@ vid = NULL;
+
+ /* add volume properties (ignoring dbus errors) */
+ libhal_device_set_property_bool (ctx, udi, "volume.ignore", FALSE, &error); /* make visible */
+- libhal_device_set_property_bool (ctx, udi, "volume.ismounted", FALSE, &error); /* XXX fixme XXX */
+- libhal_device_set_property_bool (ctx, udi, "volume.ismounted_readonly", FALSE, &error); /* XXX fixme XXX */
++ libhal_device_set_property_bool (ctx, udi, "volume.is_mounted", FALSE, &error); /* XXX fixme XXX */
++ libhal_device_set_property_bool (ctx, udi, "volume.is_mounted_readonly", FALSE, &error); /* XXX fixme XXX */
+ libhal_device_set_property_string (ctx, udi, "volume.fsusage", "filesystem", &error);
+ libhal_device_set_property_string (ctx, udi, "volume.fstype", disc_fstype, &error);
+ libhal_device_set_property_string (ctx, udi, "volume.label", disc_label, &error);