Subject: CVS commit: pkgsrc/audio/maplay
From: John Marino
Date: 2011-11-22 17:37:01
Message id: 20111122163702.12CE1175DD@cvs.netbsd.org

Log Message:
audio/maplay: Fix DragonFly breakage

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.

Files:
RevisionActionfile
1.22modifypkgsrc/audio/maplay/Makefile
1.9modifypkgsrc/audio/maplay/distinfo
1.5modifypkgsrc/audio/maplay/patches/patch-ac
1.4modifypkgsrc/audio/maplay/patches/patch-ah