Date: Tue, 8 Nov 2016 02:37:52 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425661 - head/sysutils/webjob Message-ID: <201611080237.uA82bqnG056202@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611080237.uA82bqnG056202>