Date: Tue, 22 Dec 2009 20:52:00 GMT From: Alexey Shuvaev <shuvaev@physik.uni-wuerzburg.de> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/141904: [MAINTAINER] net/acx100 mark BROKEN on >= 900002 Message-ID: <200912222052.nBMKq0s9075218@www.freebsd.org> Resent-Message-ID: <200912222100.nBML02Wu009066@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <bsd.port.pre.mk> +.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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912222052.nBMKq0s9075218>