summaryrefslogtreecommitdiffstats
path: root/audio/x11amp
Commit message (Collapse)AuthorAgeFilesLines
* Reset maintainer to ports@FreeBSD.orgskv2005-03-171-1/+1
| | | | Approved by: portmgr (krion)
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
* - Update WWWpav2004-05-291-1/+1
|
* SIZEify (maintainer timeout)trevor2004-03-311-0/+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.
* Fix the bus error on close by clearing the playlist prior to cleaningmarcel2004-02-261-0/+12
| | | | | | | | up the plugins. PR: ports/56512 Submitted by: Mario Freitas <sub_0@netcabo.pt> Pointed out by: Joseph Scott <joseph@randomnetworks.com>
* Fix build on 5.x, where gcc3 doesn't like strings to be multi-line.marcel2004-02-253-4/+29
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 2)
* BROKEN on 5.x: does not compilekris2003-10-151-1/+7
|
* Remove the USE_GNOMENG macro.marcus2003-04-081-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.
* Fix build on -current (machine/soundcard.h -> sys/soundcard.h)kris2002-09-081-0/+14
|
* Use USE_GNOMENG.marcus2002-08-311-3/+2
| | | | | PR: 42232 Submitted by: Edwin Groothuis <edwin@mavetju.org>
* Update to 0.9.b1.1 (maintainer timeout).sobomax2001-12-1117-31/+645
| | | | Submitted by: Harald Schmalzbauer <H.Schmalzbauer@belenus.com>
* update with the new PORTNAME/PORTVERSION variablesmharo2000-04-081-3/+3
|
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-2/+2
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Wisten, to the SWwound, of a Whole new WOOhoek1999-05-021-3/+4
| | | | | | | | | [CheeriWOs!] Wisten, to the SWwound, of a Whole new WOO [CheeriWOs!] [ie. Add WWW:, and periodic misc legibalizificatings]
* Upgrade to version 0.8, also removing the dependency on OSS. Thisjkh1998-12-114-19/+31
| | | | now works fine with the standard audio driver as well.
* Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or changeasami1998-11-141-6/+8
| | | | | shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts instead of adding it to PKG_FLAGS after bsd.port.mk.
* Don't strip binary in ELF install.steve1998-09-281-1/+5
|
* Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) orasami1998-08-051-2/+2
| | | | | 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly.
* Spelling and grammar police. This commit brought to you by themph1998-08-041-1/+1
| | | | letter "A".
* Fix a couple of braino's from the last commit.dburr1998-07-131-3/+3
|
* Import of new port audio/x11amp, a GUI MP3 player with a reallydburr1998-07-135-0/+40
nice interface.
OpenPOWER on IntegriCloud