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 pkg_install-20090528:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8addc8b50d81
branches:  trunk
changeset: 393828:8addc8b50d81
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu May 28 08:59:59 2009 +0000

description:
pkg_install-20090528:
I can't remember why the original pkg_install-renovation code disabled
extraction of ownership from packages, so reenable that.

diffstat:

 pkgtools/pkg_install/files/add/perform.c |  6 +++---
 pkgtools/pkg_install/files/lib/version.h |  4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (44 lines):

diff -r 4a235d92ae70 -r 8addc8b50d81 pkgtools/pkg_install/files/add/perform.c
--- a/pkgtools/pkg_install/files/add/perform.c  Thu May 28 08:08:50 2009 +0000
+++ b/pkgtools/pkg_install/files/add/perform.c  Thu May 28 08:59:59 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: perform.c,v 1.86 2009/04/24 14:00:25 joerg Exp $       */
+/*     $NetBSD: perform.c,v 1.87 2009/05/28 08:59:59 joerg Exp $       */
 #if HAVE_CONFIG_H
 #include "config.h"
 #endif
@@ -6,7 +6,7 @@
 #if HAVE_SYS_CDEFS_H
 #include <sys/cdefs.h>
 #endif
-__RCSID("$NetBSD: perform.c,v 1.86 2009/04/24 14:00:25 joerg Exp $");
+__RCSID("$NetBSD: perform.c,v 1.87 2009/05/28 08:59:59 joerg Exp $");
 
 /*-
  * Copyright (c) 2003 Grant Beattie <grant%NetBSD.org@localhost>
@@ -601,7 +601,7 @@
  * Any misordered, missing or unlisted file in the package is an error.
  */
 
-static const int extract_flags = /* ARCHIVE_EXTRACT_OWNER | */
+static const int extract_flags = ARCHIVE_EXTRACT_OWNER |
     ARCHIVE_EXTRACT_PERM | ARCHIVE_EXTRACT_TIME | ARCHIVE_EXTRACT_UNLINK |
     ARCHIVE_EXTRACT_ACL | ARCHIVE_EXTRACT_FFLAGS | ARCHIVE_EXTRACT_XATTR;
 
diff -r 4a235d92ae70 -r 8addc8b50d81 pkgtools/pkg_install/files/lib/version.h
--- a/pkgtools/pkg_install/files/lib/version.h  Thu May 28 08:08:50 2009 +0000
+++ b/pkgtools/pkg_install/files/lib/version.h  Thu May 28 08:59:59 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: version.h,v 1.129 2009/05/27 20:26:03 joerg Exp $      */
+/*     $NetBSD: version.h,v 1.130 2009/05/28 08:59:59 joerg Exp $      */
 
 /*
  * Copyright (c) 2001 Thomas Klausner.  All rights reserved.
@@ -27,6 +27,6 @@
 #ifndef _INST_LIB_VERSION_H_
 #define _INST_LIB_VERSION_H_
 
-#define PKGTOOLS_VERSION "20090527"
+#define PKGTOOLS_VERSION "20090528"
 
 #endif /* _INST_LIB_VERSION_H_ */



Home | Main Index | Thread Index | Old Index