summaryrefslogtreecommitdiff
path: root/audio/sdl_mixer (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Whitespace-only:Maxim Sobolev2000-11-011-2/+2
| | | | | | | Make indentation uniform across my ports. Notes: svn path=/head/; revision=34558
* Remove --buld ltconfig option hacks. Please don't forget to update your libtoolMaxim Sobolev2000-09-251-9/+0
| | | | | | | installation. Notes: svn path=/head/; revision=33093
* Back out previous commit - I erroneously replaced this file with older version.Maxim Sobolev2000-08-151-1/+1
| | | | Notes: svn path=/head/; revision=31653
* Update to 1.0.6.Maxim Sobolev2000-08-156-20/+29
| | | | | | | | | | Several fixes/cleanups: - add previously missed INSTALLS_SHLIB; - libtoolize; - remove redundant newline at the end of PLIST. Notes: svn path=/head/; revision=31652
* Make these COMMENT files conform to Handbook standard.Will Andrews2000-08-111-1/+1
| | | | | | | | PR: 20269 Submitted by: Ports Fury Notes: svn path=/head/; revision=31525
* 's|sobomax@altavista.net|sobomax@FreeBSD.org|'Maxim Sobolev2000-05-171-2/+2
| | | | Notes: svn path=/head/; revision=28515
* Fix Makefile mistake that resulted from my use of an old smpeg library.Will Andrews2000-04-251-1/+1
| | | | Notes: svn path=/head/; revision=28011
* Add SDL_mixer, an audio library based on SDL 1.1.Will Andrews2000-04-2510-0/+176
PR: 18190 Submitted by: Maxim Sobolev <sobomax@altavista.net> Notes: svn path=/head/; revision=28007