From owner-freebsd-ports@FreeBSD.ORG Mon Jul 14 22:25:29 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 07002A71 for ; Mon, 14 Jul 2014 22:25:29 +0000 (UTC) Received: from aquarius.uberspace.de (aquarius.uberspace.de [95.143.172.114]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9D0FF2A48 for ; Mon, 14 Jul 2014 22:25:27 +0000 (UTC) Received: (qmail 24102 invoked from network); 14 Jul 2014 22:25:22 -0000 Received: from unknown (HELO hp-PC.fritz.box) (bsd@tuxproject.de@91.11.56.197) by aquarius.uberspace.de with ESMTPA; 14 Jul 2014 22:25:22 -0000 Date: Tue, 15 Jul 2014 00:25:18 +0200 From: "Jens K. Loewe" X-Priority: 3 (Normal) Message-ID: <348083446.20140715002518@tuxproject.de> To: freebsd-ports Subject: Some ports not compiling with security/libressl MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jul 2014 22:25:29 -0000 I'm currently trying to replace OpenSSL on my server by LibreSSL (security/libressl). Anyway, I found some ports struggling to compile with it, including (but not limited to) www/w3m, security/p5-Net-SSLeay (which seems to query the OpenSSL version directly?!) and lang/python27. Is it planned to take care of this use case?