diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-02-06 05:45:05 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-02-06 05:45:05 +0800 |
commit | 4c38eb90eb0df97d2bcb39fd7eeb7b6e97e8b738 (patch) | |
tree | 05d61dd06a100b1d8bcd06f1a88883cc39515897 /sysutils | |
parent | 039dd2633246eb658dd9e4eaf31316c885870aba (diff) | |
download | marcuscom-ports-4c38eb90eb0df97d2bcb39fd7eeb7b6e97e8b738.tar marcuscom-ports-4c38eb90eb0df97d2bcb39fd7eeb7b6e97e8b738.tar.gz marcuscom-ports-4c38eb90eb0df97d2bcb39fd7eeb7b6e97e8b738.tar.bz2 marcuscom-ports-4c38eb90eb0df97d2bcb39fd7eeb7b6e97e8b738.tar.lz marcuscom-ports-4c38eb90eb0df97d2bcb39fd7eeb7b6e97e8b738.tar.xz marcuscom-ports-4c38eb90eb0df97d2bcb39fd7eeb7b6e97e8b738.tar.zst marcuscom-ports-4c38eb90eb0df97d2bcb39fd7eeb7b6e97e8b738.zip |
Update to snapshot 20080205.
* Add video4linux webcam support [1]
* Fix a problem where fdi-added callouts were not being run [2]
* Add DRM (direct rendering) support
* Attempt to add more device file information
* Do not assume the SCSI cdb length is always 16 [3]
Various other generic hal fixes have also gone in from upstream.
Big thanks to Lachlan Michael for helping to test [1].
Reported by: Pawel Worach <pawel.worach@gmail.com> [2]
Submitted by: kan [3]
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10358 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/hal/Makefile | 5 | ||||
-rw-r--r-- | sysutils/hal/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/sysutils/hal/Makefile b/sysutils/hal/Makefile index 7b5f4cede..a3916305d 100644 --- a/sysutils/hal/Makefile +++ b/sysutils/hal/Makefile @@ -3,12 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/sysutils/hal/Makefile,v 1.33 2008/02/05 00:52:32 marcus Exp $ +# $MCom: ports/sysutils/hal/Makefile,v 1.34 2008/02/05 05:54:21 marcus Exp $ # PORTNAME= hal PORTVERSION= ${HALVERSION}.${SNAPVERSION} -PORTREVISION= 5 CATEGORIES= sysutils MASTER_SITES= http://www.marcuscom.com/downloads/ @@ -48,7 +47,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GTKDOC="false" HALVERSION= 0.5.10 -SNAPVERSION= 20080106 +SNAPVERSION= 20080205 USE_RC_SUBR= hald USE_GNOME_SUBR= yes diff --git a/sysutils/hal/distinfo b/sysutils/hal/distinfo index 05e65a2df..59bb43af3 100644 --- a/sysutils/hal/distinfo +++ b/sysutils/hal/distinfo @@ -1,3 +1,3 @@ -MD5 (hal-0.5.10.20080106.tar.bz2) = bab8c3f0f87c3929d143625721361029 -SHA256 (hal-0.5.10.20080106.tar.bz2) = 0dea10c60f41d916251a23ed56c9b4c13b1f10b1cd1ef8366d9a4f1d3360c4bd -SIZE (hal-0.5.10.20080106.tar.bz2) = 965092 +MD5 (hal-0.5.10.20080205.tar.bz2) = 83aa43965a1a62f4ac89cedccfecf4c5 +SHA256 (hal-0.5.10.20080205.tar.bz2) = 9a9ba3ba845b4b66bd1bd925dc66c9390b297743dd294e6568ef59837524bc41 +SIZE (hal-0.5.10.20080205.tar.bz2) = 919188 |