svn commit: r444087 - head/lang/mosh

Mark Linimon linimon at FreeBSD.org
Wed Jun 21 22:50:45 UTC 2017


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].*
 


More information about the svn-ports-head mailing list