ports/185139: audio/aureal-kmod - add notice about unsupported FreeBSD versions
Volodymyr Kostyrko
arcade at b1t.name
Mon Dec 23 16:50:00 UTC 2013
>Number: 185139
>Category: ports
>Synopsis: audio/aureal-kmod - add notice about unsupported FreeBSD versions
>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: Mon Dec 23 16:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Volodymyr Kostyrko
>Release: ^/stable/10
>Organization:
none
>Environment:
FreeBSD ar1l0u 10.0-PRERELEASE FreeBSD 10.0-PRERELEASE #17 r259547M: Wed Dec 18 11:41:18 EET 2013 arcade at ar1l0u:/usr/obj/usr/src/sys/MINIMAL amd64
>Description:
There's no updates that would enable this module to build against recent kernel.
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
Index: Makefile
===================================================================
--- Makefile (revision 20887)
+++ Makefile (working copy)
@@ -39,6 +39,10 @@
EXTRA_PATCHES+= ${PATCHDIR}/extra_800000_patch-au88x0.c
.endif
+.if ${OSVERSION} >= 1000000
+BROKEN= hasn't been ported to FreeBSD 10 and later, patches welcome
+.endif
+
# Make sure kernel sources are present before going any further
.if ! exists(${SRC_BASE}/sys/dev/sound/pcm/sound.c)
IGNORE= you need to extract kernel source tree before building this package
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list