diff options
author | jlam <jlam@pkgsrc.org> | 2003-09-01 16:27:07 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-09-01 16:27:07 +0000 |
commit | 2b8f551f54ae2fc54d641096dd0cd788a93abd29 (patch) | |
tree | 0bff2cd8b416d992a68dbe86673da0522c5d1631 /doc | |
parent | 77ec8d83abe74acc7c2c5d3cdbaabf0f189b91ba (diff) | |
download | pkgsrc-2b8f551f54ae2fc54d641096dd0cd788a93abd29.tar.gz |
Update pkg_install to 20030823, which has the changes to support
package views. Pkgsrc changes include:
* Convert to use pkgtools/libnbcompat so that it's easier to keep
this in sync with src/usr.sbin/pkg_install.
* Add a src2nbcompat script that converts src/usr.sbin/pkg_install
into an appropriate start for pkgtools/pkg_install. The script
removes the Makefiles, adds CPP inclusion guards around each
#include <...> line, and includes <nbcompat.h> at the top of each
*.c file. This should make it even easier to keep sources in
sync with the HEAD.
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 17876e4df47..cc1972c5cbe 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.3189 2003/09/01 16:02:22 wiz Exp $ +$NetBSD: CHANGES,v 1.3190 2003/09/01 16:27:07 jlam Exp $ Changes to the packages collection and infrastructure in 2003: @@ -3447,3 +3447,4 @@ Changes to the packages collection and infrastructure in 2003: Updated apel to 10.6 [minoura 2003-09-01] Updated libnbcompat to 20020823 [jlam 2003-09-01] Updated grhino to 0.8.3 [wiz 2003-09-01] + Updated pkg_install to 20020823 [jlam 2003-09-01] |