After ports/165605 changes in dns/p5-Net-DNS/Makefile the ".include <bsd.port.pre.mk>" line is missing. Because of that all options not working. Fix: PORTDOCS= * +.include <bsd.port.pre.mk> + .if !defined(WITHOUT_IPV6) RUN_DEPENDS+= ${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-Socket-INET6 .endif--uty3f35RCMGM55fvWs4rNxzmM9BBkVx7IkNMMId7afYt2EEC Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" --- Makefile 2012-03-11 15:26:33.000000000 +0400 +++ Makefile.orig 2012-03-11 15:30:19.000000000 +0400 @@ -55,8 +55,6 @@ How-To-Repeat: Just try to build this port without IPv6 support.
Responsible Changed From-To: freebsd-ports-bugs->dougb Over to maintainer (via the GNATS Auto Assign Tool)
-- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
State Changed From-To: open->closed Fixed in 1.81, and thank you very much for bringing this to my attention!