Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 May 2006 16:27:48 +0200 (CEST)
From:      Pav Lucistnik <pav@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/96717: sysutils/healthd: fix for !i386
Message-ID:  <200605031427.k43ERmjL028399@ikaros.oook.cz>
Resent-Message-ID: <200605031430.k43EUPn2064471@freefall.freebsd.org>

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

>Number:         96717
>Category:       ports
>Synopsis:       sysutils/healthd: fix for !i386
>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:   Wed May 03 14:30:25 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Pav Lucistnik
>Release:        FreeBSD 6.1-RC amd64
>Organization:
>Environment:
System: FreeBSD ikaros.oook.cz 6.1-RC FreeBSD 6.1-RC #0: Mon Apr 24 13:26:51 CEST 2006 root@ikaros.oook.cz:/usr/obj/usr/src/sys/SMP amd64

>Description:

I found out that healthd works just fine on amd64, if you sneak in patched
config.guess. So, change HAS_CONFIGURE to GNU_CONFIGURE (to get config.guess)
and remove ONLY_FOR_ARCHS.

>How-To-Repeat:
>Fix:

--- healthd.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/sysutils/healthd/Makefile,v
retrieving revision 1.52
diff -a -u -r1.52 Makefile
--- Makefile	17 Aug 2004 01:40:37 -0000	1.52
+++ Makefile	3 May 2006 14:25:59 -0000
@@ -14,10 +14,7 @@
 MAINTAINER=	jeh@FreeBSD.org
 COMMENT=	A daemon to monitor vital motherboard parameters
 
-ONLY_FOR_ARCHS=	i386
-
-USE_REINPLACE=	yes
-HAS_CONFIGURE=	yes
+GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--exec-prefix=${PREFIX}
 #
 # To allow reading the doWarn and doFail scripts remotely uncomment
--- healthd.diff ends here ---


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



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