pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools/pkg_install/files



Module Name:    pkgsrc
Committed By:   obache
Date:           Sat Aug  3 11:45:14 UTC 2013

Modified Files:
        pkgsrc/pkgtools/pkg_install/files: configure configure.ac
        pkgsrc/pkgtools/pkg_install/files/admin: main.c

Log Message:
* BSD/OS and OSF/1 are also missing `z' modifier support for printf(3) format.
* bare `zu' modifier is used, it should be replaced with `PRIzu` instead.

Fixes crash with `pkg_admin rebuild' on platforms missing %z support,
PR pkg/48070.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/pkgtools/pkg_install/files/configure
cvs rdiff -u -r1.37 -r1.38 pkgsrc/pkgtools/pkg_install/files/configure.ac
cvs rdiff -u -r1.61 -r1.62 pkgsrc/pkgtools/pkg_install/files/admin/main.c

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