Date: Wed, 10 Jun 2015 23:18:24 +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: r389152 - in head/devel/android-tools-fastboot: . files Message-ID: <201506102318.t5ANIOSY038697@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Wed Jun 10 23:18:23 2015 New Revision: 389152 URL: https://svnweb.freebsd.org/changeset/ports/389152 Log: devel/android-tools-fastboot: update to 4.4.4.r2.0.1 Modified: head/devel/android-tools-fastboot/Makefile (contents, props changed) head/devel/android-tools-fastboot/distinfo (contents, props changed) head/devel/android-tools-fastboot/files/Makefile (contents, props changed) Modified: head/devel/android-tools-fastboot/Makefile ============================================================================== --- head/devel/android-tools-fastboot/Makefile Wed Jun 10 23:18:09 2015 (r389151) +++ head/devel/android-tools-fastboot/Makefile Wed Jun 10 23:18:23 2015 (r389152) @@ -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/:.*//} \ Modified: head/devel/android-tools-fastboot/distinfo ============================================================================== --- head/devel/android-tools-fastboot/distinfo Wed Jun 10 23:18:09 2015 (r389151) +++ head/devel/android-tools-fastboot/distinfo Wed Jun 10 23:18:23 2015 (r389152) @@ -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 Modified: head/devel/android-tools-fastboot/files/Makefile ============================================================================== --- head/devel/android-tools-fastboot/files/Makefile Wed Jun 10 23:18:09 2015 (r389151) +++ head/devel/android-tools-fastboot/files/Makefile Wed Jun 10 23:18:23 2015 (r389152) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506102318.t5ANIOSY038697>