Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Dec 2015 10:32:58 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r403859 - in head/lang: gnatdroid-sysroot gnatdroid-sysroot-x86
Message-ID:  <201512161032.tBGAWw5k073915@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Wed Dec 16 10:32:57 2015
New Revision: 403859
URL: https://svnweb.freebsd.org/changeset/ports/403859

Log:
  lang/gnatdroid-sysroot(-x86): Only for i386 and amd64
  
  The gnatdroid sysroot* and binutils* ports do build on other
  architectures, but the actually gnatroid cross-compilers do not.
  Until this changes, there is no point to build the dependencies
  so suppress their building on non-x86 platforms.

Modified:
  head/lang/gnatdroid-sysroot-x86/Makefile
  head/lang/gnatdroid-sysroot/Makefile

Modified: head/lang/gnatdroid-sysroot-x86/Makefile
==============================================================================
--- head/lang/gnatdroid-sysroot-x86/Makefile	Wed Dec 16 10:13:59 2015	(r403858)
+++ head/lang/gnatdroid-sysroot-x86/Makefile	Wed Dec 16 10:32:57 2015	(r403859)
@@ -12,6 +12,8 @@ DISTNAME=	android-${API}-x86
 MAINTAINER=	marino@FreeBSD.org
 COMMENT=	Android sysroots for C/Ada Android cross-compiler (x86)
 
+ONLY_FOR_ARCHS=	i386 amd64
+
 USES=		tar:bzip2
 NO_BUILD=	yes
 NO_MTREE=	yes

Modified: head/lang/gnatdroid-sysroot/Makefile
==============================================================================
--- head/lang/gnatdroid-sysroot/Makefile	Wed Dec 16 10:13:59 2015	(r403858)
+++ head/lang/gnatdroid-sysroot/Makefile	Wed Dec 16 10:32:57 2015	(r403859)
@@ -11,6 +11,8 @@ DISTNAME=	android-${API}-arm
 MAINTAINER=	marino@FreeBSD.org
 COMMENT=	Android sysroots for C/Ada Android cross-compiler
 
+ONLY_FOR_ARCHS=	i386 amd64
+
 USES=		tar:bzip2
 NO_BUILD=	yes
 NO_MTREE=	yes



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