From steve@stevenwills.com  Wed Jun 19 07:24:43 2002
Return-Path: <steve@stevenwills.com>
Received: from stevenwills.com (rdu26-41-222.nc.rr.com [66.26.41.222])
	by hub.freebsd.org (Postfix) with ESMTP id 09A6237B406
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 19 Jun 2002 07:24:42 -0700 (PDT)
Received: from tigger.example.com (slw@localhost [127.0.0.1])
	by stevenwills.com (8.12.3/8.12.3) with ESMTP id g5JEOecF063677
	(version=TLSv1/SSLv3 cipher=EDH-DSS-DES-CBC3-SHA bits=168 verify=NOT)
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 19 Jun 2002 10:24:41 -0400 (EDT)
	(envelope-from steve@tigger.example.com)
Received: (from steve@localhost)
	by tigger.example.com (8.12.3/8.12.3/Submit) id g5JEOeTj063676;
	Wed, 19 Jun 2002 10:24:40 -0400 (EDT)
Message-Id: <200206191424.g5JEOeTj063676@tigger.example.com>
Date: Wed, 19 Jun 2002 10:24:40 -0400 (EDT)
From: Steve Wills <steve@stevenwills.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: healthd port should allow -DWITHOUT_IPV6
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         39526
>Category:       ports
>Synopsis:       healthd port should allow -DWITHOUT_IPV6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    jeh
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 19 07:30:08 PDT 2002
>Closed-Date:    Wed Jun 19 09:12:41 PDT 2002
>Last-Modified:  Wed Jun 19 09:12:41 PDT 2002
>Originator:     Steve Wills
>Release:        FreeBSD 4.6-RELEASE i386
>Organization:
>Environment:
System: FreeBSD tigger.example.com 4.6-RELEASE FreeBSD 4.6-RELEASE #0: Wed Jun 12 20:47:38 EDT 2002 steve@tigger.example.com:/common/FreeBSD/obj/common/FreeBSD/src/sys/TIGGER i386


>Description:
	The healthd port should work on systems which do not include IPv6 support,
but currently does not. Not everyone uses IPv6 and some who don't remove it
from their kernels to save space. Applying the patch included allows one to
define WITHOUT_IPV6, as is common in many ports.
>How-To-Repeat:
	Try to use healthd on a system which doesn't include IPv6 support.
>Fix:

	Apply this patch:

--- Makefile.orig	Wed Jun 19 09:58:35 2002
+++ Makefile	Wed Jun 19 10:19:42 2002
@@ -7,6 +7,7 @@
 
 PORTNAME=	healthd
 PORTVERSION=	0.6.7
+PORTREVISION=   1
 CATEGORIES=	sysutils ipv6
 MASTER_SITES=	http://healthd.thehousleys.net/
 
@@ -27,7 +28,7 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} < 400014
+.if ${OSVERSION} < 400014 || defined(WITHOUT_IPV6)
 CONFIGURE_ARGS+=	--disable-ipv6
 .endif
 


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->jeh 
Responsible-Changed-By: pat 
Responsible-Changed-When: Wed Jun 19 07:34:30 PDT 2002 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=39526 
State-Changed-From-To: open->closed 
State-Changed-By: jeh 
State-Changed-When: Wed Jun 19 09:12:23 PDT 2002 
State-Changed-Why:  
Committed.  Thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=39526 
>Unformatted:
