summaryrefslogtreecommitdiffstats
path: root/mbone/rat
Commit message (Collapse)AuthorAgeFilesLines
* Fix build with gcc41arved2006-12-201-2/+6
| | | | portlint
* - Respect X11BASErafan2006-12-011-0/+2
| | | | Reported by: pointyhat
* Fix breakage caused by time_t change.trhodes2006-01-012-0/+81
| | | | Requested by: kris
* - Add SHA256pav2005-11-251-0/+1
|
* Switch to <target>:: convention for both patch-autotools and run-autotools,ade2005-11-191-1/+1
| | | | | to allow for easier overriding of these targets by port Makefiles, if they need to.
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-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.
* - Fix build on 5.xpav2004-11-042-4/+14
| | | | | PR: ports/73528 Submitted by: Janos Mohacsi <janos.mohacsi@niif.hu>
* BROKEN on 5.x: Does not compilekris2004-09-261-0/+4
| | | | Approved by: portmgr (self)
* Tidy up whitespace.trevor2004-04-101-1/+1
|
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-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.
* BROKEN on !i386: Does not compilekris2004-02-251-0/+4
|
* Remove BROKEN tag; this port now compiles on 5.x.kris2004-02-181-4/+0
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 1)
* Upgrade rat to version 4.2.25.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
* SIZEify.trevor2004-01-291-0/+1
|
* Add a dummy run-autotools target to pacify the new bsd.port.mk.marcus2004-01-191-0/+3
|
* Reset maintainer to ports@ due to maintainer's request -- he hasn'tlinimon2004-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!
* Move inclusion of bsd.port.pre.mk after definiton of all variables.linimon2003-10-291-1/+5
|
* Remove blank line to pacify portlint.linimon2003-10-221-1/+0
|
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Change of back-up location.orion2003-01-201-3/+3
| | | | PR: ports/46086
* Partially fix build on sparc64 (Don't need to prototype inet_ntopkris2003-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)kris2002-09-082-0/+22
|
* Update to version 4.2.22.orion2002-08-104-293/+8
|
* Sync to rat-4.2.20.orion2002-02-249-168/+305
| | | | Add newpcm patch for FreeBSD-4.4 upwards.
* Fix for autoconfpat2002-01-271-2/+2
| | | | | PR: 34227 Submitted by: Kazuyoshi Komine <komine@cc.meisei-u.ac.jp>
* Remove patch-agmharo2001-04-061-13/+0
| | | | Submitted by: orion hodson <oh@btinternet.com>
* Fix buildmharo2001-04-062-10/+59
|
* Correct reversed patchmharo2001-04-061-4/+4
|
* Remove empty filemharo2001-04-061-0/+0
|
* Update to 4.2.13mharo2001-04-026-1085/+43
| | | | | PR: 25520 Submitted by: Orion Hodson <oh@btinternet.com
* Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-161-1/+1
|
* newpcm reports the mixer vol control as an input, but it is an outputsobomax2000-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
* Add PORTREVISION=1 to reflect the changed behaviour by the previoussumikawa2000-09-211-0/+1
| | | | | | commiting. Noticed by: kris
* Enable IPv6.sumikawa2000-09-213-39/+71
| | | | | PR: 21445 Submitted by: maintainer
* The port was suffering bit rot deriving from differences between theade2000-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
* Remove extraneous directories on deinstallkris2000-07-031-0/+2
| | | | Noticed by: bento
* Move the stragler's www.freebsd.org/~user distfiles to the officalobrien2000-06-291-1/+2
| | | | MASTER_SITE_LOCAL site.
* Convert to PORTNAME/PORTVERSION.asami2000-04-141-2/+2
|
* Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,peter2000-02-081-1/+1
| | | | | | as the days of the former are numbered. Reviewed by: asami
* Remove 'ipv6' from CATEGORIES, because this port support IPv4 only nowsumikawa2000-01-261-1/+1
| | | | though the common librariy uses IPv6-related defines.
* fix building error on FreeBSD-current.sumikawa2000-01-252-1/+14
| | | | | | now this port supports IPv6. Reviewed by: maintainer
* Need to #include sys/signal.h earlier so this builds again on -current.steve1999-11-281-0/+10
|
* Update to version Tk version 8.2.steve1999-11-282-3/+3
| | | | Submitted by: Ade Lovett <ade@lovett.com>
* Mirror the distfile in ~cpiazza/distfiles, the main server is downcpiazza1999-09-081-1/+2
| | | | | | | for at least an hour every day for backups etc. PR: 13611 Requested by: maintainer
* Fix a filename which contains an explicit version number.roger1999-09-081-1/+1
|
* Oops, I forgot about Id -> FreeBSD.fenner1999-09-041-1/+1
|
* Forgot to update descriptions before importing, oops.fenner1999-09-042-3/+9
|
* The UCL Robust Audio Tool.fenner1999-09-047-0/+68
PR: ports/12535 Submitted by: O.Hodson@cs.ucl.ac.uk
OpenPOWER on IntegriCloud