From owner-freebsd-ports@freebsd.org Tue Jan 2 19:03:25 2018 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 26326EB3ECF for ; Tue, 2 Jan 2018 19:03:25 +0000 (UTC) (envelope-from marquis@roble.com) Received: from mx5.roble.com (mx5.roble.com [209.237.23.5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx5.roble.com", Issuer "mx5.roble.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 18F9B6DAA5 for ; Tue, 2 Jan 2018 19:03:24 +0000 (UTC) (envelope-from marquis@roble.com) Received: from roble.com (roble.com [209.237.23.50]) by mx5.roble.com (Postfix) with ESMTP id 04D244B809 for ; Tue, 2 Jan 2018 11:03:24 -0800 (PST) Date: Tue, 2 Jan 2018 11:03:24 -0800 (PST) From: Roger Marquis To: freebsd-ports@freebsd.org Subject: Re: DEFAULT_VERSIONS conflicts In-Reply-To: Message-ID: References: <88510E85-03B6-45A6-967B-25EF377D375F@adamw.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Jan 2018 19:03:25 -0000 >> Sorry, the language there is unclear. It should say "ssl=[name of the port]". >> You just want the ssl=libressl line. Ah, so the "base" specified here is a constant whereas "port" is a variable, to be expanded before writing make.conf. If I might then suggest a potential documentation update: < WITH_OPENSSL_BASE DEFAULT_VERSIONS+= ssl=base < WITH_OPENSSL_PORT DEFAULT_VERSIONS+= ssl=port > WITH_OPENSSL_BASE DEFAULT_VERSIONS+= ssl=base > or > WITH_OPENSSL_PORT DEFAULT_VERSIONS+= ssl=[openssl|libressl|...] Roger