From owner-freebsd-ports Wed Jun 19 7:30:30 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8E5C937B40D for ; Wed, 19 Jun 2002 07:30:08 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JEU8J09420; Wed, 19 Jun 2002 07:30:08 -0700 (PDT) (envelope-from gnats) Received: from stevenwills.com (rdu26-41-222.nc.rr.com [66.26.41.222]) by hub.freebsd.org (Postfix) with ESMTP id 09A6237B406 for ; 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 ; 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/39526: healthd port should allow -DWITHOUT_IPV6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 39526 >Category: ports >Synopsis: healthd port should allow -DWITHOUT_IPV6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jun 19 07:30:08 PDT 2002 >Closed-Date: >Last-Modified: >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 -.if ${OSVERSION} < 400014 +.if ${OSVERSION} < 400014 || defined(WITHOUT_IPV6) CONFIGURE_ARGS+= --disable-ipv6 .endif >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message