Date: Wed, 21 Sep 2016 08:47:28 -0500 From: John Marino <freebsd.contact@marino.st> To: Mathieu Arnold <mat@FreeBSD.org>, marino@freebsd.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r421646 - head/dns/ldns Message-ID: <231f225c-dca3-3469-ff25-8445deb5748a@marino.st> In-Reply-To: <ede414f0-0d08-9eea-63ba-9177be01954b@marino.st> References: <201609100137.u8A1beq4072022@repo.freebsd.org> <f4908954-f644-6126-1c50-32df5c051823@FreeBSD.org> <11abf201-9a55-6d18-dac3-422415ca7d39@marino.st> <e463b55c-8884-1dad-a8c6-3faf8ed2708f@FreeBSD.org> <ede414f0-0d08-9eea-63ba-9177be01954b@marino.st>
next in thread | previous in thread | raw e-mail | index | archive | help
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 >>>> <http://portsmon.freebsd.org/portoverview.py?category=dns&portname=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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?231f225c-dca3-3469-ff25-8445deb5748a>