From owner-freebsd-ports@freebsd.org Wed Aug 3 07:44:42 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 96AE7BAC54F for ; Wed, 3 Aug 2016 07:44:42 +0000 (UTC) (envelope-from mail@m.jwh.me.uk) Received: from mail.zorins.co.uk (mail.zorins.co.uk [91.121.236.227]) (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 639081D5D; Wed, 3 Aug 2016 07:44:42 +0000 (UTC) (envelope-from mail@m.jwh.me.uk) Received: from jwhlaptop (cpc82727-staf9-2-0-cust66.3-1.cable.virginm.net [81.111.110.67]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: mail@m.jwh.me.uk) by eva.tinkyfi.com (Postfix) with ESMTPSA id 3s3SCk0nPfzGSN3; Tue, 2 Aug 2016 07:15:45 +0000 (UTC) From: "Joe Holden" To: "'Walter Schwarzenfeld'" , Cc: References: <2E32FD64-2BF6-46CE-BAD2-39AF82E29E33@ellael.org> <56E1BA30.7090306@utanet.at> In-Reply-To: <56E1BA30.7090306@utanet.at> Subject: RE: openntpd-5.7p4_2,2 depends on libressl-2.2.6 ?! Date: Tue, 2 Aug 2016 08:15:47 +0100 Message-ID: <010201d1ec8d$b1e53ef0$15afbcd0$@m.jwh.me.uk> X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQIvN6KS+vQqJRmLmemR+74/UWObWgFPTjLKn3AvfJA= Content-Language: en-gb 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: Wed, 03 Aug 2016 07:44:42 -0000 > -----Original Message----- > From: owner-freebsd-ports@freebsd.org [mailto:owner-freebsd- > ports@freebsd.org] On Behalf Of Walter Schwarzenfeld > Sent: 10 March 2016 18:17 > To: freebsd-ports@freebsd.org > Subject: Re: openntpd-5.7p4_2,2 depends on libressl-2.2.6 ?! > > Makefile > OPTIONS_DEFAULT= RESSL > > RESSL_LIB_DEPENDS= libtls.so:${PORTSDIR}/security/libressl > > > turn option RESSL to off. > _______________________________________________ That is not a fix since it breaks at least nginx in the official repo, because nginx depends on openssl and openntpd depends on libre. Either the entire tree should move to a library supported by everything, or the openntpd port gets split into meta packages so that we don't need to return to a stage where everyone is building ports. Was this not even considered or tested? (Cc naddy)