svn commit: r521665 - head/devel/fb-adb

Jan Beich jbeich at FreeBSD.org
Tue Dec 31 23:44:07 UTC 2019


Author: jbeich
Date: Tue Dec 31 23:44:06 2019
New Revision: 521665
URL: https://svnweb.freebsd.org/changeset/ports/521665

Log:
  devel/fb-adb: unbreak NDK=off by partiall reverting r402846
  
  lang/gnatdroid-armv7 still exists, so disable Android x86 for now.

Modified:
  head/devel/fb-adb/Makefile   (contents, props changed)

Modified: head/devel/fb-adb/Makefile
==============================================================================
--- head/devel/fb-adb/Makefile	Tue Dec 31 23:43:31 2019	(r521664)
+++ head/devel/fb-adb/Makefile	Tue Dec 31 23:44:06 2019	(r521665)
@@ -52,8 +52,6 @@ OPTIONS_DEFAULT=NDK
 OPTIONS_EXCLUDE=${ARCH:Namd64:Ni386:C/.+/NDK/}
 OPTIONS_EXCLUDE_DragonFly=NDK
 
-NDK_BROKEN_OFF=	incomplete dependencies
-
 ASSERT_CONFIGURE_ENABLE=checking
 BASH_DESC=		Install JSON parser used by bash-completion
 BASH_RUN_DEPENDS=	jq:textproc/jq
@@ -100,5 +98,8 @@ post-patch-NDK-on:
 post-patch-NDK-off:
 	@${REINPLACE_CMD} -i '.aux.bak' -e 's/linux-android/aux-&/' \
 		${WRKSRC}/stub-*/configure
+# XXX lang/gnatdroid-x86 no longer exists
+	@${REINPLACE_CMD} -i '.x86-off.bak' -e 's/stub-x86[^,]*, //g' \
+		${WRKSRC}/configure.ac
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list