svn commit: r403859 - in head/lang: gnatdroid-sysroot gnatdroid-sysroot-x86

John Marino marino at FreeBSD.org
Wed Dec 16 13:48:41 UTC 2015


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 at 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 at 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


More information about the svn-ports-head mailing list