diff options
author | cjep <cjep@pkgsrc.org> | 2002-11-23 22:34:22 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2002-11-23 22:34:22 +0000 |
commit | 05e71b817f70e59c156225cf4e37e2c8541da19b (patch) | |
tree | 96010012cf3fc0a1a146bf4ba65f1e0b506f351f /devel/aap/patches | |
parent | 4c44bb2c0dbe2146351901e2c94733ee52216b89 (diff) | |
download | pkgsrc-05e71b817f70e59c156225cf4e37e2c8541da19b.tar.gz |
Upgrade of devel/aap to version 0.107.
Changes since version 0.104:
0.107
* Fixed: Tests did not work on MS-Windows.
* Fixed: Executing shell commands did not work on MS-Windows.
* Fixed: Reading a dependency file did not work on MS-Windows.
0.106
* Fixed: When uploading with scp fails because of a read-only file
system this was not noted as an error.
* Fixed: When uploading multiple files with scp and one or more failed, the
signatures were updated anyway.
0.105
* Improved performance by not computing the buildcheck signature for virtual
targets. Especially helps for the recipe that ":mkdownload" generates.
When evaluating a Python expression, replace ">" with "$gt", "<"
with "$lt" and "|" with $bar, so that ":print" isn't confused.
* Fixed: did not find Python modules in the directory of the top recipe.
Diffstat (limited to 'devel/aap/patches')
-rw-r--r-- | devel/aap/patches/patch-aa | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/aap/patches/patch-aa b/devel/aap/patches/patch-aa index 26733aac889..23fd94ddf27 100644 --- a/devel/aap/patches/patch-aa +++ b/devel/aap/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.1.1.1 2002/11/18 12:49:31 cjep Exp $ +$NetBSD: patch-aa,v 1.2 2002/11/23 22:34:23 cjep Exp $ ---- main.aap.orig Sun Nov 3 22:00:26 2002 +--- main.aap.orig Thu Nov 14 09:17:37 2002 +++ main.aap @@ -41,19 +41,21 @@ @if not os.access(PREFIX, os.W_OK): @@ -27,5 +27,5 @@ $NetBSD: patch-aa,v 1.1.1.1 2002/11/18 12:49:31 cjep Exp $ +# :print Creating a symbolic link for "aap" in $PREFIX/share/doc +# :sys ln -fs $dir/doc $PREFIX/share/doc @else: - :print On this system you will have to do it manually: - :print Add the directory "`os.getcwd()`" to your $$PATH + :print On this system you will have to do this manually: + :print 1. Add the directory "`os.getcwd()`" to your $$PATH |