diff options
author | marcus <marcus@FreeBSD.org> | 2006-11-03 06:56:15 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-11-03 06:56:15 +0800 |
commit | a00058c00735138047034b45430452d1a07f580e (patch) | |
tree | 8c934522388cfc853f5eb9118fd059246af2c0f9 /sysutils/hal | |
parent | 058d9265c612b41f30c36bc259e239582436b547 (diff) | |
download | freebsd-ports-gnome-a00058c00735138047034b45430452d1a07f580e.tar.gz freebsd-ports-gnome-a00058c00735138047034b45430452d1a07f580e.tar.zst freebsd-ports-gnome-a00058c00735138047034b45430452d1a07f580e.zip |
Update to snapshot 20061102.
* The volume probing helper can take up to a minute to run the isoinfo
command against data DVDs, so bump the timeout up to 60 seconds.
* Fix a spurious warning when running lshal
Add two new properties to SCSI block devices. The first is
block.freebsd.cam_path which is a bus,target,lun path to a SCSI device.
This is needed by tools such as cdrecord, and by adding a private freebsd
property, it is much easier to get apps like nautilus-cd-burner working.
The second property is block.freebsd.atapi_cam_device. This property is
actually attached to ATAPI CAM devices, and denotes the CAM block device
associated with this ATAPI block device. This may be useful for programs
that can only operate with CAM-compliant devices.
Finally, update the volume probing code so that blank discs are treated as
volumes. This is sort of crude. We basically say a disc is blank is it
is a disc and contains no data and no audio.
With all of these changes, plus a minor change to nautilus-cd-burner, n-c-b
now works again on FreeBSD.
Diffstat (limited to 'sysutils/hal')
-rw-r--r-- | sysutils/hal/Makefile | 4 | ||||
-rw-r--r-- | sysutils/hal/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/hal/Makefile b/sysutils/hal/Makefile index 19f2a9d89ca4..8bebea2ae97a 100644 --- a/sysutils/hal/Makefile +++ b/sysutils/hal/Makefile @@ -8,7 +8,7 @@ PORTNAME= hal PORTVERSION= ${HALVERSION}.${SNAPVERSION} -PORTREVISION?= 2 +PORTREVISION?= 0 CATEGORIES?= sysutils MASTER_SITES= http://www.marcuscom.com/downloads/ @@ -39,7 +39,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GTKDOC="false" HALVERSION= 0.5.8 -SNAPVERSION= 20061030 +SNAPVERSION= 20061102 .if !defined(HAL_SLAVE) USE_RC_SUBR= hald diff --git a/sysutils/hal/distinfo b/sysutils/hal/distinfo index 10bd2423671f..f18843268f18 100644 --- a/sysutils/hal/distinfo +++ b/sysutils/hal/distinfo @@ -1,3 +1,3 @@ -MD5 (hal-0.5.8.20061030.tar.bz2) = a0e18c4a17003fda7d3e8497f5fdbedf -SHA256 (hal-0.5.8.20061030.tar.bz2) = 5cdb0eb02f96b3a520a5cdd7f6327e270907fcff6849bb249529031c80b55065 -SIZE (hal-0.5.8.20061030.tar.bz2) = 1393542 +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 |