Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Mar 2012 11:34:10 GMT
From:      Alexey Markov <redrat@mail.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/165930: dns/p5-Net-DNS: Missed options support because of ports/165605
Message-ID:  <201203111134.q2BBYAR8031969@red.freebsd.org>
Resent-Message-ID: <201203111140.q2BBe7ER031121@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         165930
>Category:       ports
>Synopsis:       dns/p5-Net-DNS: Missed options support because of ports/165605
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 11 11:40:07 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Alexey Markov
>Release:        8.2-RELEASE-p6
>Organization:
JSC Complitex
>Environment:
FreeBSD meson.complitex.ru 8.2-RELEASE-p6 FreeBSD 8.2-RELEASE-p6 #0: Sat Jan  7
22:43:44 MSK 2012 redrat@meson.complitex.ru:/arc/obj/arc/src/sys/MESON amd64
>Description:
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.
>How-To-Repeat:
Just try to build this port without IPv6 support.
>Fix:
--- Makefile    2012-03-11 15:26:33.000000000 +0400
+++ Makefile.orig       2012-03-11 15:30:19.000000000 +0400
@@ -55,8 +55,6 @@

 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

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201203111134.q2BBYAR8031969>