svn commit: r393892 - head/sysutils/consolehm

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Aug 10 19:28:58 UTC 2015


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


More information about the svn-ports-all mailing list