summaryrefslogtreecommitdiff
path: root/sysutils/hal
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2006-11-07 22:16:03 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2006-11-07 22:16:03 +0000
commitf40411d2de7b2dece02096b86b8f6fb9608e54ae (patch)
tree4a8dda5a88b79ece21e6601fdde5e341ceba3b34 /sysutils/hal
parentMark BROKEN on -CURRENT: linkage failure with libclntsh.a. (diff)
Update to snapshot 20061107.
* Use the system libvolume_id * Fix some bashims in the configure script * Merge the latest HAL ids code from HAL git * Add support for the pnp.description property * If hw.acpi.lid_switch_state is set to NONE, set the info.ignore property on the lid button to TRUE * Actually introduce the fix for treating blank discs as volumes. This truly fixes nautilus-cd-burner * Add support for the new volume.partition properties * Add more GEOM support for SUN, APPLE, and GPT classes Thanks to jylefort for reviewing some of these patches, and a bunch of testers for putting the changes through their paces.
Notes
Notes: svn path=/head/; revision=176753
Diffstat (limited to 'sysutils/hal')
-rw-r--r--sysutils/hal/Makefile5
-rw-r--r--sysutils/hal/distinfo6
2 files changed, 6 insertions, 5 deletions
diff --git a/sysutils/hal/Makefile b/sysutils/hal/Makefile
index 8bebea2ae97a..f47b7b029e1d 100644
--- a/sysutils/hal/Makefile
+++ b/sysutils/hal/Makefile
@@ -16,7 +16,8 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT?= Hardware Abstraction Layer for simplifying device access
.if !defined(HAL_SLAVE)
-LIB_DEPENDS= polkit.0:${PORTSDIR}/sysutils/policykit
+LIB_DEPENDS= polkit.0:${PORTSDIR}/sysutils/policykit \
+ volume_id.0:${PORTSDIR}/devel/libvolume_id
RUN_DEPENDS= ${LOCALBASE}/share/pciids/pci.ids:${PORTSDIR}/misc/pciids \
isoinfo:${PORTSDIR}/sysutils/cdrtools
.endif
@@ -39,7 +40,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
GTKDOC="false"
HALVERSION= 0.5.8
-SNAPVERSION= 20061102
+SNAPVERSION= 20061107
.if !defined(HAL_SLAVE)
USE_RC_SUBR= hald
diff --git a/sysutils/hal/distinfo b/sysutils/hal/distinfo
index f18843268f18..4a70096ecda8 100644
--- a/sysutils/hal/distinfo
+++ b/sysutils/hal/distinfo
@@ -1,3 +1,3 @@
-MD5 (hal-0.5.8.20061102.tar.bz2) = d0c720a7a26e9ee9305dcdf45a2b0a39
-SHA256 (hal-0.5.8.20061102.tar.bz2) = fa2f48160660f1e6c95a1dc5faaae80edfd4db537e04fdcf29d38e270caa194d
-SIZE (hal-0.5.8.20061102.tar.bz2) = 1393838
+MD5 (hal-0.5.8.20061107.tar.bz2) = 2f31ccda972fdba7165a8677eff123c8
+SHA256 (hal-0.5.8.20061107.tar.bz2) = cd94e11725d758826ab35d146f5ac3abc64de1d3bc7a6d98f172a06864bf9934
+SIZE (hal-0.5.8.20061107.tar.bz2) = 1371504