Skip site navigation (1)Skip section navigation (2)
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:   ports/68207: [PATCH] sysutils/healthd: [Suggested IPV6-problem avoidance]
Message-ID:  <200406221719.i5MHJvAA005553@relnor.com>
Resent-Message-ID: <200406221730.i5MHUM90085392@freefall.freebsd.org>

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

>Number:         68207
>Category:       ports
>Synopsis:       [PATCH] sysutils/healthd: [Suggested IPV6-problem avoidance]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 22 17:30:22 GMT 2004
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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