Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Aug 2015 19:28:57 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r393892 - head/sysutils/consolehm
Message-ID:  <201508101928.t7AJSvPA094717@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Aug 10 19:28:57 2015
New Revision: 393892
URL: https://svnweb.freebsd.org/changeset/ports/393892

Log:
  - Mark ONLY_FOR_ARCHS: uses x86-only assembly from machine/cpufunc.h

Modified:
  head/sysutils/consolehm/Makefile

Modified: head/sysutils/consolehm/Makefile
==============================================================================
--- head/sysutils/consolehm/Makefile	Mon Aug 10 19:20:56 2015	(r393891)
+++ head/sysutils/consolehm/Makefile	Mon Aug 10 19:28:57 2015	(r393892)
@@ -10,16 +10,13 @@ MASTER_SITES=	LOCAL/fenner
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Console based hardware monitor for FreeBSD
 
-WRKSRC=		${WRKDIR}/consolehm/consolehm
+ONLY_FOR_ARCHS=	i386 amd64
+ONLY_FOR_ARCHS_REASON=	uses x86-only assembly from machine/cpufunc.h
 
 USES=		uidfix
 GNU_CONFIGURE=	yes
-PLIST_FILES=	bin/chm man/man8/chm.8.gz
-
-.include <bsd.port.pre.mk>
+WRKSRC=		${WRKDIR}/consolehm/consolehm
 
-.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
-BROKEN=		Does not compile on ia64, powerpc, or sparc64
-.endif
+PLIST_FILES=	bin/chm man/man8/chm.8.gz
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



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