From owner-freebsd-gnome@FreeBSD.ORG Tue Dec 24 00:25:51 2013 Return-Path: Delivered-To: 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 ESMTPS id 988B7E46 for ; Tue, 24 Dec 2013 00:25:51 +0000 (UTC) Received: from mail-wg0-x231.google.com (mail-wg0-x231.google.com [IPv6:2a00:1450:400c:c00::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 31A621CDD for ; Tue, 24 Dec 2013 00:25:51 +0000 (UTC) Received: by mail-wg0-f49.google.com with SMTP id x12so5354028wgg.28 for ; Mon, 23 Dec 2013 16:25:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=icqJaG1GnlDJ2jETjRpU7+TehiVqF0nxi4JlhbjxVjM=; b=Y3Zi75f6MB9HJc17W6Tut1jtLD3rz/qdyx9t6gzqKmbi6SVEd1kxpTBxt/kvFTkcIW aFRXMqdLseT/fUPIYlb8jsrvMOgsmCMOFMiCmV2+7A8yHsRpJFu3KA38fibfDs4eFVua TGFkg4S/T7VIuOzTedCIKTWN0oXnqljzhgWpM28gRRxwvN8YA1VJcoxYagw7dRboLkDr 5mPoHUcHeWZWHZU1N+CBTobQZRzKQcoloq82gY/uCKdI48MVvBtyp+I4J10KE5mbAslC H6R8RCSVtmG1OPChm2bTOOFcW4mG8C3eUVKHH0VHIldreU3v+KPy4pAJNAWXV2PZFl4+ DxIA== MIME-Version: 1.0 X-Received: by 10.180.74.142 with SMTP id t14mr4294055wiv.15.1387844749549; Mon, 23 Dec 2013 16:25:49 -0800 (PST) Received: by 10.194.103.104 with HTTP; Mon, 23 Dec 2013 16:25:49 -0800 (PST) In-Reply-To: <52B89D76.4060308@marcuscom.com> References: <52B89D76.4060308@marcuscom.com> Date: Tue, 24 Dec 2013 00:25:49 +0000 Message-ID: Subject: Re: libxslt breaks in 10.0-RC2 From: Conor To: Joe Marcus Clarke Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: gnome@freebsd.org X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Dec 2013 00:25:51 -0000 I've since rectified the issue; the culprit was in fact having crypto support enabled in `make config` for libxslt. This is where the dependency came from, and not libxslt and I've subsequently fixed that, also. I feel very silly now. My apologies for the spam.