ports/141904: [MAINTAINER] net/acx100 mark BROKEN on >= 900002
Alexey Shuvaev
shuvaev at physik.uni-wuerzburg.de
Tue Dec 22 21:00:02 UTC 2009
>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 at 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:
More information about the freebsd-ports-bugs
mailing list