diff options
author | shannonjr <shannonjr> | 2004-11-08 11:10:00 +0000 |
---|---|---|
committer | shannonjr <shannonjr> | 2004-11-08 11:10:00 +0000 |
commit | ca4b052b7c081bc041f4c5164be1ce577d4d4669 (patch) | |
tree | 6ddb5eea2772446088361d1f906091871ed91c75 /devel | |
parent | a19baf7f7bd0395a739e21cb6026c5172c153500 (diff) | |
download | pkgsrc-ca4b052b7c081bc041f4c5164be1ce577d4d4669.tar.gz |
Updated to 1.0.5 to correct problem pointed out by Mark Davies:
"Your tests in configure to decide if you need each of the functions are
testing a different variable name from the one that gets set so you always
create an rfuncs.h that has all three definitions even if you dont need them,
which leads to problems on systems that provide some but not all of them
natively." Correction by Mark Davies.
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 69f60a9fb3d..232d1f30488 100644 --- a/devel/librfuncs/Makefile +++ b/devel/librfuncs/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2004/11/07 10:44:13 shannonjr Exp $ +# $NetBSD: Makefile,v 1.6 2004/11/08 11:10:00 shannonjr Exp $ # -DISTNAME= librfuncs-1.0.4 +DISTNAME= librfuncs-1.0.5 CATEGORIES= devel MASTER_SITES= http://www.johnrshannon.com/NetBSD/ EXTRACT_SUFX= .tar.bz2 diff --git a/devel/librfuncs/distinfo b/devel/librfuncs/distinfo index 657b695669d..41ca0954901 100644 --- a/devel/librfuncs/distinfo +++ b/devel/librfuncs/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2004/11/07 10:44:13 shannonjr Exp $ +$NetBSD: distinfo,v 1.6 2004/11/08 11:10:00 shannonjr Exp $ -SHA1 (librfuncs-1.0.4.tar.bz2) = 233bdfffb1a965b421ea88f3edc189e43cf740e5 -Size (librfuncs-1.0.4.tar.bz2) = 470243 bytes +SHA1 (librfuncs-1.0.5.tar.bz2) = 3c658e6370be60b997fd20326eb569aaa6dfaad3 +Size (librfuncs-1.0.5.tar.bz2) = 470329 bytes |