notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: devel/android-tools-fastboot/files/Makefile

Number of commits found: 29

Thursday, 9 Jun 2022
22:45 Neel Chauhan (nc) search for other commits by this committer
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`.
commit hash: 70cd49992b459b8d4bb69da5b22929205e1bfb9d commit hash: 70cd49992b459b8d4bb69da5b22929205e1bfb9d commit hash: 70cd49992b459b8d4bb69da5b22929205e1bfb9d commit hash: 70cd49992b459b8d4bb69da5b22929205e1bfb9d 70cd499
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
all: Remove all other $FreeBSD keywords.
commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d 135fdee
Tuesday, 3 Mar 2020
22:53 jbeich search for other commits by this committer
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
Original commitRevision:527733 
Tuesday, 29 Oct 2019
18:04 jbeich search for other commits by this committer
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
Original commitRevision:516023 
Monday, 16 Sep 2019
21:31 jbeich search for other commits by this committer
devel/android-tools-fastboot: better name file for FreeBSD support

While tested mainly on FreeBSD and DragonFly it may also work on
NetBSD and OpenBSD which use reference libusb implementation.
Original commitRevision:512191 
Thursday, 12 Sep 2019
14:57 jbeich search for other commits by this committer
devel/android-tools-fastboot: replace post-extract via GH_SUBDIR
Original commitRevision:511886 
12:57 jbeich search for other commits by this committer
devel/android-tools-fastboot: tabify after r511879
Original commitRevision:511880 
12:52 jbeich search for other commits by this committer
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
Original commitRevision:511879 
Friday, 6 Sep 2019
06:29 jbeich search for other commits by this committer
devel/android-tools-adb: glob(3) in FILES doesn't work on FreeBSD 12.0
Original commitRevision:511279 
Monday, 3 Jun 2019
15:14 jbeich search for other commits by this committer
devel/android-tools-adb: back out r498558 for breaking other BSDs

g++: error: ../libcutils/sockets.o: No such file or directory
Original commitRevision:503398 
Wednesday, 10 Apr 2019
11:51 jbeich search for other commits by this committer
devel/android-tools-adb: drop FreeBSD < 10.2 support after r430462
Original commitRevision:498558 
Wednesday, 15 Aug 2018
17:32 jbeich search for other commits by this committer
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)
Original commitRevision:477244 
Friday, 22 Dec 2017
10:49 jbeich search for other commits by this committer
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
Original commitRevision:456975 
10:48 jbeich search for other commits by this committer
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
  Version 27.0.0-4455170
  Installed as /tmp/platform-tools_r27.0.0-linux/adb

  $ platform-tools_r27.0.0-linux/fastboot --version
  fastboot version 27.0.0-4455170
  Installed as /tmp/platform-tools_r27.0.0-linux/fastboot

  $ adb version
  Android Debug Bridge version 1.0.39
  Version 27.0.0-0 86c2b588a369-android
  Installed as /usr/local/bin/adb

  $ fastboot --version
  fastboot version 27.0.0-0 86c2b588a369-android
  Installed as /usr/local/bin/fastboot
Original commitRevision:456974 
Wednesday, 20 Dec 2017
23:14 jbeich search for other commits by this committer
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
Original commitRevision:456869 
Monday, 30 Oct 2017
18:36 jbeich search for other commits by this committer
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
Original commitRevision:453204 
Tuesday, 22 Aug 2017
13:01 jbeich search for other commits by this committer
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
Original commitRevision:448522 
Wednesday, 24 Aug 2016
12:41 jbeich search for other commits by this committer
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
Original commitRevision:420787 
Tuesday, 13 Oct 2015
18:03 jbeich search for other commits by this committer
devel/android-tools-fastboot: don't search for selinuxfs mountpoint
Original commitRevision:399206 
18:03 jbeich search for other commits by this committer
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
Original commitRevision:399205 
Friday, 9 Oct 2015
15:25 jbeich search for other commits by this committer
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
Original commitRevision:398924 
Saturday, 26 Sep 2015
20:25 jbeich search for other commits by this committer
devel/android-tools-*: restore CPPFLAGS support after r390135
Original commitRevision:398011 
Thursday, 18 Jun 2015
01:46 jbeich search for other commits by this committer
devel/android-tools-fastboot: shuffle CFLAGS to unbreak DragonFly

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
Original commitRevision:390008 
Thursday, 11 Jun 2015
18:11 jbeich search for other commits by this committer
devel/android-tools-fastboot: integrate manpage in the build
Original commitRevision:389236 
Wednesday, 10 Jun 2015
23:18 jbeich search for other commits by this committer
devel/android-tools-fastboot: update to 5.1.1.r4
Original commitRevision:389153 
23:18 jbeich search for other commits by this committer
devel/android-tools-fastboot: update to 4.4.4.r2.0.1
Original commitRevision:389152 
23:18 jbeich search for other commits by this committer
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.
Original commitRevision:389151 
09:47 jbeich search for other commits by this committer
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|
Original commitRevision:389028 
Tuesday, 9 Jun 2015
21:53 jbeich search for other commits by this committer
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
Original commitRevision:389005 

Number of commits found: 29