pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/palmosemulator



Module Name:    pkgsrc
Committed By:   dsainty
Date:           Tue Apr  6 04:36:00 UTC 2010

Modified Files:
        pkgsrc/emulators/palmosemulator: Makefile distinfo
Added Files:
        pkgsrc/emulators/palmosemulator/patches: patch-as

Log Message:
Casts to va_list are forbidden by ISO C++.  Even if everything works as
intended, the format string parser that generates the va_list does not support
all formatting characters.

Make this code portable by failing to parse any format string at all, not just
the ones that aren't fully supported.

Bump PKGREVISION for the functional change, though this code is probably
generally unused anyway.  Unmark as BROKEN and NOT_FOR_PLATFORM - I think all
uses of va_list casts are inhibited.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/emulators/palmosemulator/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/emulators/palmosemulator/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/emulators/palmosemulator/patches/patch-as

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