summaryrefslogtreecommitdiff
path: root/devel/android-tools-fastboot (follow)
Commit message (Collapse)AuthorAgeFilesLines
* List in more categoriesJan Beich2016-12-161-1/+1
|
* devel/android-tools-{adb,fastboot}: update to 7.1.1.r4Jan Beich2016-12-062-9/+9
| | | | | Changes: https://android.googlesource.com/platform/system/core/+log/android-7.1.0_r4..android-7.1.1_r4/adb Changes: https://android.googlesource.com/platform/system/core/+log/android-7.1.0_r4..android-7.1.1_r4/fastboot
* devel/android-tools-{adb,fastboot}: update to 7.1.0.r4Jan Beich2016-10-292-9/+9
| | | | | Changes: https://android.googlesource.com/platform/system/core/+log/android-7.0.0_r1..android-7.1.0_r4/adb Changes: https://android.googlesource.com/platform/system/core/+log/android-7.0.0_r1..android-7.1.0_r4/fastboot
* devel/android-tools-{adb,fastboot}-devel: update to n.p.5.3582Jan Beich2016-09-292-0/+4
| | | | | Changes: https://android.googlesource.com/platform/system/core/+log/2f21b7cecda2..dfd30c4a169e/adb Changes: https://android.googlesource.com/platform/system/core/+log/2f21b7cecda2..dfd30c4a169e/fastboot
* Convert some port to the new GH_SUBDIR feature.Mathieu Arnold2016-08-241-1/+1
| | | | Sponsored by: Absolight
* devel/android-tools-{adb,fastboot}: update to 7.0.0.r1 (nougat)Jan Beich2016-08-2413-71/+195
| | | | | Changes: https://android.googlesource.com/platform/system/core/+log/android-6.0.1_r24..android-7.0.0_r1/adb Changes: https://android.googlesource.com/platform/system/core/+log/android-6.0.0_r26..android-7.0.0_r1/fastboot
* devel/android-tools-{adb,fastboot}-devel: update to n.p.5.126Jan Beich2016-08-092-0/+1
| | | | | Changes: https://android.googlesource.com/platform/system/core/+log/80beb506cf84..2f21b7cecda2/adb Changes: https://android.googlesource.com/platform/system/core/+log/80beb506cf84..2f21b7cecda2/fastboot
* devel/android-tools-{adb,fastboot}-devel: update to n.p.3.101Jan Beich2016-06-082-0/+4
| | | | | Changes: https://android.googlesource.com/platform/system/core/+log/d61bfb9a79e3..35d84096e9a5/adb Changes: https://android.googlesource.com/platform/system/core/+log/d61bfb9a79e3..35d84096e9a5/fastboot
* Drop default directory from _DEPENDS in my portsJan Beich2016-03-161-1/+1
| | | | https://lists.freebsd.org/pipermail/freebsd-ports/2015-October/100794.html
* Add Public Domain support to ports license framework. You can now useDmitry Marakasov2016-01-121-4/+2
| | | | | | | | | | | | | LICENSE= PD Note that although Public Domain is not technically a license, it's handled in the same way as licenses here, which is a common practice (Arch, Gentoo, Fedora, Debian, even FOSSology do the same). Convert all ports which redefine Public Domain LICENSE to LICENSE=PD. Approved by: portmgr (bapt) Differential Revision: D4149
* devel/android-tools-{adb,fastboot}: update to 6.0.0.r26Jan Beich2015-11-052-9/+9
| | | | | Changes: https://android.googlesource.com/platform/system/core/+log/android-6.0.0_r1..android-6.0.0_r26/adb (device only) Changes: https://android.googlesource.com/platform/system/core/+log/android-6.0.0_r1..android-6.0.0_r26/fastboot
* devel/android-tools-fastboot: fix copy/paste typo in r400115Jan Beich2015-10-241-2/+2
| | | | Reported by: sunpoet
* devel/android-tools-{adb,fastboot}: force all distfiles for |make makesum|Jan Beich2015-10-241-0/+4
| | | | | Forgetting to pass DISABLE_CONFLICTS= is easy to notice unlike a missing checksum. So, hook into makesum like with update-revision.
* devel/android-tools-{adb,fastboot}: update BASH to 20150902 snapshotJan Beich2015-10-242-13/+15
| | | | | | - Switch to the actual upstream on GitHub - Reduce overuse of :FOO make(1) variable modifiers - Restore conditional install via target option helper
* devel/android-tools-fastboot: don't search for selinuxfs mountpointJan Beich2015-10-133-2/+31
|
* devel/android-tools-*: slightly improve standalone buildJan Beich2015-10-132-8/+24
| | | | | | | | | | | - Try to derive {ADB,FASTBOOT}_REVISION from git(1) - Use pkg-config for libcrypto/libpcre/libusb (e.g. if they aren't in base) - Convert PORTDOCS into FILES (bsd.port.mk vs. bsd.prog.mk) - Partially convert to new testing framework - Put -lpthread last as enforced by base r274849 but prevent := assignment from mucking $ escaping in $() - |make clean| to clean files built by test target - Move up bsd.prog.mk in order to use ${PROG} and ${OBJS} defined in it
* devel/android-tools-{adb,fastboot}: update to 6.0.0.r1 (marshmallow)Jan Beich2015-10-098-28/+105
| | | | | | | | | | | - Integrate most changes from -devel slaves (e.g. r392432, r397252) - Get revision based on GH_TAGNAME (from JSON for releases) - Take maintainership Changes: https://android.googlesource.com/platform/system/core/+log/android-5.1.1_r4..android-6.0.0_r1/adb Changes: https://android.googlesource.com/platform/system/core/+log/android-5.1.1_r4..android-6.0.0_r1/fastboot Approved by: kevlo (adb maintainer) Differential Revision: https://reviews.freebsd.org/D3842
* Convert my ports to USES=localbaseJan Beich2015-09-261-3/+1
|
* devel/android-tools-*: restore CPPFLAGS support after r390135Jan Beich2015-09-262-16/+20
|
* Convert my ports to _VARS option helperJan Beich2015-08-281-5/+1
|
* devel/android-tools-fastboot-devel: move FreeBSD code to C++Jan Beich2015-07-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Copy files in order to fix the following errors. files/usb_freebsd.cpp:132:4: error: assigning to 'usb_handle *' from incompatible type 'void *' h = malloc(sizeof(*h)); ^ ~~~~~~~~~~~~~~~~~~ files/usb_freebsd.cpp:162:6: error: no matching function for call to 'libusb_bulk_transfer' if (libusb_bulk_transfer(h->handle, h->ep_out, (void *)(long)_data, len, &actlen, 0) < 0) ^~~~~~~~~~~~~~~~~~~~ /usr/include/libusb.h:478:5: note: candidate function not viable: cannot convert argument of incomplete type 'void *' to 'uint8_t *' (aka 'unsigned char *') int libusb_bulk_transfer(libusb_device_handle * devh, uint8_t endpoint, uint8_t *data, int length, int *transferred, uint32_t timeout); ^ files/usb_freebsd.cpp:172:6: error: no matching function for call to 'libusb_bulk_transfer' if (libusb_bulk_transfer(h->handle, h->ep_in, _data, len, &actlen, 0) < 0) ^~~~~~~~~~~~~~~~~~~~ /usr/include/libusb.h:478:5: note: candidate function not viable: cannot convert argument of incomplete type 'void *' to 'uint8_t *' (aka 'unsigned char *') int libusb_bulk_transfer(libusb_device_handle * devh, uint8_t endpoint, uint8_t *data, int length, int *transferred, uint32_t timeout); ^ 3 errors generated. fastboot.o: In function `find_item(char const*, char const*)': fastboot.cpp:(.text+0xea): undefined reference to `get_my_path'
* devel/android-tools-fastboot: drop unused headersJan Beich2015-06-251-10/+0
|
* devel/android-tools-fastboot-devel: add new slave port for git masterJan Beich2015-06-181-4/+6
| | | | | | A temporary port to facilitate testing and updating master. Changes: https://android.googlesource.com/platform/system/core/+log/53d504f/fastboot
* devel/android-tools-fastboot: shuffle CFLAGS to unbreak DragonFlyJan Beich2015-06-181-2/+7
| | | | | | | | | | | | | Avoid stepping into OS X platform code with off64_t workaround. cc ... -D__APPLE__ -D__MACH__ .../ext4_utils/ext4_utils.c In file included from .../ext4_utils/ext4_utils.c:43:0: /usr/include/sys/disk.h:49:2: error: #error "This file should not be included by userland programs." #error "This file should not be included by userland programs." ^ *** [ext4_utils.o] Error code 1 Reported by: DPorts
* devel/android-tools-fastboot: fix "devices" outputJan Beich2015-06-132-1/+5
| | | | | | | | | | | | | | | | | | | | | | | Catch up with the following upstream changes: https://android.googlesource.com/platform/system/core/+/b4add9b%5E!/ https://android.googlesource.com/platform/system/core/+/13081c6%5E!/ Before $ fastboot devices no permissions fastboot $ fastboot devices -l no permissions fastboot After $ fastboot devices ABCD1234 fastboot $ fastboot devices -l ABCD1234 fastboot ugen1.2
* devel/android-tools-fastboot: add new LICENSE after r389152Jan Beich2015-06-111-2/+5
|
* devel/android-tools-fastboot: add bash completion from DebianJan Beich2015-06-112-4/+18
|
* devel/android-tools-fastboot: warn about name conflict with fastboot(8)Jan Beich2015-06-112-1/+9
| | | | Suggested by: Jan Henrik Sylvester <me@janh.de>
* devel/android-tools-fastboot: clear Linuxisms in the manpageJan Beich2015-06-112-1/+41
|
* devel/android-tools-fastboot: integrate manpage in the buildJan Beich2015-06-112-3/+3
|
* devel/android-tools-fastboot: install protocol documentationJan Beich2015-06-111-0/+6
|
* devel/android-tools-fastboot: unbreak against libusb-1.0.9 from sf.netJan Beich2015-06-111-2/+2
| | | | | | | | | | | | | | | | | | inb4 someone actually tests on NetBSD or OpenBSD... files/usb_freebsd.c:57:2: error: must use 'struct' tag to refer to type 'libusb_device_descriptor' libusb_device_descriptor ddesc; ^ struct files/usb_freebsd.c:58:2: error: must use 'struct' tag to refer to type 'libusb_config_descriptor' libusb_config_descriptor *pcfg; ^ struct 2 errors generated. Tested by: md5
* devel/android-tools-fastboot: update to 5.1.1.r4Jan Beich2015-06-104-10/+27
|
* devel/android-tools-fastboot: update to 4.4.4.r2.0.1Jan Beich2015-06-103-7/+23
|
* devel/android-tools-fastboot: update to 4.2.2.r1.2Jan Beich2015-06-104-9/+85
| | | | | | | | | | | | android.googlesource.com archives have volatile timestamps which makes them impossible to use as distfiles due to varying checksum. android organization on GitHub doesn't have platform/system/extras mirror. And various private and non-vanilla clones seem to lack android-* tags that are necessary to sync modules. For now, use my own mirror to avoid local-distfiles and keep the port simple via multi-GitHub support.
* devel/android-tools-fastboot: add manpage from DebianJan Beich2015-06-102-1/+12
|
* devel/android-tools-fastboot: convert to DISTVERSIONPREFIXJan Beich2015-06-102-3/+3
|
* devel/android-tools-fastboot: inflict minor styleJan Beich2015-06-102-4/+4
| | | | | o Escape MAKE_ENV paths for consistency with my other ports o -I. == -I${.OBJDIR} while ${.OBJDIR} != ${.CURDIR} after |make obj|
* devel/android-tools-fastboot: add new portJan Beich2015-06-096-0/+289
Fastboot is a diagnostic protocol primarily used to update the flash filesystem of Android devices over USB. This package provides the fastboot command-line tool. Inspired by: devel/android-tools-adb Obtained from: hselasky @ libusb-devel