Date: Tue, 31 Dec 2019 23:44:07 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r521665 - head/devel/fb-adb Message-ID: <201912312344.xBVNi7Xa020658@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912312344.xBVNi7Xa020658>