Date: Tue, 8 Nov 2016 03:20:49 +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: r425669 - head/net-p2p/uhub Message-ID: <201611080320.uA83KnLG073123@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Tue Nov 8 03:20:49 2016 New Revision: 425669 URL: https://svnweb.freebsd.org/changeset/ports/425669 Log: Mark as broken on armd64 and mips64. Modified: head/net-p2p/uhub/Makefile Modified: head/net-p2p/uhub/Makefile ============================================================================== --- head/net-p2p/uhub/Makefile Tue Nov 8 03:12:39 2016 (r425668) +++ head/net-p2p/uhub/Makefile Tue Nov 8 03:20:49 2016 (r425669) @@ -15,6 +15,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +BROKEN_arm64= fails to compile: CPUINFO not defined +BROKEN_mips64= fails to compile: strndup not found + USES= cmake perl5 sqlite USE_RC_SUBR= uhub USE_PERL5= build
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611080320.uA83KnLG073123>