pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_filecheck Make sure pkg_filecheck uses db...
details: https://anonhg.NetBSD.org/pkgsrc/rev/49fad7f7817f
branches: trunk
changeset: 525387:49fad7f7817f
user: tonio <tonio%pkgsrc.org@localhost>
date: Fri Feb 16 22:57:09 2007 +0000
description:
Make sure pkg_filecheck uses db185 api
diffstat:
pkgtools/pkg_filecheck/Makefile | 4 ++--
pkgtools/pkg_filecheck/files/pkg_filecheck.c | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (32 lines):
diff -r 80a9713d557a -r 49fad7f7817f pkgtools/pkg_filecheck/Makefile
--- a/pkgtools/pkg_filecheck/Makefile Fri Feb 16 22:29:40 2007 +0000
+++ b/pkgtools/pkg_filecheck/Makefile Fri Feb 16 22:57:09 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.24 2006/10/24 19:23:38 rillig Exp $
+# $NetBSD: Makefile,v 1.25 2007/02/16 22:57:09 tonio Exp $
#
-DISTNAME= pkg_filecheck-0.3
+DISTNAME= pkg_filecheck-0.4
CATEGORIES= pkgtools devel
MASTER_SITES= # empty
DISTFILES= # empty
diff -r 80a9713d557a -r 49fad7f7817f pkgtools/pkg_filecheck/files/pkg_filecheck.c
--- a/pkgtools/pkg_filecheck/files/pkg_filecheck.c Fri Feb 16 22:29:40 2007 +0000
+++ b/pkgtools/pkg_filecheck/files/pkg_filecheck.c Fri Feb 16 22:57:09 2007 +0000
@@ -1,5 +1,5 @@
/*
- $NetBSD: pkg_filecheck.c,v 1.4 2006/10/24 19:23:38 rillig Exp $
+ $NetBSD: pkg_filecheck.c,v 1.5 2007/02/16 22:57:09 tonio Exp $
pkg_filecheck.c -- check for files not owned by any package
Copyright (C) 2001 Dieter Baron
@@ -36,7 +36,7 @@
#include <sys/types.h>
#include <sys/stat.h>
-#include <db.h>
+#include <db_185.h>
#include <errno.h>
#include <fcntl.h>
#if !defined(USE_LIBNBCOMPAT) || defined(HAVE_FTS_H)
Home |
Main Index |
Thread Index |
Old Index