Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Jun 2017 22:50:44 +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: r444087 - head/lang/mosh
Message-ID:  <201706212250.v5LMoiun076498@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Wed Jun 21 22:50:43 2017
New Revision: 444087
URL: https://svnweb.freebsd.org/changeset/ports/444087

Log:
  Fails to configure on aarch64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/lang/mosh/Makefile

Modified: head/lang/mosh/Makefile
==============================================================================
--- head/lang/mosh/Makefile	Wed Jun 21 22:47:01 2017	(r444086)
+++ head/lang/mosh/Makefile	Wed Jun 21 22:50:43 2017	(r444087)
@@ -18,6 +18,8 @@ LIB_DEPENDS=	libgmp.so:math/gmp \
 
 BROKEN_armv6=		fails to link: os_dep.c: undefined reference to '__stack_base__'
 BROKEN_mips64=		fails to compile: os_dep.c: redefinition of 'GC_register_dynamic_libraries'
+NOT_FOR_ARCHS=		aarch64
+NOT_FOR_ARCHS_REASON=	gcconfig.h: the collector has not been ported to this machine/OS combination
 
 CONFLICTS_INSTALL=	mosh-1.[0-9].*
 



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