From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Mar 4 07:30:02 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B67B1106566C for ; Wed, 4 Mar 2009 07:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 774198FC21 for ; Wed, 4 Mar 2009 07:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n247U2ZM024193 for ; Wed, 4 Mar 2009 07:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n247U23u024192; Wed, 4 Mar 2009 07:30:02 GMT (envelope-from gnats) Resent-Date: Wed, 4 Mar 2009 07:30:02 GMT Resent-Message-Id: <200903040730.n247U23u024192@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ganael Laplanche Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A60E2106566C for ; Wed, 4 Mar 2009 07:21:28 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 9459E8FC0C for ; Wed, 4 Mar 2009 07:21:28 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n247LSnl081074 for ; Wed, 4 Mar 2009 07:21:28 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n247LSdc081073; Wed, 4 Mar 2009 07:21:28 GMT (envelope-from nobody) Message-Id: <200903040721.n247LSdc081073@www.freebsd.org> Date: Wed, 4 Mar 2009 07:21:28 GMT From: Ganael Laplanche To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/132300: Port update: comms/hso-kmod - Mark as BROKEN with the new USB stack X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Mar 2009 07:30:03 -0000 >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 +.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: