aboutsummaryrefslogtreecommitdiffstats
path: root/audio/xmp
Commit message (Collapse)AuthorAgeFilesLines
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* [patch] cleanup non-supported FreeBSD versionsedwin2007-05-021-20/+8
| | | | | | PR: ports/111698 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: maintainer timeout
* Remove USE_REINPLACE from ports in categories starting with A.edwin2006-05-031-1/+0
|
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.ade2006-03-071-1/+1
| | | | | Discussed with: kris Approved by: portmgr (implicit)
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* 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.
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* Take back maintainership.anders2005-02-162-4/+3
| | | | Unbreak & fix incomplete pkg-plist.
* BROKEN: Incomplete pkg-plistkris2005-02-131-0/+2
|
* - Fix botched local patch which was breaking compilation with esoundpav2004-11-212-7/+6
| | | | | PR: ports/74128 Reported by: Michael C. Shultz <ringworm@inbox.lv>
* BROKEN on 5.x: Does not compilekris2004-11-191-0/+4
|
* - Fix build on -current after gcc 3.3 importijliao2004-09-243-5/+27
| | | | | | PR: 71875, 71886 Submitted by: Ports Fury Approved by: portmgr (marcus)
* 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 build on AMD64krion2004-02-091-1/+1
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 2)
* Add SIZE.trevor2004-01-281-0/+1
|
* Fixed broken build with xmms dependiency installed on the system.edwin2003-10-034-0/+95
| | | | | | | | Fixed broken build with xmms dependiency installed on the system. PR: ports/56679 Submitted by: YazzY <yazzy@yazzy.org>
* Remove the USE_GNOMENG macro.marcus2003-04-081-1/+0
|
* De-pkg-comment.knu2003-02-212-1/+1
|
* 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-4/+7
| | | | | PR: 42232 Submitted by: Edwin Groothuis <edwin@mavetju.org>
* PERL -> REINPLACE_CMDijliao2002-07-081-1/+2
| | | | | PR: 39283 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
* Master/WWW site moved to SourceForge - update URL.anders2001-12-092-4/+3
|
* Set maintainer to ports@FreeBSD.orgpetef2001-10-071-1/+1
| | | | Submitted by: Anders Nordby <anders@fix.no> (previous maintainer)
* Use esound on Alpha instead of using the xmp oss drivermharo2001-05-011-1/+1
| | | | | PR: 26964 Submitted by: maintainer
* Fix build.roam2001-04-172-1/+45
| | | | | PR: 26439 Submitted by: maintainer
* Update to version 2.0.4.steve2001-02-264-19/+15
| | | | | PR: 25001 Submitted by: maintainer
* Upgrade to 2.0.3kevlo2001-01-024-15/+13
| | | | | PR: 24009 Submitted by: MAINTAINER
* Update to 2.0.2ade2000-09-1710-64/+121
| | | | | PR: 20416 Submitted by: Ports Fury
* update with the new PORTNAME/PORTVERSION variablesmharo2000-04-091-2/+2
|
* Update port to 2.0.1jedgar2000-03-212-6/+6
| | | | | PR: 17323 Submitted by: Maintainer
* add trailling / to WWWmharo2000-02-242-2/+1
| | | | remove PKGNAME since DISTNAME == PKGNAME
* Update port from 2.0.0-pre to 2.0.0jedgar2000-02-132-2/+2
| | | | | PR: 16696 Submitted by: Maintainer
* Import of xmp.cpiazza1999-09-198-0/+108
Xmp is the "eXtended Module Player". It supports many of the Amiga and PC module formats -- currently 47 of them and runs with little system load. PR: 13805 Submitted by: Anders Nordby <anders@fix.no>