aboutsummaryrefslogtreecommitdiffstats
path: root/audio/xmms-tfmx
Commit message (Collapse)AuthorAgeFilesLines
* Update to version 0.5krion2004-07-264-28/+12
| | | | | PR: ports/69576 Submitted by: Ports Fury
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-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
* 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.
* Use PLIST_FILES.trevor2004-02-062-1/+1
| | | | Reviewed by: marcus
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 2)
* Add SIZE.trevor2004-01-281-0/+1
|
* chase lib version change of multimedia/xmmsedwin2003-09-081-1/+1
| | | | | PR: ports/56505 Submitted by: Espen Skoglund <esk@ira.uka.de>
* Fix gcc 3.3 compile failure.naddy2003-07-301-0/+19
| | | | Submitted by: Simon Barner <barner@in.tum.de>
* Remove the USE_GNOMENG macro.marcus2003-04-081-1/+0
|
* De-pkg-comment.knu2003-02-212-1/+1
|
* After repo copy from graphics category, update all appropriatelioux2002-11-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | dependency references from both audio and graphics to multimedia category. audio/xmms --> multimedia/xmms graphics/avifile --> multimedia/avifile graphics/divx4linux --> multimedia/divx4linux graphics/ffmpeg --> multimedia/ffmpeg graphics/libdv --> multimedia/libdv graphics/libdvdcss --> multimedia/libdvdcss graphics/libdvdread --> multimedia/libdvdread graphics/libmpeg2 --> multimedia/libmpeg2 graphics/linux-realplayer --> multimedia/linux-realplayer graphics/mjpegtools --> multimedia/mjpegtools graphics/mplayer --> multimedia/mplayer graphics/mplayer-fonts --> multimedia/mplayer-fonts graphics/openquicktime --> multimedia/openquicktime graphics/win32-codecs --> multimedia/win32-codecs Repo copied by: joe (cvs hat) Approved by: knu (portmgr hat)
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
| | | | Approved by: pat
* Use USE_GNOMENG.marcus2002-08-311-1/+2
| | | | | PR: 42232 Submitted by: Edwin Groothuis <edwin@mavetju.org>
* Master site updates: www.freenix.no => atreides.freenix.no for theseanders2002-03-151-1/+1
| | | | files.
* Chase xmms shared library version bump.sobomax2002-01-141-1/+1
|
* Set maintainer to ports@FreeBSD.orgpetef2001-10-071-1/+1
| | | | Submitted by: Anders Nordby <anders@fix.no> (previous maintainer)
* Chase increased version number of libxmms.sobomax2001-06-211-1/+1
|
* Remove broken and slow master sites, add one new.ijliao2001-05-262-4/+5
| | | | | | | | Set WWW reference to www.xmms.org, as that is the only semi reliable place to find information about this particular plugin currently. PR: 27646 Submitted by: maintainer
* Update to 0.3kevlo2000-12-042-3/+4
| | | | | PR: 23243 Submitted by: MAINTAINER
* Implement USE_GTK, part 1.reg2000-10-051-5/+3
|
* Add xmms-tfmx, a tfmx plugin for xmms.nbm2000-08-055-0/+33
PR: ports/18726 Submitted by: Anders Nordby <anders@fix.no>