Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Apr 2001 12:47:37 +0930 (CST)
From:      mark@kyne.com.au
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/26588: Maintainer update: sysutils/cpuburn: don't build on alpha
Message-ID:  <200104150317.f3F3Hbt93139@aeris.kyne.com.au>

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

>Number:         26588
>Category:       ports
>Synopsis:       Maintainer update: sysutils/cpuburn: don't build on alpha
>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:   Sat Apr 14 20:20:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Mark Pulford
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
none
>Environment:

>Description:

cpuburn showed up in the beta Alpha errorlogs - it should only be built
for i386

>How-To-Repeat:

>Fix:
diff -urN -x CVS /usr/ports/sysutils/cpuburn/Makefile cpuburn/Makefile
--- /usr/ports/sysutils/cpuburn/Makefile	Sat Apr  7 15:35:55 2001
+++ cpuburn/Makefile	Sun Apr 15 12:32:20 2001
@@ -15,6 +15,8 @@
 MAINTAINER=	mark@kyne.com.au
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
+ONLY_FOR_ARCHS=	i386
+
 do-build:
 	@(cd ${BUILD_WRKSRC}; \
 	for CPU in BX K6 MMX P5 P6; do \
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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