From owner-svn-ports-all@freebsd.org Tue Nov 15 16:10:58 2016 Return-Path: Delivered-To: svn-ports-all@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 996D8C43BF2; Tue, 15 Nov 2016 16:10:58 +0000 (UTC) (envelope-from bsdkaffee@gmail.com) Received: from mail-wm0-x241.google.com (mail-wm0-x241.google.com [IPv6:2a00:1450:400c:c09::241]) (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 3A6521B25; Tue, 15 Nov 2016 16:10:58 +0000 (UTC) (envelope-from bsdkaffee@gmail.com) Received: by mail-wm0-x241.google.com with SMTP id m203so1358452wma.3; Tue, 15 Nov 2016 08:10:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=6qIL69N5teWdF2Yo15DSeJKr6vu19UAh60Nz51CUCsc=; b=AItpPKldEz0VPM6SoVe7AW/9jXBwQ64Zti1MDbIDiDKewlx3z3Z9rfSN4lV9AC/9xx Sp8H0qa3tNQa70WMq0WVgdAr4K2A/375G027w+fjLlwzwxPVVp6EGFENNq/ktBbtUrcS PtUKb2hBCy9rXk0xc1SmrodNuKgySJKMFep/ailCnpU47rxWgQuvNre9E8P1tMGKE0gz m5ZGoZiHCun7ArTNLWYsdQZasWzK6gNMKhxNhof7JSvsXd0Uf1tAwtIox0rEbhJXEZ8V VHZPHRFgKoUqRTc2NOCQ8IGHW4wLLUnjWyPP1EPzIZrSNMXIsGcr6eUFZndoXMqE+huq TCtQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=6qIL69N5teWdF2Yo15DSeJKr6vu19UAh60Nz51CUCsc=; b=mP4bv/ESqMSKyoeVATKYCKhUpfS24EQkZfv7+JypIbM8VvFj/9O5T+SfIICgWs9OJ9 z8z6+fyQ6EalAmk2l3RsYmPfxVQYdmLoXI1fHNWTGR40MLPL3/MtnXj8DssurdqkD4e9 JTMz6uCzOzDDYG81op2f7Z5HadFbLhqu8E7lerGWZhtIMZ6k3Gr954+FJ8cDWx5b3TEL o0RTLfPOLppNxPffs1NEVFhvzXxKFrI5mxBdAFfiPi/noXJf93TCZAesW+lsVy90+mge vC+GwD9Njcwyv8Z72ZJwC9xVkTgyN3O/aA/ZeOsrLPHmz0IfkLoiH93tRsADuqydDIGN h+8Q== X-Gm-Message-State: ABUngvcI/gNW8EsiBehpFpAseFcvNPCwrzxNJsL/5zxokRr3Po/t6ja+PY/sJpMMTQHIDT8hNDuxv0NLuRuttA== X-Received: by 10.25.212.77 with SMTP id l74mr10356818lfg.103.1479226256386; Tue, 15 Nov 2016 08:10:56 -0800 (PST) MIME-Version: 1.0 Sender: bsdkaffee@gmail.com Received: by 10.25.201.215 with HTTP; Tue, 15 Nov 2016 08:10:55 -0800 (PST) In-Reply-To: <20161115002534.GA75384@FreeBSD.org> References: <201611141310.uAEDAYJt086157@repo.freebsd.org> <20161115002534.GA75384@FreeBSD.org> From: "Jason E. Hale" Date: Tue, 15 Nov 2016 11:10:55 -0500 X-Google-Sender-Auth: --zm2cwy_BOs05NHNhlLcgvjQBY Message-ID: Subject: Re: svn commit: r426105 - head/net/haproxy-devel To: Dmitry Sivachenko Cc: Alexey Dokuchaev , ports-committers , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Nov 2016 16:10:58 -0000 On Mon, Nov 14, 2016 at 7:25 PM, Alexey Dokuchaev wrote: > On Mon, Nov 14, 2016 at 01:10:34PM +0000, Dmitry Sivachenko wrote: >> New Revision: 426105 >> URL: https://svnweb.freebsd.org/changeset/ports/426105 >> >> Log: >> Force FreeBSD-9 to use OpenSSL from ports because support for >> OpenSSL-0.9.x was dropped. >> >> [...] >> MAKE_ARGS+= USE_OPENSSL=1 >> +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 > > IIUC, transition from 0.9 -> 1.0 occured in r238405, which means OSVERSION > check should be against 1000015, not 1000000. > > https://svnweb.freebsd.org/base?view=revision&revision=238405 > >> +WITH_OPENSSL_PORT= yes >> +.endif > Not only that, but WITH_OPENSSL_PORT is deprecated and does not actually pull in the port version of OpenSSL when used in a port Makefile. You should do something like this: .if ${OSVERSION} < 1000015 && ${SSL_DEFAULT} == base IGNORE= requires OpenSSL 1.0.0+. Please use a newer OpenSSL from ports and set DEFAULT_VERSIONS in /etc/make.conf as appropriate. .endif Reason being, the user might be using openssl, openssl-devel, libressl, or libressl-devel. -Jason