diff options
author | shannonjr <shannonjr@pkgsrc.org> | 2004-11-16 21:39:32 +0000 |
---|---|---|
committer | shannonjr <shannonjr@pkgsrc.org> | 2004-11-16 21:39:32 +0000 |
commit | 0a241b8debdfe2ad830a6dc9afc2db948182be83 (patch) | |
tree | e9c8ac2a70dbc61c01e781327189e4e421bd3714 /devel | |
parent | b3f9e9829c2a35eb008c899737d3b3880860dd25 (diff) | |
download | pkgsrc-0a241b8debdfe2ad830a6dc9afc2db948182be83.tar.gz |
Change to revision 1.0.6. This revision recognises that SunOS has
thread-safe getenv() and strerror() functions. With thread-safe
functions, not mutexes are used to serialize access to these functions.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/librfuncs/Makefile | 4 | ||||
-rw-r--r-- | devel/librfuncs/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/librfuncs/Makefile b/devel/librfuncs/Makefile index 80eda3b0f25..405c3b10992 100644 --- a/devel/librfuncs/Makefile +++ b/devel/librfuncs/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2004/11/12 06:39:20 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2004/11/16 21:39:32 shannonjr Exp $ # -DISTNAME= librfuncs-1.0.5 +DISTNAME= librfuncs-1.0.6 CATEGORIES= devel MASTER_SITES= http://www.johnrshannon.com/NetBSD/ EXTRACT_SUFX= .tar.bz2 diff --git a/devel/librfuncs/distinfo b/devel/librfuncs/distinfo index 41ca0954901..86d2260d30c 100644 --- a/devel/librfuncs/distinfo +++ b/devel/librfuncs/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.6 2004/11/08 11:10:00 shannonjr Exp $ +$NetBSD: distinfo,v 1.7 2004/11/16 21:39:32 shannonjr Exp $ -SHA1 (librfuncs-1.0.5.tar.bz2) = 3c658e6370be60b997fd20326eb569aaa6dfaad3 -Size (librfuncs-1.0.5.tar.bz2) = 470329 bytes +SHA1 (librfuncs-1.0.6.tar.bz2) = f08d225e7edf277c9aebe73e72bee8f65b4f3799 +Size (librfuncs-1.0.6.tar.bz2) = 471184 bytes |