pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/librsvg2 Increase the BUILDLINK_DEPENDS.librs...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c1f018c692f6
branches:  trunk
changeset: 475831:c1f018c692f6
user:      reed <reed%pkgsrc.org@localhost>
date:      Thu May 27 19:33:29 2004 +0000

description:
Increase the BUILDLINK_DEPENDS.librsvg2 to 2.6.3nb2.
(I tried using BUILDLINK_RECOMMENDED instead, but it didn't work.)

librsvg2 uses libgsf and libcroco which had changed library SONAMEs
provided.

Problem with old librsvg2 was:
        libgsf-1.so.9 => not found
        libcroco.so.2 => not found

diffstat:

 graphics/librsvg2/buildlink3.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r fb1b9d3324f2 -r c1f018c692f6 graphics/librsvg2/buildlink3.mk
--- a/graphics/librsvg2/buildlink3.mk   Thu May 27 18:18:07 2004 +0000
+++ b/graphics/librsvg2/buildlink3.mk   Thu May 27 19:33:29 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.5 2004/04/01 18:37:09 jmmv Exp $
+# $NetBSD: buildlink3.mk,v 1.6 2004/05/27 19:33:29 reed Exp $
 
 BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH}+
 LIBRSVG2_BUILDLINK3_MK:=       ${LIBRSVG2_BUILDLINK3_MK}+
@@ -11,7 +11,7 @@
 BUILDLINK_PACKAGES+=   librsvg2
 
 .if !empty(LIBRSVG2_BUILDLINK3_MK:M+)
-BUILDLINK_DEPENDS.librsvg2+=   librsvg2>=2.6.3
+BUILDLINK_DEPENDS.librsvg2+=   librsvg2>=2.6.3nb2
 BUILDLINK_PKGSRCDIR.librsvg2?= ../../graphics/librsvg2
 .endif # LIBRSVG2_BUILDLINK3_MK
 



Home | Main Index | Thread Index | Old Index