aboutsummaryrefslogtreecommitdiffstats
path: root/audio/libmikmod
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* 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
* - Update to version 3.1.11krion2004-04-092-10/+8
| | | | | | PR: ports/64851 Submitted by: Ports Fury Approved by: maintainer
* Add size data, approved by maintainers.trevor2004-03-191-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.
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 2)
* - Update master sites, website urlpav2003-12-042-3/+3
| | | | | | | | - Give maintainership to submitter PR: ports/59691 Submitted by: David Le Brun <daviddyn-ns.net@da-quirk.org> Approved by: adamw (mentor)
* don't forget to bump the revision, it's important enough under -current.edwin2003-09-081-0/+1
|
* Properly replace all -pthread occurances to make it working onedwin2003-09-081-4/+7
| | | | -current with the new gcc.
* Utilize INFOkris2003-08-162-4/+2
|
* Remove the patch for config.sub to teach it about ia64. We now have amarcel2003-07-111-11/+0
| | | | centralized solution.
* Teach configure about ia64.marcel2003-06-191-0/+11
|
* 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
* Force libtool script to be executed by /bin/sh, not "whatever shellkris2002-08-241-0/+1
| | | | | | | you are currently running", which doesn't work too well if it happens to be e.g. csh. Noticed by: bento
* * Use USE_GNOMENGmarcus2002-08-221-5/+8
| | | | | | * Re-add dependency on gmake to fix build problems PR: 41845 and 41877
* * Optionalize esound. Suggested by:naddy2002-08-171-3/+11
| | | | | | | PR: 41594 Submitted by: Brad Laue <brad@brad-x.com> * Remove unneeded gmake dependency.
* PERL -> REINPLACE_CMDijliao2002-07-081-1/+2
| | | | | PR: 39283 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
* Update to 3.1.10pat2002-03-074-62/+13
| | | | | PR: 35613 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Update MASTER_SITES and WWW: to libmikmod's new home.petef2001-12-292-2/+2
| | | | | PR: 33284 Submitted by: Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>
* The project has moved to the new location - update MASTER_SITES and WWW.sobomax2001-04-192-2/+3
|
* Move MASTER_SITES to MASTER_SITE_LOCAL since original distfile lookssada2001-04-181-3/+2
| | | | disappeared and MASTER_SITE_SUNSITE are not in good condition.
* -pthread --> ${PTHREAD_LIBS}sobomax2001-03-301-1/+1
| | | | | | | -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly.
* o add MASTER_SITE_SUNSITE to MASTER_SITES.sf2001-03-132-6/+8
| | | | | | | o get rid of version number from pkg-descr. PR: 25744 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* disown this portmharo2001-03-081-1/+1
|
* Implement WANT_ESOUND, USE_ESOUND.reg2000-10-051-2/+1
|
* Patch configure to use -pthread instead of -lpthread.sobomax2000-08-151-0/+3
|
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-171-1/+1
| | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
* Fourth round of INSTALLS_SHLIBS conversion.sobomax2000-06-162-2/+1
|
* Get rid of those zero-sized `music.raw' files, known to anyone usingsobomax2000-05-291-0/+32
| | | | libmikmod or any software based on it.
* remove a.out supportmharo2000-04-171-2/+2
|
* update with the new PORTNAME/PORTVERSION variablesmharo2000-04-091-2/+2
|
* update to 3.1.9mharo2000-03-084-18/+19
|
* reword and update WWWmharo2000-02-241-3/+5
|
* use -pthread instead of -lc_rmharo2000-01-291-0/+41
|
* use -pthread instead of -lc_r and other minor changesmharo2000-01-291-6/+4
| | | | Submitted by: reg
* update to 3.1.8mharo2000-01-022-3/+3
| | | | | PR: 14611 Submitted by: Will Andrews <andrews@technologist.com>
* Use updated esound library.nakai1999-10-081-1/+1
|
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Update libmikmodmharo1999-07-043-7/+7
| | | | | Submitted by: Douglas Carmichael dcarmich@xnet.com PR Number: 12454
* Update mastersitemharo1999-06-231-2/+3
| | | | Noticed by: fenner distfile survey
* Looks like they updated the distfile w/o updating the version.mharo1999-06-056-9/+23
| | | | Some changes stolen from yoshiaki@kt.rim.or.jp
* USE_LIBTOOL=yes after upgrade to libtool port.steve1999-05-292-15/+4
| | | | | PR: 11854 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Add WWW:mharo1999-05-061-1/+1
|
* Library required for latest version of mikmod. Possibly also usedmharo1999-05-065-0/+53
by other ports. PR: 11082 Submitted by: me