From owner-freebsd-ports@freebsd.org Mon Sep 19 06:47:58 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 286E9BE0CA9 for ; Mon, 19 Sep 2016 06:47:58 +0000 (UTC) (envelope-from franco@lastsummer.de) Received: from host64.shmhost.net (unknown [IPv6:2a01:4f8:a0:51d6::108:1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E8BA1CDD; Mon, 19 Sep 2016 06:47:57 +0000 (UTC) (envelope-from franco@lastsummer.de) Received: from francos-mbp.homeoffice.local (ipservice-092-208-160-166.092.208.pools.vodafone-ip.de [92.208.160.166]) by host64.shmhost.net (Postfix) with ESMTPSA id 56E0D826CD; Mon, 19 Sep 2016 08:47:47 +0200 (CEST) From: Franco Fichtner Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: OpenSSL port ASM removal Date: Mon, 19 Sep 2016 08:47:46 +0200 Message-Id: <71AF3315-6CB0-469D-A289-780C286A2D21@lastsummer.de> Cc: dinoex@FreeBSD.org To: freebsd-ports Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) X-Mailer: Apple Mail (2.3124) X-Virus-Scanned: clamav-milter 0.99.2 at host64.shmhost.net X-Virus-Status: Clean X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Sep 2016 06:47:58 -0000 Hi all, ASM support for OpenSSL is missing from the port now, which is kind of unfortunate for two reasons: (a) FreeBSD base (at least for i386 and amd64) has it. (b) ASM is required for AESNI to work last time I checked. Why was it removed? It's not clear from the commit message. LibreSSL port has had the assembler bits turned on a while back by default, too. Thanks, Franco