svn commit: r425661 - head/sysutils/webjob

Mark Linimon linimon at FreeBSD.org
Tue Nov 8 02:37:53 UTC 2016


Author: linimon
Date: Tue Nov  8 02:37:52 2016
New Revision: 425661
URL: https://svnweb.freebsd.org/changeset/ports/425661

Log:
  Mark as broken on arm64 and mips64: fails to detect CPU.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/sysutils/webjob/Makefile

Modified: head/sysutils/webjob/Makefile
==============================================================================
--- head/sysutils/webjob/Makefile	Tue Nov  8 02:34:40 2016	(r425660)
+++ head/sysutils/webjob/Makefile	Tue Nov  8 02:37:52 2016	(r425661)
@@ -10,6 +10,9 @@ MASTER_SITES=	SF
 MAINTAINER=	klm at uidzero.org
 COMMENT=	Download and execute a program over HTTP/HTTPS
 
+BROKEN_arm64=	fails to build: aarch64 is not currently supported
+BROKEN_mips64=	fails to build: mips64 is not currently supported
+
 USES=		perl5 shebangfix tar:tgz
 SHEBANG_FILES=	tools/xshar/xshar
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list