pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/libsoup24 I had libsoup24-2.26.3 installed which w...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4a5c67b855fc
branches: trunk
changeset: 572414:4a5c67b855fc
user: reed <reed%pkgsrc.org@localhost>
date: Thu Feb 25 17:24:34 2010 +0000
description:
I had libsoup24-2.26.3 installed which was good enough, but I didn't
have any gnome-keyring so I get this error:
===> Creating toolchain wrappers for gst-plugins0.10-soup-0.10.18
ERROR: gnome-keyring>=0.4.0 is not installed; can't buildlink files.
*** Error code 1
My workaround is to abuse the BUILDLINK_API_DEPENDS to:
BUILDLINK_API_DEPENDS.libsoup24+= libsoup24>=2.28.0
(where that version is when the include of gnome-keyring was added)
diffstat:
net/libsoup24/buildlink3.mk | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r afce200b8ad9 -r 4a5c67b855fc net/libsoup24/buildlink3.mk
--- a/net/libsoup24/buildlink3.mk Thu Feb 25 17:10:49 2010 +0000
+++ b/net/libsoup24/buildlink3.mk Thu Feb 25 17:24:34 2010 +0000
@@ -1,11 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.7 2009/12/21 22:22:37 drochner Exp $
+# $NetBSD: buildlink3.mk,v 1.8 2010/02/25 17:24:34 reed Exp $
BUILDLINK_TREE+= libsoup24
.if !defined(LIBSOUP24_BUILDLINK3_MK)
LIBSOUP24_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.libsoup24+= libsoup24>=2.4.0
+# API 2.4.0 but 2.28.0 due to buildlink dependency change
+BUILDLINK_API_DEPENDS.libsoup24+= libsoup24>=2.28.0
BUILDLINK_ABI_DEPENDS.libsoup24?= libsoup24>=2.26.0
BUILDLINK_PKGSRCDIR.libsoup24?= ../../net/libsoup24
Home |
Main Index |
Thread Index |
Old Index