summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install/files/lib/version.h
diff options
context:
space:
mode:
authorgdt <gdt>2010-09-14 22:26:18 +0000
committergdt <gdt>2010-09-14 22:26:18 +0000
commitc2dc4dca11ac49d016be969fb8006778ab1aa804 (patch)
treee6d5bc05bbfb426a6dcd29cada83054e7d43ed18 /pkgtools/pkg_install/files/lib/version.h
parentac0fb6d15155a25d7babbe68b950e1e015481040 (diff)
downloadpkgsrc-c2dc4dca11ac49d016be969fb8006778ab1aa804.tar.gz
Add -D flag to pkg_install, to override the "pkg_add -U" check that
all depending packages have their dependencies satisfied by the new package. Essentially, split off this particular behavior as a special case of -f, so that -f works as before, unforced works as before, and one can give -D to override exactly this check, leaving all other checks intact. The -D flag is in support of make replace, as the workflow for make replace is that inter-package dependencies are sometimes violated (but then one must replace the depending packages, which is what pkg_rolling-replace does via the unsafe_depends flags). Bump PKGTOOLS_VERSION. Add missing break statement in option parsing of "pkg_add -C", riding the version bump. Discussed extensively on tech-pkg@ over the summer. OK pkgsrc-pmc@.
Diffstat (limited to 'pkgtools/pkg_install/files/lib/version.h')
-rw-r--r--pkgtools/pkg_install/files/lib/version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkg_install/files/lib/version.h b/pkgtools/pkg_install/files/lib/version.h
index 0d4125cc9ce..5e10b28843c 100644
--- a/pkgtools/pkg_install/files/lib/version.h
+++ b/pkgtools/pkg_install/files/lib/version.h
@@ -1,4 +1,4 @@
-/* $NetBSD: version.h,v 1.156 2010/06/16 23:02:49 joerg Exp $ */
+/* $NetBSD: version.h,v 1.157 2010/09/14 22:26:19 gdt 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 20100616
+#define PKGTOOLS_VERSION 20100914
#endif /* _INST_LIB_VERSION_H_ */