summaryrefslogtreecommitdiff
path: root/audio/rat/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Partially fix build on sparc64 (Don't need to prototype inet_ntopKris Kennaway2003-01-121-0/+13
| | | | or inet_pton). This is still broken due to a fatal warning.
* Fix build on -current (machine/soundcard.h -> sys/soundcard.h)Kris Kennaway2002-09-082-0/+22
|
* Update to version 4.2.22.Orion Hodson2002-08-101-286/+0
|
* Sync to rat-4.2.20.Orion Hodson2002-02-246-153/+286
| | | | Add newpcm patch for FreeBSD-4.4 upwards.
* Remove patch-agMichael Haro2001-04-061-13/+0
| | | | Submitted by: orion hodson <oh@btinternet.com>
* Fix buildMichael Haro2001-04-061-2/+54
|
* Correct reversed patchMichael Haro2001-04-061-4/+4
|
* Remove empty fileMichael Haro2001-04-061-0/+0
|
* Update to 4.2.13Michael Haro2001-04-023-1080/+37
| | | | | PR: 25520 Submitted by: Orion Hodson <oh@btinternet.com
* newpcm reports the mixer vol control as an input, but it is an outputMaxim Sobolev2000-11-021-0/+20
| | | | | | | | | | control. There are some configurations of rat that will set vol to zero thinking it's an input, resulting in the user not hearing audio being received. This patch removes vol from the driver reported inputs. PR: 22082 Submitted by: maintainer
* Enable IPv6.Munechika SUMIKAWA2000-09-212-35/+61
| | | | | PR: 21445 Submitted by: maintainer
* The port was suffering bit rot deriving from differences between theAde Lovett2000-09-186-41/+1106
| | | | | | | | | previous pcm driver and newpcm. This replacement port adds newpcm mixer support and brings port up to date with the current rat release (4.2.9). PR: 21333 Submitted by: maintainer
* fix building error on FreeBSD-current.Munechika SUMIKAWA2000-01-251-0/+13
| | | | | | now this port supports IPv6. Reviewed by: maintainer
* Need to #include sys/signal.h earlier so this builds again on -current.Steve Price1999-11-281-0/+10
|
* Update to version Tk version 8.2.Steve Price1999-11-281-2/+2
| | | | Submitted by: Ade Lovett <ade@lovett.com>
* The UCL Robust Audio Tool.Bill Fenner1999-09-042-0/+23
PR: ports/12535 Submitted by: O.Hodson@cs.ucl.ac.uk