Summary: | [PATCH] Fix port: audio/oss panics on 9+ if sound built into kernel | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Chris Rees <crees> | ||||
Component: | Individual Port(s) | Assignee: | Jung-uk Kim <jkim> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
See Also: | https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240200 | ||||||
Attachments: |
|
Description
Chris Rees
![]() ![]() Responsible Changed From-To: freebsd-ports-bugs->jkim Over to maintainer (via the GNATS Auto Assign Tool) Oops... somehow regenerated patch had wrong pathnames! New patch (that works :) Chris http://www.bayofrum.net/~crees/patches/oss-dont-clobber-dev.diff jkim 2012-01-31 21:03:22 UTC FreeBSD ports repository Modified files: audio/oss Makefile audio/oss/files patch-kernel-OS-FreeBSD-os_freebsd.c Log: - Do not allow loading osscore when sound(4) is loaded. [1] - Make portlint little happier. PR: ports/164567 [1] Submitted by: crees (initial version) [1] Revision Changes Path 1.45 +3 -2 ports/audio/oss/Makefile 1.11 +42 -3 ports/audio/oss/files/patch-kernel-OS-FreeBSD-os_freebsd.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" State Changed From-To: open->closed A slightly different version was committed. Thanks! |