From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 22 21:00: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 A45881065692 for ; Tue, 22 Dec 2009 21:00: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 7AF008FC16 for ; Tue, 22 Dec 2009 21:00:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nBML02Fx009067 for ; Tue, 22 Dec 2009 21:00:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nBML02Wu009066; Tue, 22 Dec 2009 21:00:02 GMT (envelope-from gnats) Resent-Date: Tue, 22 Dec 2009 21:00:02 GMT Resent-Message-Id: <200912222100.nBML02Wu009066@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, Alexey Shuvaev Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EE5C51065692 for ; Tue, 22 Dec 2009 20:52:01 +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 DD4FA8FC16 for ; Tue, 22 Dec 2009 20:52:01 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id nBMKq02x075219 for ; Tue, 22 Dec 2009 20:52:00 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id nBMKq0s9075218; Tue, 22 Dec 2009 20:52:00 GMT (envelope-from nobody) Message-Id: <200912222052.nBMKq0s9075218@www.freebsd.org> Date: Tue, 22 Dec 2009 20:52:00 GMT From: Alexey Shuvaev To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/141904: [MAINTAINER] net/acx100 mark BROKEN on >= 900002 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: Tue, 22 Dec 2009 21:00:02 -0000 >Number: 141904 >Category: ports >Synopsis: [MAINTAINER] net/acx100 mark BROKEN on >= 900002 >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: Tue Dec 22 21:00:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Alexey Shuvaev >Release: 9.0-CURRENT >Organization: University of Wuerzburg >Environment: FreeBSD wep4035 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r200732: Sat Dec 19 20:48:36 CET 2009 root@wep4035:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Mark broken on OSVERSIONs >= 900002 as they lack if_watchdog member in struct ifnet. P.S. It seems the original developer has abandoned the work on the driver and I have no real hardware too :( The port compiles on 8-STABLE but doesn't really work. 7-STABLE is the only target for it. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN acx100.orig/Makefile acx100/Makefile --- acx100.orig/Makefile 2009-05-02 18:06:42.000000000 +0200 +++ acx100/Makefile 2009-12-22 21:42:35.000000000 +0100 @@ -41,6 +41,10 @@ .include +.if ${OSVERSION} >= 900002 +IGNORE= depends on removed if_watchdog member in struct ifnet +.endif + pre-fetch: .if !exists(${SRC_BASE}/sys/Makefile) IGNORE= requires the kernel sources to be available >Release-Note: >Audit-Trail: >Unformatted: