notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: devel/android-tools-fastboot/Makefile
SVNWeb

Number of commits found: 67

Thu, 9 Jun 2022
[ 22:45 Neel Chauhan (nc) search for other commits by this committer ]    commit hash:70cd49992b459b8d4bb69da5b22929205e1bfb9d  commit hash:70cd49992b459b8d4bb69da5b22929205e1bfb9d  commit hash:70cd49992b459b8d4bb69da5b22929205e1bfb9d  70cd499  (Only the first 10 of 50 ports in this commit are shown above. View all ports for this commit)
devel/android-tools: New port: Android debugging tools

While I'm here, remove the old devel/android-tools-adb and
devel/android-tools-fastboot ports. These ports are long out-of-date
and the adb port especially had issues with certain devices.

This port was tested from a FreeBSD 14.0 system to flash both
LineageOS and GrapheneOS on a Google Pixel 3 using both `adb` and
`fastboot`.
Sat, 27 Nov 2021
[ 04:13 Neel Chauhan (nc) search for other commits by this committer ]    commit hash:5b2e47c024afe7949512f7b3b352334ad1b23b9c  commit hash:5b2e47c024afe7949512f7b3b352334ad1b23b9c  commit hash:5b2e47c024afe7949512f7b3b352334ad1b23b9c  5b2e47c 
devel/android-tools-fastboot: Release MAINTAINER
Thu, 25 Nov 2021
[ 21:40 Stefan Eßer (se) search for other commits by this committer ]    commit hash:04b9da414081a733478d3def4e1e3777908536c6  commit hash:04b9da414081a733478d3def4e1e3777908536c6  commit hash:04b9da414081a733478d3def4e1e3777908536c6  04b9da4  (Only the first 10 of 188 ports in this commit are shown above. View all ports for this commit)
*/*: Remove redundant '-*' from CONFLICTS definitions

The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Approved by: portmgr (blanket)
Sat, 8 May 2021
[ 03:17 Neel Chauhan (nc) search for other commits by this committer ]    commit hash:c8963e749d0e2522b093aa08b4486a7635f030e9  commit hash:c8963e749d0e2522b093aa08b4486a7635f030e9  commit hash:c8963e749d0e2522b093aa08b4486a7635f030e9  c8963e7 
devel/android-tools-fastboot: Adopt port
Wed, 7 Apr 2021
[ 08:09 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Sun, 31 Jan 2021
[ 01:55 jbeich search for other commits by this committer ] Original commit   Revision:563446 (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
Drop illusion of maintenance

Gift important ports (reset if undesired):
- multimedia/libmtp -> desktop@
- x11-drivers/xf86-input-wacom -> x11@
Wed, 15 Apr 2020
[ 19:15 jbeich search for other commits by this committer ] Original commit   Revision:531780
devel/android-tools-adb: fix TEST=on after r527733

socket_spec_test.cpp:101: Failure
Expected equality of these values:
  5555
  get_host_socket_spec_port("vsock:5555", &error)
    Which is: -1

* thread #1, name = 'adb_test', stop reason = signal SIGILL: privileged
instruction
    frame #0: 0x00000000003fc604 adb_test`GetThreadId() at
logger_write.cpp:240:31
   237  #endif
   238
   239  // Copied from base/threads.cpp
-> 240  static uint64_t GetThreadId() {
   241  #if defined(__BIONIC__)
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 3 Mar 2020
[ 22:53 jbeich search for other commits by this committer ] Original commit   Revision:527733 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
devel/android-tools-{adb,fastboot}: update to 29.0.6

Changes:	https://android.googlesource.com/platform/system/core/+log/platform-tools-29.0.5..platform-tools-29.0.6/adb
Changes:	https://android.googlesource.com/platform/system/core/+log/platform-tools-29.0.5..platform-tools-29.0.6/fastboot
Reported by:	portscout
Mon, 20 Jan 2020
[ 02:01 jbeich search for other commits by this committer ] Original commit   Revision:523601 (Only the first 10 of 24 ports in this commit are shown above. View all ports for this commit)
Simplify port-specific manpages location after r523104

Not all of my ports are covered because:
- USES=cmake requires patching devel/cmake to undo BSD-specific defaults
  (A good example why BSD quirks should stay in ports, not to be upstreamed)
- USES=meson and GNU_CONFIGURE require dropping --mandir argument
- ponscripter-sekai requires Templates/BSD.local.dist to NOT create PREFIX/man
Tue, 29 Oct 2019
[ 18:04 jbeich search for other commits by this committer ] Original commit   Revision:516023 (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
devel/android-tools-{adb,fastboot}: update to 29.0.5

Changes:	https://android.googlesource.com/platform/system/core/+log/platform-tools-29.0.4..platform-tools-29.0.5/adb
Changes:	https://android.googlesource.com/platform/system/core/+log/platform-tools-29.0.4..platform-tools-29.0.5/fastboot
Reported by:	portscout
Tue, 1 Oct 2019
[ 07:25 jbeich search for other commits by this committer ] Original commit   Revision:513460
devel/android-tools-{adb,fastboot}: update to 29.0.4

Changes:	https://android.googlesource.com/platform/system/core/+log/platform-tools-29.0.3..platform-tools-29.0.4/adb
Changes:	https://android.googlesource.com/platform/system/core/+log/platform-tools-29.0.3..platform-tools-29.0.4/fastboot
Reported by:	portscout
Thu, 12 Sep 2019
[ 14:57 jbeich search for other commits by this committer ] Original commit   Revision:511886
devel/android-tools-fastboot: replace post-extract via GH_SUBDIR
[ 14:45 jbeich search for other commits by this committer ] Original commit   Revision:511885
devel/android-tools-*: simplify via GH_TUPLE

Also, chase HTTP redirect in simpleperf
[ 12:52 jbeich search for other commits by this committer ] Original commit   Revision:511879 (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
devel/android-tools-fastboot: update to 29.0.3

Changes:       
https://android.googlesource.com/platform/system/core/+log/android-9.0.0_r3..platform-tools-29.0.3/fastboot
Fri, 6 Sep 2019
[ 06:29 jbeich search for other commits by this committer ] Original commit   Revision:511279
devel/android-tools-adb: glob(3) in FILES doesn't work on FreeBSD 12.0
Fri, 26 Jul 2019
[ 20:46 gerald search for other commits by this committer ] Original commit   Revision:507372 (Only the first 10 of 3853 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Wed, 12 Dec 2018
[ 01:35 gerald search for other commits by this committer ] Original commit   Revision:487272 (Only the first 10 of 3168 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
Wed, 15 Aug 2018
[ 17:32 jbeich search for other commits by this committer ] Original commit   Revision:477244 (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
devel/android-tools-{adb,fastboot}: update to 9.0.0.r3

Changes:	https://android.googlesource.com/platform/system/core/+log/android-8.1.0_r2..android-9.0.0_r3/adb
Changes:	https://android.googlesource.com/platform/system/core/+log/android-8.1.0_r2..android-9.0.0_r3/fastboot
MFH:		2018Q3 (mostly bug fixes)
Sun, 29 Jul 2018
[ 22:18 gerald search for other commits by this committer ] Original commit   Revision:475857 (Only the first 10 of 1480 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
Mon, 11 Jun 2018
[ 19:41 jbeich search for other commits by this committer ] Original commit   Revision:472201
devel/android-tools-fastboot: unbreak fetch

fetch:
https://anonscm.debian.org/cgit/android-tools/android-tools.git/plain/debian/fastboot.1?id=706e754:
Not Found

Submitted by:	jrm
Differential Revision:	https://reviews.freebsd.org/D15761
Fri, 22 Dec 2017
[ 10:49 jbeich search for other commits by this committer ] Original commit   Revision:456975
devel/android-tools-adb: update SDK version as part of makesum

- Extract platform SDK version out of platform/build repo
- Move version logic out of sub-makefile
- Simplify GH_REVISION
[ 10:48 jbeich search for other commits by this committer ] Original commit   Revision:456974
devel/android-tools-{adb,fastboot}: chase SDK version in --version after r456869

Keep in mind, the output is still not identical to upstream.

  $ platform-tools_r26.0.0-linux/adb version
  Android Debug Bridge version 1.0.39
  Revision 3db08f2c6889-android
  Installed as /tmp/platform-tools_r26.0.0-linux/adb

  $ platform-tools_r26.0.0-linux/fastboot --version
  fastboot version 3db08f2c6889-android
  Installed as /tmp/platform-tools_r26.0.0-linux/fastboot

  $ platform-tools_r27.0.0-linux/adb version
  Android Debug Bridge version 1.0.39
(Only the first 15 lines of the commit message are shown above View all of this commit message)
[ 10:48 jbeich search for other commits by this committer ] Original commit   Revision:456973
devel/android-tools-{adb,fastboot}: chase HTTP redirect
Wed, 20 Dec 2017
[ 23:14 jbeich search for other commits by this committer ] Original commit   Revision:456869
devel/android-tools-{adb,fastboot}: update to 8.1.0.r2

Changes:	https://android.googlesource.com/platform/system/core/+log/android-8.0.0_r24..android-8.1.0_r2/adb
Changes:	https://android.googlesource.com/platform/system/core/+log/android-8.0.0_r24..android-8.1.0_r2/fastboot
Mon, 30 Oct 2017
[ 18:36 jbeich search for other commits by this committer ] Original commit   Revision:453204 (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
devel/android-tools-{adb,fastboot}: update to 8.0.0.r24

Changes:	https://android.googlesource.com/platform/system/core/+log/android-8.0.0_r4..android-8.0.0_r24/adb
Changes:	https://android.googlesource.com/platform/system/core/+log/android-8.0.0_r4..android-8.0.0_r24/fastboot
Sun, 10 Sep 2017
[ 20:55 gerald search for other commits by this committer ] Original commit   Revision:449591 (Only the first 10 of 1201 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
Tue, 22 Aug 2017
[ 13:30 jbeich search for other commits by this committer ] Original commit   Revision:448531
devel/android-tools-adb-devel: switch to master FILESDIR
[ 13:01 jbeich search for other commits by this committer ] Original commit   Revision:448522 (Only the first 10 of 38 ports in this commit are shown above. View all ports for this commit)
devel/android-tools-{adb,fastboot}: update to 8.0.0.r4 (oreo)

Changes:	https://android.googlesource.com/platform/system/core/+log/android-7.1.2_r17..android-8.0.0_r4/adb
Changes:	https://android.googlesource.com/platform/system/core/+log/android-7.1.2_r17..android-8.0.0_r4/fastboot
Tue, 13 Jun 2017
[ 22:48 jbeich search for other commits by this committer ] Original commit   Revision:443543
devel/android-tools-{adb,fastboot,simpleperf}: update to 7.1.2.r17

Changes:	https://android.googlesource.com/platform/system/core/+log/android-7.1.1_r4..android-7.1.2_r17/adb
Changes:	https://android.googlesource.com/platform/system/core/+log/android-7.1.1_r4..android-7.1.2_r17/fastboot
Changes:	https://android.googlesource.com/platform/system/extras/+log/android-7.1.1_r4..android-7.1.2_r17/simpleperf
MFH:		2017Q2
Sat, 1 Apr 2017
[ 15:23 gerald search for other commits by this committer ] Original commit   Revision:437439 (Only the first 10 of 1118 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
Fri, 16 Dec 2016
[ 16:21 jbeich search for other commits by this committer ] Original commit   Revision:428686
List in more categories
Tue, 6 Dec 2016
[ 22:53 jbeich search for other commits by this committer ] Original commit   Revision:428001
devel/android-tools-{adb,fastboot}: update to 7.1.1.r4

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
Sat, 29 Oct 2016
[ 05:14 jbeich search for other commits by this committer ] Original commit   Revision:424893
devel/android-tools-{adb,fastboot}: update to 7.1.0.r4

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
Thu, 29 Sep 2016
[ 03:44 jbeich search for other commits by this committer ] Original commit   Revision:422901 (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
devel/android-tools-{adb,fastboot}-devel: update to n.p.5.3582

Changes:	https://android.googlesource.com/platform/system/core/+log/2f21b7cecda2..dfd30c4a169e/adb
Changes:	https://android.googlesource.com/platform/system/core/+log/2f21b7cecda2..dfd30c4a169e/fastboot
Wed, 24 Aug 2016
[ 14:50 mat search for other commits by this committer ] Original commit   Revision:420796 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
Convert some port to the new GH_SUBDIR feature.

Sponsored by:	Absolight
[ 12:41 jbeich search for other commits by this committer ] Original commit   Revision:420787 (Only the first 10 of 44 ports in this commit are shown above. View all ports for this commit)
devel/android-tools-{adb,fastboot}: update to 7.0.0.r1 (nougat)

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
Tue, 9 Aug 2016
[ 16:48 jbeich search for other commits by this committer ] Original commit   Revision:419937 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
devel/android-tools-{adb,fastboot}-devel: update to n.p.5.126

Changes:	https://android.googlesource.com/platform/system/core/+log/80beb506cf84..2f21b7cecda2/adb
Changes:	https://android.googlesource.com/platform/system/core/+log/80beb506cf84..2f21b7cecda2/fastboot
Wed, 8 Jun 2016
[ 15:51 jbeich search for other commits by this committer ] Original commit   Revision:416544 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
devel/android-tools-{adb,fastboot}-devel: update to n.p.3.101

Changes:	https://android.googlesource.com/platform/system/core/+log/d61bfb9a79e3..35d84096e9a5/adb
Changes:	https://android.googlesource.com/platform/system/core/+log/d61bfb9a79e3..35d84096e9a5/fastboot
Wed, 16 Mar 2016
[ 12:58 jbeich search for other commits by this committer ] Original commit   Revision:411229 (Only the first 10 of 30 ports in this commit are shown above. View all ports for this commit)
Drop default directory from _DEPENDS in my ports

https://lists.freebsd.org/pipermail/freebsd-ports/2015-October/100794.html
Tue, 12 Jan 2016
[ 14:33 amdmi3 search for other commits by this committer ] Original commit   Revision:405874 (Only the first 10 of 26 ports in this commit are shown above. View all ports for this commit)
Add Public Domain support to ports license framework. You can now use

    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
Thu, 5 Nov 2015
[ 01:52 jbeich search for other commits by this committer ] Original commit   Revision:400821
devel/android-tools-{adb,fastboot}: update to 6.0.0.r26

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
Sat, 24 Oct 2015
[ 16:28 jbeich search for other commits by this committer ] Original commit   Revision:400130
devel/android-tools-fastboot: fix copy/paste typo in r400115

Reported by:	sunpoet
[ 10:12 jbeich search for other commits by this committer ] Original commit   Revision:400116
devel/android-tools-{adb,fastboot}: force all distfiles for |make makesum|

Forgetting to pass DISABLE_CONFLICTS= is easy to notice unlike
a missing checksum. So, hook into makesum like with update-revision.
[ 10:12 jbeich search for other commits by this committer ] Original commit   Revision:400115
devel/android-tools-{adb,fastboot}: update BASH to 20150902 snapshot

- Switch to the actual upstream on GitHub
- Reduce overuse of :FOO make(1) variable modifiers
- Restore conditional install via target option helper
Tue, 13 Oct 2015
[ 18:03 jbeich search for other commits by this committer ] Original commit   Revision:399206
devel/android-tools-fastboot: don't search for selinuxfs mountpoint
[ 18:03 jbeich search for other commits by this committer ] Original commit   Revision:399205
devel/android-tools-*: slightly improve standalone build

- 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
Fri, 9 Oct 2015
[ 15:25 jbeich search for other commits by this committer ] Original commit   Revision:398924 (Only the first 10 of 43 ports in this commit are shown above. View all ports for this commit)
devel/android-tools-{adb,fastboot}: update to 6.0.0.r1 (marshmallow)

- 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
Sat, 26 Sep 2015
[ 20:26 jbeich search for other commits by this committer ] Original commit   Revision:398012
Convert my ports to USES=localbase
[ 20:25 jbeich search for other commits by this committer ] Original commit   Revision:398011
devel/android-tools-*: restore CPPFLAGS support after r390135
Fri, 28 Aug 2015
[ 14:57 jbeich search for other commits by this committer ] Original commit   Revision:395493
Convert my ports to _VARS option helper
Sat, 18 Jul 2015
[ 16:51 jbeich search for other commits by this committer ] Original commit   Revision:392432
devel/android-tools-fastboot-devel: move FreeBSD code to C++

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'
Thu, 18 Jun 2015
[ 22:45 jbeich search for other commits by this committer ] Original commit   Revision:390085
devel/android-tools-fastboot-devel: add new slave port for git master

A temporary port to facilitate testing and updating master.

Changes:	https://android.googlesource.com/platform/system/core/+log/53d504f/fastboot
Sat, 13 Jun 2015
[ 16:59 jbeich search for other commits by this committer ] Original commit   Revision:389471
devel/android-tools-fastboot: fix "devices" output

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
Thu, 11 Jun 2015
[ 18:14 jbeich search for other commits by this committer ] Original commit   Revision:389240
devel/android-tools-fastboot: add new LICENSE after r389152
[ 18:14 jbeich search for other commits by this committer ] Original commit   Revision:389239
devel/android-tools-fastboot: add bash completion from Debian
[ 18:13 jbeich search for other commits by this committer ] Original commit   Revision:389238
devel/android-tools-fastboot: warn about name conflict with fastboot(8)

Suggested by:	Jan Henrik Sylvester <me@janh.de>
[ 18:12 jbeich search for other commits by this committer ] Original commit   Revision:389237
devel/android-tools-fastboot: clear Linuxisms in the manpage
[ 18:11 jbeich search for other commits by this committer ] Original commit   Revision:389236
devel/android-tools-fastboot: integrate manpage in the build
[ 18:11 jbeich search for other commits by this committer ] Original commit   Revision:389235
devel/android-tools-fastboot: install protocol documentation
Wed, 10 Jun 2015
[ 23:18 jbeich search for other commits by this committer ] Original commit   Revision:389153
devel/android-tools-fastboot: update to 5.1.1.r4
[ 23:18 jbeich search for other commits by this committer ] Original commit   Revision:389152
devel/android-tools-fastboot: update to 4.4.4.r2.0.1
[ 23:18 jbeich search for other commits by this committer ] Original commit   Revision:389151
devel/android-tools-fastboot: update to 4.2.2.r1.2

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.
[ 23:17 jbeich search for other commits by this committer ] Original commit   Revision:389150
devel/android-tools-fastboot: add manpage from Debian
[ 23:17 jbeich search for other commits by this committer ] Original commit   Revision:389149
devel/android-tools-fastboot: convert to DISTVERSIONPREFIX
[ 09:47 jbeich search for other commits by this committer ] Original commit   Revision:389028
devel/android-tools-fastboot: inflict minor style

o Escape MAKE_ENV paths for consistency with my other ports
o -I. == -I${.OBJDIR} while ${.OBJDIR} != ${.CURDIR} after |make obj|
Tue, 9 Jun 2015
[ 21:53 jbeich search for other commits by this committer ] Original commit   Revision:389005
devel/android-tools-fastboot: add new port

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

Number of commits found: 67