pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/maplay



Module Name:    pkgsrc
Committed By:   marino
Date:           Tue Nov 22 16:37:01 UTC 2011

Modified Files:
        pkgsrc/audio/maplay: Makefile distinfo
        pkgsrc/audio/maplay/patches: patch-ac patch-ah

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.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/audio/maplay/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/audio/maplay/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/audio/maplay/patches/patch-ac
cvs rdiff -u -r1.3 -r1.4 pkgsrc/audio/maplay/patches/patch-ah

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index