svn commit: r425669 - head/net-p2p/uhub

Mark Linimon linimon at FreeBSD.org
Tue Nov 8 03:20:50 UTC 2016


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


More information about the svn-ports-all mailing list