diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-03-02 20:45:18 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-03-02 20:45:18 +0000 |
commit | 311bab68e48cad9568627b74c4c23fdf28725f82 (patch) | |
tree | 4e267e032d0657cacb5edc85659e1fc79d596ae1 /sysutils/hal | |
parent | 2319c3985ed76f54d570805e7ca274d3dc9894e7 (diff) |
Notes
Diffstat (limited to 'sysutils/hal')
-rw-r--r-- | sysutils/hal/Makefile | 8 | ||||
-rw-r--r-- | sysutils/hal/pkg-plist | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/sysutils/hal/Makefile b/sysutils/hal/Makefile index 19f0fc21e549..c0314cd1e01d 100644 --- a/sysutils/hal/Makefile +++ b/sysutils/hal/Makefile @@ -8,7 +8,7 @@ PORTNAME= hal DISTVERSION= 0.5.11 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= sysutils MASTER_SITES= http://hal.freedesktop.org/releases/ @@ -86,6 +86,12 @@ PLIST_SUB+= MEDIA="@comment " EXTRA_PATCHES+= ${FILESDIR}/extra-patch-tools_hal-storage-mount.c .endif +.if ${OSVERSION} >= 800063 +PLIST_SUB+= USB2="" +.else +PLIST_SUB+= USB2="@comment " +.endif + post-patch: @${REINPLACE_CMD} -e '/^scriptdir = /s|libdir|libexecdir|' \ ${WRKSRC}/tools/Makefile.in \ diff --git a/sysutils/hal/pkg-plist b/sysutils/hal/pkg-plist index 04b41b3765b9..03a497327d34 100644 --- a/sysutils/hal/pkg-plist +++ b/sysutils/hal/pkg-plist @@ -69,6 +69,8 @@ libexec/hald-probe-mouse libexec/hald-probe-scsi libexec/hald-probe-smbios libexec/hald-probe-storage +%%USB2%%libexec/hald-probe-usb2-device +%%USB2%%libexec/hald-probe-usb2-interface libexec/hald-probe-volume libexec/hald-runner sbin/hald |