svn commit: r471728 - head/comms/rxtx

Mark Linimon linimon at FreeBSD.org
Mon Jun 4 23:03:10 UTC 2018


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
 


More information about the svn-ports-all mailing list