From owner-freebsd-ports Sat Jan 20 3:10:21 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 327BE37B404 for ; Sat, 20 Jan 2001 03:10:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0KBA3a81483; Sat, 20 Jan 2001 03:10:03 -0800 (PST) (envelope-from gnats) Received: from wint.itfs.nsk.su (wint.itfs.nsk.su [212.20.32.43]) by hub.freebsd.org (Postfix) with ESMTP id C654E37B6A3 for ; Sat, 20 Jan 2001 03:08:58 -0800 (PST) Received: (from nnd@localhost) by wint.itfs.nsk.su (8.11.1/8.11.1) id f0KB8rt52974; Sat, 20 Jan 2001 17:08:53 +0600 (NOVT) (envelope-from nnd) Message-Id: <200101201108.f0KB8rt52974@wint.itfs.nsk.su> Date: Sat, 20 Jan 2001 17:08:53 +0600 (NOVT) From: nnd@mail.nsk.ru Reply-To: nnd@mail.nsk.ru To: FreeBSD-gnats-submit@freebsd.org Cc: matey@cis.ohio-state.edu X-Send-Pr-Version: 3.113 Subject: ports/24478: Un-broke the 'ports/audio/aureal-kmod' port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 24478 >Category: ports >Synopsis: Un-broke the 'ports/audio/aureal-kmod' port >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jan 20 03:10:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Nickolay Dudorov >Release: FreeBSD 5.0-CURRENT i386 >Organization: STE Infoteka >Environment: System: FreeBSD wint.itfs.nsk.su 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sat Jan 20 11:20:11 NOVT 2001 nnd@wint.itfs.nsk.su:/usr/obj/usr/src/sys/WINTS i386 >Description: After the next commit ================================================================ peter 2001/01/19 01:57:30 PST Modified files: sys/alpha/alpha ipl_funcs.c sys/i386/isa ipl.s sys/i386/include asnames.h sys/ia64/ia64 ipl_funcs.c sys/kern kern_intr.c sys/sys systm.h Log: Remove the static splXXX functions and replace them by static __inline stubs. Remove the xxx_imask variables which have been all but gone for a while. ================================================================ kernel modules builded by 'ports/audio/aureal-kmod' can not be 'kldload'ed with the diagnostics: "link_elf: symbol spltty undefined" >How-To-Repeat: Try to kldload any of the said modules on the -current after the commit above. >Fix: Applay the next patch to the 'ports/audio/aureal-kmod' Index: files/patch-au88x0.c =================================================================== RCS file: /scratch/CVS/ports/audio/aureal-kmod/files/patch-au88x0.c,v retrieving revision 1.1 diff -b -u -r1.1 patch-au88x0.c --- files/patch-au88x0.c 2001/01/15 17:42:46 1.1 +++ files/patch-au88x0.c 2001/01/20 10:45:38 @@ -3,12 +3,13 @@ --- au88x0.c.orig Mon Jan 15 18:44:49 2001 +++ au88x0.c Mon Jan 15 18:44:49 2001 -@@ -32,7 +32,7 @@ +@@ -32,7 +32,8 @@ */ #include -#include +#include "au88x0.h" ++#include #include #include >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message