diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-12-17 20:19:17 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-12-17 20:19:17 +0000 |
commit | 795cc7928cf47acfedaeebf012824838a25b22b0 (patch) | |
tree | e72fbcd7bf35ead50d43ee06e83719347c9046a5 /sysutils | |
parent | 0df5c97f08ee09e995f65cc508c6d94eda202c01 (diff) | |
download | ports-795cc7928cf47acfedaeebf012824838a25b22b0.tar.gz ports-795cc7928cf47acfedaeebf012824838a25b22b0.zip |
Update to snapshot 20061217.
* Fix some 64-bit compile warnings
* Turn two assertions into additional conditional checks to prevent potential
hald crashes when switching disc media
* Shutdown hald on deinstall to prevent two halds from running on restart
Notes
Notes:
svn path=/head/; revision=180035
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/hal/Makefile | 2 | ||||
-rw-r--r-- | sysutils/hal/distinfo | 6 | ||||
-rw-r--r-- | sysutils/hal/pkg-plist | 1 |
3 files changed, 5 insertions, 4 deletions
diff --git a/sysutils/hal/Makefile b/sysutils/hal/Makefile index f8f7f3141657..f47d60acdeb3 100644 --- a/sysutils/hal/Makefile +++ b/sysutils/hal/Makefile @@ -40,7 +40,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GTKDOC="false" HALVERSION= 0.5.8 -SNAPVERSION= 20061117 +SNAPVERSION= 20061217 .if !defined(HAL_SLAVE) USE_RC_SUBR= hald diff --git a/sysutils/hal/distinfo b/sysutils/hal/distinfo index 94682b20c405..e86ad66f9a16 100644 --- a/sysutils/hal/distinfo +++ b/sysutils/hal/distinfo @@ -1,3 +1,3 @@ -MD5 (hal-0.5.8.20061117.tar.bz2) = 855723b866949a5165770f00337efde4 -SHA256 (hal-0.5.8.20061117.tar.bz2) = 1a6d91667949aeaf4bdfc66b1d8f1d742204345f62bc1332c76fd152b015267c -SIZE (hal-0.5.8.20061117.tar.bz2) = 1371738 +MD5 (hal-0.5.8.20061217.tar.bz2) = 845f2a6413fcd5b694e5a53abf1c12ac +SHA256 (hal-0.5.8.20061217.tar.bz2) = ef84b2bf65c58adcd8c1e1e11c6e0a5bc727334e49a8254f9fe20b47ce47d0bc +SIZE (hal-0.5.8.20061217.tar.bz2) = 1372044 diff --git a/sysutils/hal/pkg-plist b/sysutils/hal/pkg-plist index bbd060de1bf3..219eea45256a 100644 --- a/sysutils/hal/pkg-plist +++ b/sysutils/hal/pkg-plist @@ -1,3 +1,4 @@ +@unexec %D/etc/rc.d/hald stop > /dev/null 2>&1 || true %%MEDIA%%@exec mkdir -p /media bin/hal-device bin/hal-find-by-capability |