Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Jun 2018 23:03:09 +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: r471728 - head/comms/rxtx
Message-ID:  <201806042303.w54N39p2039838@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Mon Jun  4 23:03:09 2018
New Revision: 471728
URL: https://svnweb.freebsd.org/changeset/ports/471728

Log:
  Fails the same way on powerpc64 as on arvmX.
  
  While here, mark as NOT_FOR mipsX.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/comms/rxtx/Makefile

Modified: head/comms/rxtx/Makefile
==============================================================================
--- head/comms/rxtx/Makefile	Mon Jun  4 22:58:16 2018	(r471727)
+++ head/comms/rxtx/Makefile	Mon Jun  4 23:03:09 2018	(r471728)
@@ -17,6 +17,9 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 BROKEN_armv6=		fails to link: librxtxParallel.so: No such file or directory
 BROKEN_armv7=		fails to link: librxtxParallel.so: No such file or directory
+BROKEN_powerpc64=	fails to link: librxtxParallel.so: No such file or directory
+NOT_FOR_ARCHS=		mips mips64
+NOT_FOR_ARCHS_REASON=	Java not available for this architecture
 
 USES=		gmake libtool zip
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806042303.w54N39p2039838>