Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Jun 2018 23:29:05 +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: r471732 - head/devel/py-jcc
Message-ID:  <201806042329.w54NT5qC050353@repo.freebsd.org>

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

Log:
  Mark as broken on powerpc64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/py-jcc/Makefile

Modified: head/devel/py-jcc/Makefile
==============================================================================
--- head/devel/py-jcc/Makefile	Mon Jun  4 23:18:21 2018	(r471731)
+++ head/devel/py-jcc/Makefile	Mon Jun  4 23:29:05 2018	(r471732)
@@ -16,6 +16,9 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BROKEN_armv6=		fails to link: /nxb-bin/usr/bin/ld: cannot find -ljava
 BROKEN_armv7=		fails to link: /nxb-bin/usr/bin/ld: cannot find -ljava
+BROKEN_powerpc64=	fails to link: /usr/bin/ld: cannot find -ljava
+NOT_FOR_ARCHS=		mips mips64
+NOT_FOR_ARCHS_REASON=	Java not available for this architecture
 
 USES=		python
 USE_PYTHON=	distutils autoplist



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