ports/96717: sysutils/healthd: fix for !i386

Pav Lucistnik pav at FreeBSD.org
Wed May 3 14:30:26 UTC 2006


>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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list