From owner-freebsd-ports@freebsd.org Thu Jul 21 16:48:37 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 ED96CBA0245 for ; Thu, 21 Jul 2016 16:48:37 +0000 (UTC) (envelope-from w.schwarzenfeld@utanet.at) Received: from tatiana.utanet.at (tatiana.utanet.at [IPv6:2001:938:1337:25::25:46]) (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 8368C11CA for ; Thu, 21 Jul 2016 16:48:37 +0000 (UTC) (envelope-from w.schwarzenfeld@utanet.at) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=utanet.at; s=rev1; h=Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:From:Subject:References:To; bh=z9kFRNj3YyX1HzlYVMF0EX4xbYxPDmgirQD+AF8TPpI=; b=Wsiwmm8qCpcXyFnHgxEJYWF8ZsooI9WoP/+mpFYFAxiAsVbcDOnwe8TOR2p2DXChlEqlUxr7m2s01ltXALegcmi93c5omiwRO/11Ki11AvzLRlH1TYg4eyRoDtg0RoMVPo7guubiL9EFmGdUbuxdJ7uOti/jEudjVoZX+RVC41M=; Received: from plenty.xoc.tele2net.at ([213.90.36.8]) by tatiana.utanet.at with esmtp (Exim 4.80) (envelope-from ) id 1bQH9F-0006Jp-Lo for freebsd-ports@freebsd.org; Thu, 21 Jul 2016 18:48:33 +0200 Received: from 193-80-187-44.adsl.highway.telekom.at ([193.80.187.44] helo=[10.0.0.93]) by plenty.xoc.tele2net.at with esmtpsa (TLSv1:DHE-RSA-AES128-SHA:128) (Exim 4.80) (envelope-from ) id 1bQH9F-0002VK-JS for freebsd-ports@freebsd.org; Thu, 21 Jul 2016 18:48:33 +0200 To: freebsd-ports@freebsd.org References: <8a5d48e8-fa5c-5cd2-f209-2d634b6b7723@zyxst.net> Subject: Re: stunnel fails to build From: Walter Schwarzenfeld Message-ID: <2fa17beb-6c19-2ddb-40af-d59d275b45da@utanet.at> Date: Thu, 21 Jul 2016 18:48:32 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <8a5d48e8-fa5c-5cd2-f209-2d634b6b7723@zyxst.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jul 2016 16:48:38 -0000 I think you should file a PR. The try with the Makefile was a "weak" one. I think it is the same problem as appears in other ports with libressl. e.g. (this patch is from 2014 and only an example ) "HAVE_RAND_EGD -.thing" https://github.com/sabotage-linux/sabotage/commit/9b47cbbf3ce903dee042c45c8197db066e8e0053 I can't provide a patch, cause I can't test it.