I have updated the patches against newer ports:
http://people.freebsd.org/~jkim/oss-cddl-4.0-build1004.diff
I have to warn you that some things are purely guess work. Someone from 4Front should take a look at it.
Search found 3 matches
- Mon Jul 16, 2007 7:07 pm
- Forum: BSD
- Topic: OSS 4.0 and recent -CURRENT
- Replies: 14
- Views: 45611
- Thu Jul 12, 2007 10:32 pm
- Forum: BSD
- Topic: OSS 4.0 and recent -CURRENT
- Replies: 14
- Views: 45611
I have found another bug. Since they added license type in the version string, it started overflowing the buffer. 'Bad things' may happen when version string is copied with ioctl(SNDCTL_SYSINFO). The following patch fixes the problem: --- setup/setupdir.sh.orig 2007-06-27 17:13:23.000000000 -0400 ++...
- Thu Jul 12, 2007 8:27 pm
- Forum: BSD
- Topic: OSS 4.0 and recent -CURRENT
- Replies: 14
- Views: 45611
FYI, I have submitted similar patches to FreeBSD port maintainer and it is now committed: http://docs.freebsd.org/cgi/mid.cgi?200707121840.l6CIed6e086062 I have little more intrusive patch here: http://people.freebsd.org/~jkim/oss-gpl-4.0-build1003.diff I did not perform thorough tests but it seems ...