pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/librfuncs Re: pkg/27884: Use of librfuncs breaks...
details: https://anonhg.NetBSD.org/pkgsrc/rev/bb785638d04b
branches: trunk
changeset: 483080:bb785638d04b
user: shannonjr <shannonjr%pkgsrc.org@localhost>
date: Sun Nov 07 10:44:13 2004 +0000
description:
Re: pkg/27884: Use of librfuncs breaks gpgme
Updated to 1.0.4 to fix a bug in getenv_r() where ENOENT was not returned if
the string name was not found in the environment.
diffstat:
devel/librfuncs/Makefile | 4 ++--
devel/librfuncs/buildlink3.mk | 4 ++--
devel/librfuncs/distinfo | 6 +++---
3 files changed, 7 insertions(+), 7 deletions(-)
diffs (42 lines):
diff -r 8d4beb6a9239 -r bb785638d04b devel/librfuncs/Makefile
--- a/devel/librfuncs/Makefile Sun Nov 07 08:56:44 2004 +0000
+++ b/devel/librfuncs/Makefile Sun Nov 07 10:44:13 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2004/11/05 15:04:14 shannonjr Exp $
+# $NetBSD: Makefile,v 1.5 2004/11/07 10:44:13 shannonjr Exp $
#
-DISTNAME= librfuncs-1.0.3
+DISTNAME= librfuncs-1.0.4
CATEGORIES= devel
MASTER_SITES= http://www.johnrshannon.com/NetBSD/
EXTRACT_SUFX= .tar.bz2
diff -r 8d4beb6a9239 -r bb785638d04b devel/librfuncs/buildlink3.mk
--- a/devel/librfuncs/buildlink3.mk Sun Nov 07 08:56:44 2004 +0000
+++ b/devel/librfuncs/buildlink3.mk Sun Nov 07 10:44:13 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.2 2004/10/30 12:30:22 shannonjr Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2004/11/07 10:44:13 shannonjr Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
LIBRFUNCS_BUILDLINK3_MK:= ${LIBRFUNCS_BUILDLINK3_MK}+
@@ -11,7 +11,7 @@
BUILDLINK_PACKAGES+= librfuncs
.if !empty(LIBRFUNCS_BUILDLINK3_MK:M+)
-BUILDLINK_DEPENDS.librfuncs+= librfuncs>=1.0
+BUILDLINK_DEPENDS.librfuncs+= librfuncs>=1.0.4
BUILDLINK_PKGSRCDIR.librfuncs?= ../../devel/librfuncs
.endif # LIBRFUNCS_BUILDLINK3_MK
diff -r 8d4beb6a9239 -r bb785638d04b devel/librfuncs/distinfo
--- a/devel/librfuncs/distinfo Sun Nov 07 08:56:44 2004 +0000
+++ b/devel/librfuncs/distinfo Sun Nov 07 10:44:13 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2004/11/05 15:04:14 shannonjr Exp $
+$NetBSD: distinfo,v 1.5 2004/11/07 10:44:13 shannonjr Exp $
-SHA1 (librfuncs-1.0.3.tar.bz2) = b8d6881d3c663bbdc3362c584231edf58e5aa202
-Size (librfuncs-1.0.3.tar.bz2) = 470502 bytes
+SHA1 (librfuncs-1.0.4.tar.bz2) = 233bdfffb1a965b421ea88f3edc189e43cf740e5
+Size (librfuncs-1.0.4.tar.bz2) = 470243 bytes
Home |
Main Index |
Thread Index |
Old Index