mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
devel/android-tools-fastboot: update to 4.4.4.r2.0.1
This commit is contained in:
parent
e509927864
commit
c15b79ad00
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=389152
3 changed files with 23 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= android-tools-fastboot
|
||||
DISTVERSIONPREFIX= android-
|
||||
DISTVERSION= 4.2.2_r1.2
|
||||
DISTVERSION= 4.4.4_r2.0.1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= https://anonscm.debian.org/cgit/android-tools/android-tools.git/plain/debian/:manpage
|
||||
DISTFILES= fastboot.1?id=706e754:manpage
|
||||
|
@ -15,8 +15,9 @@ LICENSE= APACHE20 BSD2CLAUSE
|
|||
LICENSE_COMB= multi
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= android jbeich:extras
|
||||
GH_PROJECT= platform_system_core platform_system_extras:extras
|
||||
GH_ACCOUNT= android jbeich:extras,libselinux
|
||||
GH_PROJECT= platform_system_core platform_system_extras:extras \
|
||||
platform_external_libselinux:libselinux
|
||||
|
||||
USES= uidfix
|
||||
BUILD_WRKSRC= ${WRKSRC}/fastboot
|
||||
|
@ -29,6 +30,7 @@ PLIST_FILES= bin/fastboot \
|
|||
post-extract:
|
||||
# Adjust paths relative to core
|
||||
@(cd ${WRKSRC_extras} && ${COPYTREE_SHARE} . ${WRKSRC})
|
||||
@${MV} ${WRKSRC_libselinux} ${WRKSRC}/libselinux
|
||||
|
||||
post-install:
|
||||
${INSTALL_MAN} ${_DISTDIR}/${DISTFILES:M*\:manpage:C/:.*//} \
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
SHA256 (fastboot.1?id=706e754) = 2af01b064440952a82f1602691a0fecc030302722a71444946fb70d9c423d283
|
||||
SIZE (fastboot.1?id=706e754) = 5906
|
||||
SHA256 (android-platform_system_core-android-4.2.2_r1.2_GH0.tar.gz) = a86a63b4acc75aa25540ab6cbcca88602a5f00ac6bd9b34a5e935ec29befbce7
|
||||
SIZE (android-platform_system_core-android-4.2.2_r1.2_GH0.tar.gz) = 991826
|
||||
SHA256 (jbeich-platform_system_extras-android-4.2.2_r1.2_GH0.tar.gz) = 0c066215575cb429522a1f77ceb952aabd881bed647ab0193d82f3daed761775
|
||||
SIZE (jbeich-platform_system_extras-android-4.2.2_r1.2_GH0.tar.gz) = 213995
|
||||
SHA256 (android-platform_system_core-android-4.4.4_r2.0.1_GH0.tar.gz) = e8391ac6aa6755f648f9925c7dc3ac04eb6dfff3948e214d96fac6e0fc741c07
|
||||
SIZE (android-platform_system_core-android-4.4.4_r2.0.1_GH0.tar.gz) = 1154454
|
||||
SHA256 (jbeich-platform_system_extras-android-4.4.4_r2.0.1_GH0.tar.gz) = 0edf5fa5ce7b2b46a1839dd1e486e2e8cdc83370b8c5505a0b0471359bc05077
|
||||
SIZE (jbeich-platform_system_extras-android-4.4.4_r2.0.1_GH0.tar.gz) = 272326
|
||||
SHA256 (jbeich-platform_external_libselinux-android-4.4.4_r2.0.1_GH0.tar.gz) = 7ad3e2c78ea30b777b1dc03318c489711a6ea4f2e56fcc49eec8624512fdd044
|
||||
SIZE (jbeich-platform_external_libselinux-android-4.4.4_r2.0.1_GH0.tar.gz) = 44455
|
||||
|
|
|
@ -16,6 +16,7 @@ SRCS+= util_freebsd.c
|
|||
.PATH: ${.CURDIR}/../ext4_utils
|
||||
SRCS+= allocate.c
|
||||
SRCS+= contents.c
|
||||
SRCS+= crc16.c
|
||||
SRCS+= ext4_utils.c
|
||||
SRCS+= ext4fixup.c
|
||||
SRCS+= extent.c
|
||||
|
@ -25,6 +26,15 @@ SRCS+= sha1.c
|
|||
SRCS+= uuid.c
|
||||
SRCS+= wipe.c
|
||||
|
||||
.PATH: ${.CURDIR}/../libselinux/src
|
||||
SRCS+= callbacks.c
|
||||
SRCS+= check_context.c
|
||||
SRCS+= freecon.c
|
||||
SRCS+= init.c
|
||||
SRCS+= label.c
|
||||
SRCS+= label_android_property.c
|
||||
SRCS+= label_file.c
|
||||
|
||||
.PATH: ${.CURDIR}/../libsparse
|
||||
SRCS+= backed_block.c
|
||||
SRCS+= output_file.c
|
||||
|
@ -38,10 +48,12 @@ SRCS+= centraldir.c
|
|||
SRCS+= zipfile.c
|
||||
|
||||
CFLAGS+=-D__APPLE__ -D__MACH__ # off64_t
|
||||
CFLAGS+=-DDARWIN # statfs
|
||||
CFLAGS+=-I${.CURDIR}
|
||||
CFLAGS+=-I${.CURDIR}/../include
|
||||
CFLAGS+=-I${.CURDIR}/../mkbootimg
|
||||
CFLAGS+=-I${.CURDIR}/../ext4_utils
|
||||
CFLAGS+=-I${.CURDIR}/../libselinux/include
|
||||
CFLAGS+=-I${.CURDIR}/../libsparse/include
|
||||
|
||||
LDADD+= -lusb -lz
|
||||
|
|
Loading…
Add table
Reference in a new issue