From weaseal@relnor.com  Tue Jun 22 17:20:13 2004
Return-Path: <weaseal@relnor.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 0051916A4CE; Tue, 22 Jun 2004 17:20:13 +0000 (GMT)
Received: from relnor.com (pcp694352pcs.lvngst01.md.comcast.net [68.50.16.152])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 940FD43D5A; Tue, 22 Jun 2004 17:20:12 +0000 (GMT)
	(envelope-from weaseal@relnor.com)
Received: from relnor.com (localhost [127.0.0.1])
	by relnor.com (8.12.11/8.12.11) with ESMTP id i5MHJvpO005554;
	Tue, 22 Jun 2004 13:19:57 -0400 (EDT)
	(envelope-from weaseal@relnor.com)
Received: (from root@localhost)
	by relnor.com (8.12.11/8.12.11/Submit) id i5MHJvAA005553;
	Tue, 22 Jun 2004 13:19:57 -0400 (EDT)
	(envelope-from weaseal)
Message-Id: <200406221719.i5MHJvAA005553@relnor.com>
Date: Tue, 22 Jun 2004 13:19:57 -0400 (EDT)
From: Walter Venable <weaseal@users.sourceforge.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: jeh@freebsd.org
Subject: [PATCH] sysutils/healthd: [Suggested IPV6-problem avoidance]
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         68207
>Category:       ports
>Synopsis:       [PATCH] sysutils/healthd: [Suggested IPV6-problem avoidance]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    jeh
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 22 17:30:22 GMT 2004
>Closed-Date:    Wed Jun 23 13:34:31 GMT 2004
>Last-Modified:  Wed Jun 23 13:34:31 GMT 2004
>Originator:     Walter Venable
>Release:        FreeBSD 4.10-STABLE i386
>Organization:
Just some guy in a dorm room.
>Environment:
System: FreeBSD relnor.com 4.10-STABLE FreeBSD 4.10-STABLE #0: Tue Jun 22 03:13:48 EDT 2004
>Description:
Under FreeBSD 4.x, if IPv6 support is disabled and healthd is compiled
normally, it will crash upon execution.  The WITHOUT_IPV6 option is already
allowed, however it is not explicitly noted by the port.  I feel that this
patch makes it more clear and will avoid confusion by displaying a
notification upon install that informs the user of the WITHOUT_IPV6 option.

Port maintainer (jeh@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
Just run the patch and see the new message.
>Fix:
Apply this patch.

--- healthd-0.7.6_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/sysutils/healthd/Makefile /usr/ports/sysutils/healthd_new/Makefile
--- /usr/ports/sysutils/healthd/Makefile	Sat May  8 23:52:39 2004
+++ /usr/ports/sysutils/healthd_new/Makefile	Tue Jun 22 13:16:05 2004
@@ -32,6 +32,17 @@
 
 .include <bsd.port.pre.mk>
 
+pre-everything::
+
+	@${ECHO} ""
+	@${ECHO} "	NOTICE:"
+	@${ECHO} ""
+	@${ECHO} "	If you do not have IPV6 support enabled on your system, please"
+	@${ECHO} "	specify the WITHOUT_IPV6=true option to avoid problems."
+	@${ECHO} "		Syntax: make WITHOUT_IPV6=true install"
+	@${ECHO} ""
+	@${ECHO} ""
+
 .if ${OSVERSION} < 400014 || defined(WITHOUT_IPV6)
 CONFIGURE_ARGS+=	--disable-ipv6
 .endif
--- healthd-0.7.6_1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->jeh 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Wed Jun 23 02:18:33 GMT 2004 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=68207 
State-Changed-From-To: open->closed 
State-Changed-By: jeh 
State-Changed-When: Wed Jun 23 13:34:03 GMT 2004 
State-Changed-Why:  
Committed a less obtrusive version, thanks. 

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