Date: Sun, 22 May 2016 01:12:09 +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: r415619 - head/devel/fb-adb Message-ID: <201605220112.u4M1C9Db063447@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Sun May 22 01:12:09 2016 New Revision: 415619 URL: https://svnweb.freebsd.org/changeset/ports/415619 Log: devel/fb-adb: update x86_64 NDK to r11c No PORTREVISION bump as it's unlikely to change the produced binary. Modified: head/devel/fb-adb/Makefile (contents, props changed) head/devel/fb-adb/distinfo (contents, props changed) Modified: head/devel/fb-adb/Makefile ============================================================================== --- head/devel/fb-adb/Makefile Sun May 22 01:11:52 2016 (r415618) +++ head/devel/fb-adb/Makefile Sun May 22 01:12:09 2016 (r415619) @@ -54,12 +54,13 @@ NDK_MASTER_SITES= https://dl.google.com/ # Prefer NDK from environment WRKSRC_ndk= ${ANDROID_NDK} .else -NDK_DISTFILES= ${DISTNAME_ndk}.bin:ndk,p7zip -DISTNAME_ndk= android-ndk-r10e-linux-${LINUX_RPM_ARCH:C/i.86/x86/} -WRKSRC_ndk= ${WRKDIR}/${DISTNAME_ndk:C/(-[^-]+){2}$//} +NDK_DISTFILES= ${NDK_DISTFILES_${LINUX_RPM_ARCH}} +NDK_DISTFILES_i686= android-ndk-r10e-linux-x86.bin:ndk,p7zip +NDK_DISTFILES_x86_64= android-ndk-r11c-linux-x86_64.zip:ndk +WRKSRC_ndk= ${WRKDIR}/${NDK_DISTFILES:R:C/(-[^-]+){2}$//} .endif NDK_BUILD_DEPENDS= ${LINUX_BASE_PORT} -NDK_USES= 7z:partial${OVERRIDE_LINUX_BASE_PORT:M*64:C/.+/,p7zip/} +NDK_USES= 7z:partial NDK_USE= LINUX=yes # build NDK_SHELL= ${SETENV} UNAME_s=Linux UNAME_m=${LINUX_RPM_ARCH} ${SH} NDK_CONFIGURE_ENV= ANDROID_NDK="${WRKSRC_ndk}" \ Modified: head/devel/fb-adb/distinfo ============================================================================== --- head/devel/fb-adb/distinfo Sun May 22 01:11:52 2016 (r415618) +++ head/devel/fb-adb/distinfo Sun May 22 01:12:09 2016 (r415619) @@ -1,6 +1,6 @@ SHA256 (android-ndk-r10e-linux-x86.bin) = 92b07d25aaad9b341a7f2b2a62402d508e948bf2dea3ee7b65a6aeb18bca7df5 SIZE (android-ndk-r10e-linux-x86.bin) = 394281908 -SHA256 (android-ndk-r10e-linux-x86_64.bin) = 102d6723f67ff1384330d12c45854315d6452d6510286f4e5891e00a5a8f1d5a -SIZE (android-ndk-r10e-linux-x86_64.bin) = 401522849 +SHA256 (android-ndk-r11c-linux-x86_64.zip) = ba85dbe4d370e4de567222f73a3e034d85fc3011b3cbd90697f3e8dcace3ad94 +SIZE (android-ndk-r11c-linux-x86_64.zip) = 794135138 SHA256 (facebook-fb-adb-1.4.4-124-gb230619_GH0.tar.gz) = ecac30fcec56cf98e548a62c62f056adaf568e0f23b6def6daf00ef19edd6954 SIZE (facebook-fb-adb-1.4.4-124-gb230619_GH0.tar.gz) = 250357
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605220112.u4M1C9Db063447>