pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/48070 CVS commit: pkgsrc/pkgtools/pkg_install/files
The following reply was made to PR pkg/48070; it has been noted by GNATS.
From: "OBATA Akio" <obache%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/48070 CVS commit: pkgsrc/pkgtools/pkg_install/files
Date: Sat, 3 Aug 2013 11:45:14 +0000
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