Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Mar 2009 07:21:28 GMT
From:      Ganael Laplanche <ganael.laplanche@martymac.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/132300: Port update: comms/hso-kmod - Mark as BROKEN with the new USB stack
Message-ID:  <200903040721.n247LSdc081073@www.freebsd.org>
Resent-Message-ID: <200903040730.n247U23u024192@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903040721.n247LSdc081073>