ports/132300: Port update: comms/hso-kmod - Mark as BROKEN with the new USB stack

Ganael Laplanche ganael.laplanche at martymac.com
Wed Mar 4 07:30:03 UTC 2009


>Number:         132300
>Category:       ports
>Synopsis:       Port update: comms/hso-kmod - Mark as BROKEN with the new USB stack
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 04 07:30:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Ganael Laplanche
>Release:        8.0-CURRENT
>Organization:
http://contribs.martymac.com
>Environment:
FreeBSD home.martymac.com 8.0-CURRENT FreeBSD 8.0-CURRENT #36: Sun Mar  1 19:23:00 CET 2009     martymac at home.martymac.com:/usr/obj/usr/src/sys/MYKERNEL  amd64
>Description:
This patch marks comms/hso-kmod as BROKEN when built using the new USB2 stack (on FreeBSD > 800063).
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -aurN comms/hso-kmod.orig/Makefile comms/hso-kmod/Makefile
--- comms/hso-kmod.orig/Makefile	2009-03-03 19:25:41.291299871 +0000
+++ comms/hso-kmod/Makefile	2009-03-03 19:29:08.487091934 +0000
@@ -30,6 +30,10 @@
 
 .include <bsd.port.pre.mk>
 
+.if ${OSVERSION} > 800063
+BROKEN=	Does not build with USB2
+.endif
+
 .if !defined(WITHOUT_HSOCTL)
 HSOCTL_VERSION=	20081023
 DISTFILES+=	hsoctl-${HSOCTL_VERSION}${EXTRACT_SUFX}


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list