pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_install pkg_install does the right things...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f79b34f9c33e
branches:  trunk
changeset: 534887:f79b34f9c33e
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Nov 03 14:49:00 2007 +0000

description:
pkg_install does the right things with the files, so CHECK_PERMS is not
useful and creates cyclic dependencies if pkg_install is outdated.
>From Peter Bex.

diffstat:

 pkgtools/pkg_install/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 5dc008e0db11 -r f79b34f9c33e pkgtools/pkg_install/Makefile
--- a/pkgtools/pkg_install/Makefile     Sat Nov 03 14:42:07 2007 +0000
+++ b/pkgtools/pkg_install/Makefile     Sat Nov 03 14:49:00 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.143 2007/09/27 13:30:27 joerg Exp $
+# $NetBSD: Makefile,v 1.144 2007/11/03 14:49:00 joerg Exp $
 
 # Notes to package maintainers:
 #
@@ -38,6 +38,7 @@
 NO_CHECKSUM=           yes
 NO_MTREE=              yes
 PKG_PRESERVE=          yes
+CHECK_PERMS=           no
 
 # These are needed to solve a chicken-and-egg problem where pkgsrc uses
 # newer features of pkg_install, but older NetBSD installations won't



Home | Main Index | Thread Index | Old Index