diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-11-07 13:11:30 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-11-07 13:11:30 +0000 |
commit | 26e9ccdf5c288e5866f999fcaba48059d44c4127 (patch) | |
tree | aadc179892840e3c75488590f4e0bb7349c8480e /security/gpgme/Makefile | |
parent | f3f0b4be43c2acdc4987260d85bdd37a51c31435 (diff) | |
download | pkgsrc-26e9ccdf5c288e5866f999fcaba48059d44c4127.tar.gz |
Now that librfuncs' getenv_r returns ENOENT when the variable is not defined
in the environment, we can handle this case properly from here. I.e., treat
ENOENT as if no error happened, and return NULL in the 'value' parameter (as
the function documentation says). Finally fixes PR pkg/27884.
Bump PKGREVISION to 2.
Diffstat (limited to 'security/gpgme/Makefile')
-rw-r--r-- | security/gpgme/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile index 9c4b7c2e023..c2d49fb0916 100644 --- a/security/gpgme/Makefile +++ b/security/gpgme/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.28 2004/11/06 22:57:58 jmmv Exp $ +# $NetBSD: Makefile,v 1.29 2004/11/07 13:11:30 jmmv Exp $ # DISTNAME= gpgme-1.0.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gpgme/ \ ftp://ftp.gnupg.org/gcrypt/alpha/gpgme/ |