Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 840EC7AAA2 for ; Sat, 11 Jun 2016 21:26:20 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3502E85F4F; Sat, 11 Jun 2016 21:26:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B649D85F0C for ; Sat, 11 Jun 2016 21:26:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id vatnUshxr8f0 for ; Sat, 11 Jun 2016 21:26:19 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5F63E85E13 for ; Sat, 11 Jun 2016 21:26:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5A0EDFBB5; Sat, 11 Jun 2016 21:26:19 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 11 Jun 2016 21:26:19 +0000 From: "David A. Holland" Subject: CVS commit: pkgsrc/pkgtools/pkg_filecheck To: pkgsrc-changes@NetBSD.org Reply-To: dholland@netbsd.org X-Mailer: log_accum Message-Id: <20160611212619.5A0EDFBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: dholland Date: Sat Jun 11 21:26:19 UTC 2016 Modified Files: pkgsrc/pkgtools/pkg_filecheck: Makefile pkgsrc/pkgtools/pkg_filecheck/files: pkg_filecheck.c Log Message: Add patch from Tim Zingelman in PR 46421 to make it work on machines whose libdb is not the db-1.85 that's in the libc of 4.4 derivates. Since this program reads the package database it must use the same libdb as pkg_install, and that's the one in libnbcompat rather than the one you get from bdb.buildlink3.mk. Bump PKGREVISION to 5. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 pkgsrc/pkgtools/pkg_filecheck/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/pkgtools/pkg_filecheck/files/pkg_filecheck.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.