pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/hal rename the "ismounted" property to "is_mo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7cc13770f03c
branches:  trunk
changeset: 562371:7cc13770f03c
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Sun Jul 26 18:42:04 2009 +0000

description:
rename the "ismounted" property to "is_mounted" which seems to
be the official name
bump PKGREVISION
(this still needs a lot of work)

diffstat:

 sysutils/hal/Makefile         |   4 ++--
 sysutils/hal/distinfo         |   3 ++-
 sysutils/hal/patches/patch-nd |  15 +++++++++++++++
 3 files changed, 19 insertions(+), 3 deletions(-)

diffs (46 lines):

diff -r 3e5c7da5ac58 -r 7cc13770f03c sysutils/hal/Makefile
--- a/sysutils/hal/Makefile     Sun Jul 26 18:38:14 2009 +0000
+++ b/sysutils/hal/Makefile     Sun Jul 26 18:42:04 2009 +0000
@@ -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 -r 3e5c7da5ac58 -r 7cc13770f03c sysutils/hal/distinfo
--- a/sysutils/hal/distinfo     Sun Jul 26 18:38:14 2009 +0000
+++ b/sysutils/hal/distinfo     Sun Jul 26 18:42:04 2009 +0000
@@ -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-na) = f4344e2aa02e67c968f9723495c533c3a9a199fd
 SHA1 (patch-nb) = 1693b7a2faa5bee20a594f0b60b8ff6caea0efdc
 SHA1 (patch-nc) = 32453e49734902749ce24eb4364fc7f531986227
+SHA1 (patch-nd) = 40159d1d171c3e0dc53ac83e0e37e6be409dfbd3
diff -r 3e5c7da5ac58 -r 7cc13770f03c sysutils/hal/patches/patch-nd
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/hal/patches/patch-nd     Sun Jul 26 18:42:04 2009 +0000
@@ -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);



Home | Main Index | Thread Index | Old Index