Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id 7FDFB63B99A for ; Sun, 27 Jul 2008 16:22:55 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 3B6AC63B287; Sun, 27 Jul 2008 16:22:55 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe25:eab4]) by mail.netbsd.org (Postfix) with ESMTP id 0DEA363B286 for ; Sun, 27 Jul 2008 16:22:53 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id BB97B175D0; Sun, 27 Jul 2008 16:22:53 +0000 (UTC) From: Joerg Sonnenberger Subject: CVS commit: [pkg_install-renovation] pkgsrc/pkgtools/pkg_install/files To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org Message-Id: <20080727162253.BB97B175D0@cvs.netbsd.org> Date: Sun, 27 Jul 2008 16:22:53 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: joerg Date: Sun Jul 27 16:22:53 UTC 2008 Modified Files: pkgsrc/pkgtools/pkg_install/files/admin [pkg_install-renovation]: audit.c pkgsrc/pkgtools/pkg_install/files/lib [pkg_install-renovation]: version.h Log Message: pkg_install-20080727: When using the libnbcompat version of getopt, make sure to not use optind = 0. For GNU getopt compatibility, it does a partial reset. This fixes PR 39181. To generate a diff of this commit: cvs rdiff -r1.8.2.1 -r1.8.2.2 pkgsrc/pkgtools/pkg_install/files/admin/audit.c cvs rdiff -r1.102.2.9 -r1.102.2.10 \ pkgsrc/pkgtools/pkg_install/files/lib/version.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.