diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-05-22 09:12:09 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-05-22 09:12:09 +0800 |
commit | 3b97e94d6b48e0cc9ccc899ce7a123f0f9d60f83 (patch) | |
tree | 4d285436e6fc3905e78668136af5d4279bdd7815 /devel/fb-adb | |
parent | 2fc31287e07394ad4da4ca8c65e5c92d587b90a2 (diff) | |
download | freebsd-ports-gnome-3b97e94d6b48e0cc9ccc899ce7a123f0f9d60f83.tar.gz freebsd-ports-gnome-3b97e94d6b48e0cc9ccc899ce7a123f0f9d60f83.tar.zst freebsd-ports-gnome-3b97e94d6b48e0cc9ccc899ce7a123f0f9d60f83.zip |
devel/fb-adb: update x86_64 NDK to r11c
No PORTREVISION bump as it's unlikely to change the produced binary.
Diffstat (limited to 'devel/fb-adb')
-rw-r--r-- | devel/fb-adb/Makefile | 9 | ||||
-rw-r--r-- | devel/fb-adb/distinfo | 4 |
2 files changed, 7 insertions, 6 deletions
diff --git a/devel/fb-adb/Makefile b/devel/fb-adb/Makefile index ae032c693455..5d438d2da2f6 100644 --- a/devel/fb-adb/Makefile +++ b/devel/fb-adb/Makefile @@ -54,12 +54,13 @@ NDK_MASTER_SITES= https://dl.google.com/android/ndk/:ndk,p7zip # 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}" \ diff --git a/devel/fb-adb/distinfo b/devel/fb-adb/distinfo index 938d24da2caa..890f26a75edf 100644 --- a/devel/fb-adb/distinfo +++ b/devel/fb-adb/distinfo @@ -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 |