From owner-freebsd-ports@freebsd.org Fri Dec 9 00:02:46 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 C5CAFC6D1D6 for ; Fri, 9 Dec 2016 00:02:46 +0000 (UTC) (envelope-from trtrmitya@gmail.com) Received: from mail-pf0-x243.google.com (mail-pf0-x243.google.com [IPv6:2607:f8b0:400e:c00::243]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9753966D; Fri, 9 Dec 2016 00:02:46 +0000 (UTC) (envelope-from trtrmitya@gmail.com) Received: by mail-pf0-x243.google.com with SMTP id y68so93664pfb.1; Thu, 08 Dec 2016 16:02:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=QlsAhF7PZPaQJ6TmVMTlT3YmzEBds28WkQF/mhkvSa0=; b=DOXUmgeYvo6cXBbuPTrPDsfC06NZuzN9IjgBCh/Wwf3w8pdKOHTLhdH0gPY3LppwE3 07pMXRfrdiFtsSQd4pb2mvOYexf/8s8pbPglLmpUxmh3BqOXMZU11ZAtfc8AOgaHi+MJ LXbIGd4RGgtCIrbG9lptwyFVxgIS4RJ0Br1fyS7lMSYf0/wVdy5EFeY2QHt0Yz94hSUF Bt7mMbR+wu4HSjc8RqVFStyn1uGQQav5c326ojOGIlb57Wsw7/NIT3Ny62rSm8YHopSW sDWMz3073YAYrDXXSfD5mVX0fiZSu8l9vT/vr6WgXqZAyZX8AMz/7dURDU+oZD5pvh3Y OojA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=QlsAhF7PZPaQJ6TmVMTlT3YmzEBds28WkQF/mhkvSa0=; b=T3bmhx5QBffUq3NVfywxzPnnYSfyOIFW1pZ9zHB2IW1M7maCoodteNi7IwnTjSPFfJ PPTrNWrDd9R2xELcYzdZQNR3xag9P6NQ1z436tdNWF4uPNDYWHUxIbhNHjktIi1FFIkf v1CKXzrz4q4+P5SdHhnO+psn8QENQQOy35E6Lly2x5tCE1KAuvp0Oli/2AoVVDIzyFL3 MsgLUq66dQ6ZSVo4rZtBT+lqHkzj/Ju324edLAn5Hjll0XtIgRH86vGL130bENtOGelk y6Az/JyVm2M4yp7Bilv4IoLQrtjfat4U8Z6AuyINHeg3TcEI4iNf/HrSPuWU7v6t7OTo krNA== X-Gm-Message-State: AKaTC00bQviGO/0dtwEJeuJoWDyzP3x7RUb7OAaxST2KRNhlVqFdc9O41zaGOuULd9TC8g== X-Received: by 10.98.9.149 with SMTP id 21mr79827104pfj.159.1481241766245; Thu, 08 Dec 2016 16:02:46 -0800 (PST) Received: from [192.168.0.113] ([203.81.71.7]) by smtp.gmail.com with ESMTPSA id a22sm52681694pfg.7.2016.12.08.16.02.40 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 08 Dec 2016 16:02:42 -0800 (PST) Content-Type: text/plain; charset=koi8-r Mime-Version: 1.0 (1.0) Subject: Re: net/haproxy 1.7.0 : libressl support From: Dmitry Sivachenko X-Mailer: iPhone Mail (14B100) In-Reply-To: Date: Fri, 9 Dec 2016 06:32:36 +0630 Cc: freebsd-ports@freebsd.org, demon@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <2C9DA2D0-81DD-40B3-9E43-FE5338D80844@gmail.com> References: To: Luca Pizzamiglio X-Mailman-Approved-At: Fri, 09 Dec 2016 00:59:38 +0000 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: Fri, 09 Dec 2016 00:02:46 -0000 > 8 =C4=C5=CB. 2016 =C7., =D7 22:51, Luca Pizzamiglio =CE=C1=D0=C9=D3=C1=CC(=C1): >=20 > Hi guys, >=20 > I had to build haproxy 1.7.0 using openssl and libressl. > libressl support is not really provided, becuase of the > OPENSSL_VERSION_NUMBER issue between those two libraries. >=20 > In attachment there're two patches ready to be put in the files > directory and that solve (temporarily) the build issue. >=20 Hello, First step should be to offer these patches to haproxy maintainers, because t= his is not FreeBSD-specific problem. Can you please do it? Thanks! > Best regards > Luca >=20 > PS I didn't fill a PR because I'm not sure if those patches work in > all situation or with all options, so it's just a help for the > maintainer, but maybe not a solution. > >