From owner-freebsd-gnome@FreeBSD.ORG Sun Nov 3 14:24:28 2013 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 66EC6382; Sun, 3 Nov 2013 14:24:28 +0000 (UTC) (envelope-from cjpugmed@gmail.com) Received: from mail-vc0-x235.google.com (mail-vc0-x235.google.com [IPv6:2607:f8b0:400c:c03::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 16B48212D; Sun, 3 Nov 2013 14:24:28 +0000 (UTC) Received: by mail-vc0-f181.google.com with SMTP id ij19so4083613vcb.12 for ; Sun, 03 Nov 2013 06:24:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=/848gDP10jvcgMAN2DjQj1qTHh2T1Nh5RkvdJv1CVZM=; b=X9qai1xnYIJnu16qnySw6H/1Iki+UcfhFxLQdndcNUQpWjS0zMpOaTJT1rVDwT+4cd qpG+Nww9CFftuFNRJDwFujrXiOaP2aJC7zQC0yME5EhbzroCe4VzgWh4wo27KVbrjKb+ RPcN1dhKzIll2Kf0qYNlaD6uheRhsHc69tvJvriN4rjlfKEgoGEP8GYFEdbwETp5cViX I6y8V3fHYRi1s3PWJ6XV5+ZZsatOAiiD4y7LB3CQMRY29rl5ut9ZlRZRfQ68394FqVfP kTbMBk0kBsLWX4M9f9QCBNaE/egn1Q0XXVDIC+bfAR0lnWYtE369LDSLIuMHjUgX9RK/ D/tQ== MIME-Version: 1.0 X-Received: by 10.58.161.231 with SMTP id xv7mr8348636veb.2.1383488667144; Sun, 03 Nov 2013 06:24:27 -0800 (PST) Received: by 10.220.1.17 with HTTP; Sun, 3 Nov 2013 06:24:27 -0800 (PST) Date: Sun, 3 Nov 2013 15:24:27 +0100 Message-ID: Subject: ports/183608: security/libgnome-keyring: Error: shared library "tasn1.5" does not exist From: Carlos Jacobo Puga Medina To: bug-followup@FreeBSD.org, ohartman@zedat.fu-berlin.de, freebsd-gnome@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Nov 2013 14:24:28 -0000 This change works for me: -LIB_DEPENDS= tasn1.5:${PORTSDIR}/security/libtasn1 \ +LIB_DEPENDS= tasn1:${PORTSDIR}/security/libtasn1 \