pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_install/files/lib The +CONTENTS file is c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/61b1bc3349d0
branches:  trunk
changeset: 536649:61b1bc3349d0
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Dec 19 02:22:54 2007 +0000

description:
The +CONTENTS file is checked for conflicts, not +REQUIRED_BY.

diffstat:

 pkgtools/pkg_install/files/lib/conflicts.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r e71429004c1d -r 61b1bc3349d0 pkgtools/pkg_install/files/lib/conflicts.c
--- a/pkgtools/pkg_install/files/lib/conflicts.c        Wed Dec 19 00:11:26 2007 +0000
+++ b/pkgtools/pkg_install/files/lib/conflicts.c        Wed Dec 19 02:22:54 2007 +0000
@@ -1,9 +1,9 @@
 /*
- * XXX: Reading the +REQUIRED_BY files of all installed packages is
+ * XXX: Reading the +CONTENTS files of all installed packages is
  * rather slow. Since this check is necessary to avoid conflicting
  * packages, it should not be removed.
  *
- * TODO: Put all the information that is currently in the +REQUIRED_BY
+ * TODO: Put all the information that is currently in the +CONTENTS
  * files into one large file or another database.
  */
 



Home | Main Index | Thread Index | Old Index