summaryrefslogtreecommitdiffstats
path: root/sysutils/hal/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-02-06 05:45:05 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-02-06 05:45:05 +0800
commit4c38eb90eb0df97d2bcb39fd7eeb7b6e97e8b738 (patch)
tree05d61dd06a100b1d8bcd06f1a88883cc39515897 /sysutils/hal/Makefile
parent039dd2633246eb658dd9e4eaf31316c885870aba (diff)
downloadmarcuscom-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/hal/Makefile')
-rw-r--r--sysutils/hal/Makefile5
1 files changed, 2 insertions, 3 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