summaryrefslogtreecommitdiff
path: root/audio/rat (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Unbreak with WITH_XORG= x11 xext sm iceMartin Matuska2007-07-301-12/+18
| | | | | | | | | | - Cleanup of USE_TK - Other small fixes Approved by: garga (mentor, implicit) Notes: svn path=/head/; revision=196734
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Use TCL/TK 8.4Martin Wilke2007-03-211-16/+14
| | | | | | | | PR: 110574 Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl> Notes: svn path=/head/; revision=187864
* Now appears to build on amd64Kris Kennaway2007-03-031-4/+0
| | | | Notes: svn path=/head/; revision=186446
* Fix build with gcc41Tilman Keskinoz2006-12-201-2/+6
| | | | | | | portlint Notes: svn path=/head/; revision=180287
* - Respect X11BASERong-En Fan2006-12-011-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=178427
* Fix breakage caused by time_t change.Tom Rhodes2006-01-012-0/+81
| | | | | | | Requested by: kris Notes: svn path=/head/; revision=152523
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149432
* Switch to <target>:: convention for both patch-autotools and run-autotools,Ade Lovett2005-11-191-1/+1
| | | | | | | | to allow for easier overriding of these targets by port Makefiles, if they need to. Notes: svn path=/head/; revision=148768
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* - Fix build on 5.xPav Lucistnik2004-11-042-4/+14
| | | | | | | | PR: ports/73528 Submitted by: Janos Mohacsi <janos.mohacsi@niif.hu> Notes: svn path=/head/; revision=120800
* BROKEN on 5.x: Does not compileKris Kennaway2004-09-261-0/+4
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=118421
* Tidy up whitespace.Trevor Johnson2004-04-101-1/+1
| | | | Notes: svn path=/head/; revision=106671
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* BROKEN on !i386: Does not compileKris Kennaway2004-02-251-0/+4
| | | | Notes: svn path=/head/; revision=102065
* Remove BROKEN tag; this port now compiles on 5.x.Kris Kennaway2004-02-181-4/+0
| | | | Notes: svn path=/head/; revision=101296
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Upgrade rat to version 4.2.25.Bill Fenner2004-02-025-33/+12
| | | | | | | | | | Depend on tcl/tk 8.3 (won't build out of the box with 8.4) Submitted by: overholt <overholt@GeekDude.Com> (tcl/tk 8.3 upgrade) PR: ports/52779 Notes: svn path=/head/; revision=99769
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* Add a dummy run-autotools target to pacify the new bsd.port.mk.Joe Marcus Clarke2004-01-191-0/+3
| | | | Notes: svn path=/head/; revision=98597
* Reset maintainer to ports@ due to maintainer's request -- he hasn'tMark Linimon2004-01-121-1/+1
| | | | | | | | had enough cycles for FreeBSD for a while. Thanks for your work in the past, and hope things calm down for you! Notes: svn path=/head/; revision=98011
* Move inclusion of bsd.port.pre.mk after definiton of all variables.Mark Linimon2003-10-291-1/+5
| | | | Notes: svn path=/head/; revision=92525
* Remove blank line to pacify portlint.Mark Linimon2003-10-221-1/+0
| | | | Notes: svn path=/head/; revision=91860
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Change of back-up location.Orion Hodson2003-01-201-3/+3
| | | | | | | PR: ports/46086 Notes: svn path=/head/; revision=73672
* 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. Notes: svn path=/head/; revision=72957
* Fix build on -current (machine/soundcard.h -> sys/soundcard.h)Kris Kennaway2002-09-082-0/+22
| | | | Notes: svn path=/head/; revision=65831
* Update to version 4.2.22.Orion Hodson2002-08-104-293/+8
| | | | Notes: svn path=/head/; revision=64335
* Sync to rat-4.2.20.Orion Hodson2002-02-249-168/+305
| | | | | | | Add newpcm patch for FreeBSD-4.4 upwards. Notes: svn path=/head/; revision=55205
* Fix for autoconfPatrick Li2002-01-271-2/+2
| | | | | | | | PR: 34227 Submitted by: Kazuyoshi Komine <komine@cc.meisei-u.ac.jp> Notes: svn path=/head/; revision=53812
* Remove patch-agMichael Haro2001-04-061-13/+0
| | | | | | | Submitted by: orion hodson <oh@btinternet.com> Notes: svn path=/head/; revision=40930
* Fix buildMichael Haro2001-04-062-10/+59
| | | | Notes: svn path=/head/; revision=40924
* Correct reversed patchMichael Haro2001-04-061-4/+4
| | | | Notes: svn path=/head/; revision=40923
* Remove empty fileMichael Haro2001-04-061-0/+0
| | | | Notes: svn path=/head/; revision=40922
* Update to 4.2.13Michael Haro2001-04-026-1085/+43
| | | | | | | | PR: 25520 Submitted by: Orion Hodson <oh@btinternet.com Notes: svn path=/head/; revision=40724
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-1/+1
| | | | Notes: svn path=/head/; revision=37252
* 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 Notes: svn path=/head/; revision=34649
* Add PORTREVISION=1 to reflect the changed behaviour by the previousMunechika SUMIKAWA2000-09-211-0/+1
| | | | | | | | | commiting. Noticed by: kris Notes: svn path=/head/; revision=32944
* Enable IPv6.Munechika SUMIKAWA2000-09-213-39/+71
| | | | | | | | PR: 21445 Submitted by: maintainer Notes: svn path=/head/; revision=32941
* The port was suffering bit rot deriving from differences between theAde Lovett2000-09-189-50/+1121
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=32813
* Remove extraneous directories on deinstallKris Kennaway2000-07-031-0/+2
| | | | | | | Noticed by: bento Notes: svn path=/head/; revision=30147
* Move the stragler's www.freebsd.org/~user distfiles to the officalDavid E. O'Brien2000-06-291-1/+2
| | | | | | | MASTER_SITE_LOCAL site. Notes: svn path=/head/; revision=29968
* Convert to PORTNAME/PORTVERSION.Satoshi Asami2000-04-141-2/+2
| | | | Notes: svn path=/head/; revision=27512
* Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,Peter Wemm2000-02-081-1/+1
| | | | | | | | | as the days of the former are numbered. Reviewed by: asami Notes: svn path=/head/; revision=25584
* Remove 'ipv6' from CATEGORIES, because this port support IPv4 only nowMunechika SUMIKAWA2000-01-261-1/+1
| | | | | | | though the common librariy uses IPv6-related defines. Notes: svn path=/head/; revision=25099
* fix building error on FreeBSD-current.Munechika SUMIKAWA2000-01-252-1/+14
| | | | | | | | | now this port supports IPv6. Reviewed by: maintainer Notes: svn path=/head/; revision=25051
* Need to #include sys/signal.h earlier so this builds again on -current.Steve Price1999-11-281-0/+10
| | | | Notes: svn path=/head/; revision=23469
* Update to version Tk version 8.2.Steve Price1999-11-282-3/+3
| | | | | | | Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=23468
* Mirror the distfile in ~cpiazza/distfiles, the main server is downChris Piazza1999-09-081-1/+2
| | | | | | | | | | for at least an hour every day for backups etc. PR: 13611 Requested by: maintainer Notes: svn path=/head/; revision=21446
* Fix a filename which contains an explicit version number.Roger Hardiman1999-09-081-1/+1
| | | | Notes: svn path=/head/; revision=21413