CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2012/12/11 04:01:31
Modified files:
converters/mpack: Makefile distinfo
converters/mpack/patches: patch-decode_c patch-encode_c
patch-magic_c patch-unixos_c
patch-unixpk_c
Added files:
converters/mpack/patches: patch-uudecode_c
Log message:
- fix unpacking of multiple parts (from Gentoo, possibly via FreeBSD).
- recognise PNG files and set appropriate mime type (from FreeBSD).
- remove botched mkstemp() conversion which broke mpack(1);
a proper mkstemp conversion is intrusive.
- use some additional XXXX in the temporary filename.
- let this build with CLang scan-build.