diff options
author | jlam <jlam@pkgsrc.org> | 2004-01-14 23:55:29 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-01-14 23:55:29 +0000 |
commit | 8a84165b2900f37bab2afe4aebc6e6f0b7c29b96 (patch) | |
tree | fd0407c4e2e13987b953a9035f3269ef4a77abc9 /doc | |
parent | 6987965e7ccbfd5f6ed0196da70a8f6e49cdeb7f (diff) | |
download | pkgsrc-8a84165b2900f37bab2afe4aebc6e6f0b7c29b96.tar.gz |
Update pkgtools/pkg_install to 20040114. Changes from version 20040106
include:
* use ${MACHINE_ARCH} instead of what uname() puts into utsname.machine.
the former represents the CPU architecture, which is what is recorded
in binary packages; also allow the OS name to be overridden, as pkgsrc
doesn't always use the value of utsname.sysname.
* allow adding depoted packages if another package with the same
${PKGBASE} is already installed as this is explicitly allowed for in
pkgviews.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index ad39f9b1a51..3c1b7e0be47 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.4464 2004/01/14 21:43:43 jmmv Exp $ +$NetBSD: CHANGES,v 1.4465 2004/01/14 23:55:30 jlam Exp $ Changes to the packages collection and infrastructure in 2004: @@ -225,3 +225,4 @@ Changes to the packages collection and infrastructure in 2004: Removed kapm [wiz 2004-01-14] Updated silc-client to 1.0.1 [salo 2004-01-14] Updated amule to 1.2.4 [jmmv 2004-01-14] + Updated pkg_install to 20040114 [jlam 2004-01-14] |