From owner-svn-ports-head@freebsd.org Wed Sep 21 13:47:32 2016 Return-Path: Delivered-To: svn-ports-head@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 DCAB6BE29ED; Wed, 21 Sep 2016 13:47:32 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (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 B7765D17; Wed, 21 Sep 2016 13:47:32 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from [127.0.0.1] (ip70-178-28-115.ks.ks.cox.net [70.178.28.115]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id C78A343C34; Wed, 21 Sep 2016 08:47:23 -0500 (CDT) Subject: Re: svn commit: r421646 - head/dns/ldns Reply-To: marino@freebsd.org, marino@freebsd.org References: <201609100137.u8A1beq4072022@repo.freebsd.org> <11abf201-9a55-6d18-dac3-422415ca7d39@marino.st> To: Mathieu Arnold , marino@freebsd.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: John Marino Message-ID: <231f225c-dca3-3469-ff25-8445deb5748a@marino.st> Date: Wed, 21 Sep 2016 08:47:28 -0500 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Antivirus: avast! (VPS 160920-1, 09/20/2016), Outbound message X-Antivirus-Status: Clean X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Sep 2016 13:47:33 -0000 On 9/21/2016 08:37, John Marino wrote: > On 9/21/2016 08:35, Mathieu Arnold wrote: >> Le 21/09/2016 à 15:21, John Marino a écrit : >>> On 9/21/2016 08:10, Mathieu Arnold wrote: >>>> Le 10/09/2016 à 03:37, John Marino a écrit : >>>>> Author: marino >>>>> Date: Sat Sep 10 01:37:39 2016 >>>>> New Revision: 421646 >>>>> URL: https://svnweb.freebsd.org/changeset/ports/421646 >>>>> >>>>> Log: >>>>> dns/ldns: Fix SSL library support, tidy options >>>>> >>>> This breaksdns/py-ldns and dns/p5-DNS-Ldns >>>> . >>>> >>>> >>>> >>> >>> The portsmon page is green. What should I be looking at? >> >> Sorry, it also breaks dns/ldns, in a 9.3 jail in poudriere: >> >> root@pkg:/usr/ports/dns/ldns # uname -a >> FreeBSD pkg.absolight.net 9.3-RELEASE-p45 FreeBSD 9.3-RELEASE-p45 amd64 >> root@pkg:/usr/ports/dns/ldns # make -V DEFAULT_VERSIONS >> ssl=openssl pgsql=9.3 >> root@pkg:/usr/ports/dns/ldns # make -V SSL_DEFAULT >> openssl >> root@pkg:/usr/ports/dns/ldns # make showconfig >> ===> The following configuration options are available for ldns-1.6.17_5: >> DOXYGEN=off: Build documentation with Doxygen >> DRILL=on: With drill program >> EXAMPLES=on: Build and/or install examples >> GOST=on: GOST signatures enabled, requires openssl >= 1.0.0 >> RRTYPECDS=on: Enable draft RR type cds. >> RRTYPENINFO=on: Enable draft RR type ninfo. >> RRTYPERKEY=on: Enable draft RR type rkey. >> RRTYPETA=on: Enable draft RR type ta. >> RRTYPEURI=on: Enable draft RR type uri. >> ===> Use 'make config' to modify these settings >> root@pkg:/usr/ports/dns/ldns # make >> ===> ldns-1.6.17_5 Requires openssl version >= 1.0.0. >> *** [all] Error code 1 >> >> Stop in /usr/ports/dns/ldns. >> root@pkg:/usr/ports/dns/ldns # >> >> > > okay, I must have removed a USE_OPENSSL_PORT and didn't replace it with > a check. I'll take a look. > > FreeBSD 9 EOL can't come fast enough. > dns/ldns isn't really broken. the IGNORE is being triggered because it won't build with base openSSL. See lines ~90-92 of dns/ldns Makefile. USE_OPENSSL_PORT is deprecated and should be removed right? Isn't this port fixed correctly? John --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus