summaryrefslogtreecommitdiff
path: root/audio/maplay/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2012-02-05Remove '-m486' from COMPILERFLAGS, its not a g++ flag.sbd1-2/+2
2011-11-22Unconditionalize the DragonFly patches for newer c++.wiz1-8/+10
Use patches instead of sed. Set LICENSE while here.
2011-11-22audio/maplay: Fix DragonFly breakagemarino1-3/+3
This package has been broken at least since DragonFly moved to gcc44 for their base compiler. The previously deprecated "-m486" is no longer recognized, but the -march defaults to i486 now anyway, so this switch is no longer required. GCC 4.4 got rid of the iostream and iomanip backwards compatibility, so trying to include these headers is another source of breakage. While probably correct for all platforms, this commit conservatively only changes the build process for DragonFly since maplay apparently is building okay on NetBSD. No PKGREVISION bump is required.
2011-08-29main() needs a return type in clang-land.dholland1-2/+2
2009-07-07user-destdir supportjoerg1-2/+2
2005-12-11Add DragonFly support.joerg1-2/+2
2005-02-23Add RMD160 digests to the SHA1 ones.agc1-1/+2
2004-01-18Fix compilation on -current (gcc3 issues).mrauch1-7/+7
Use the original master tarball, not a copy from somewhere which isn't reachable any longer.
2002-06-27Fix a compilation problem on 1.6 and above.agc1-5/+16
Split patch files out into one file per patch-file.
2001-04-18Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-0/+7
+ move the patch digest/checksum values from files/patch-sum to distinfo