Bug 165930 - dns/p5-Net-DNS: Missed options support because of ports/165605
Summary: dns/p5-Net-DNS: Missed options support because of ports/165605
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Doug Barton
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-11 11:40 UTC by Alexey Markov
Modified: 2012-03-11 21:26 UTC (History)
0 users

See Also:


Attachments
- (621 bytes, application/octet-stream)
2012-03-11 12:09 UTC, crees
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!