diff options
author | jlam <jlam> | 2004-01-14 23:55:29 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-01-14 23:55:29 +0000 |
commit | eddd7bf981c71b2fdd0e075c4d3304a276fea9c1 (patch) | |
tree | fd0407c4e2e13987b953a9035f3269ef4a77abc9 /doc/CHANGES | |
parent | 078eeea06f01d3cb125a9daae2ff54755c36116c (diff) | |
download | pkgsrc-eddd7bf981c71b2fdd0e075c4d3304a276fea9c1.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/CHANGES')
-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] |