Subject: CVS commit: pkgsrc/security/gpgme
To: None <pkgsrc-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: pkgsrc-changes
Date: 11/07/2004 13:11:30
Module Name:	pkgsrc
Committed By:	jmmv
Date:		Sun Nov  7 13:11:30 UTC 2004

Modified Files:
	pkgsrc/security/gpgme: Makefile distinfo
	pkgsrc/security/gpgme/patches: patch-af

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 pkgsrc/security/gpgme/Makefile
cvs rdiff -r1.14 -r1.15 pkgsrc/security/gpgme/distinfo
cvs rdiff -r1.2 -r1.3 pkgsrc/security/gpgme/patches/patch-af

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.