Bug 165930

Summary: dns/p5-Net-DNS: Missed options support because of ports/165605
Product: Ports & Packages Reporter: Alexey Markov <redrat>
Component: Individual Port(s)Assignee: Doug Barton <dougb>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
- none

Description Alexey Markov 2012-03-11 11:40:07 UTC
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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-03-11 11:40:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dougb

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 crees 2012-03-11 12:09:17 UTC
-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

Comment 3 Doug Barton freebsd_committer freebsd_triage 2012-03-11 21:26:19 UTC
State Changed
From-To: open->closed


Fixed in 1.81, and thank you very much for bringing this to my attention!