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-devel/files/Makefile

Number of commits found: 16

Monday, 11 Sep 2017
04:58 jbeich search for other commits by this committer
devel/android-tools-{adb,fastboot}-devel: chase platform version output
Original commitRevision:449604 
Sunday, 2 Jul 2017
23:22 jbeich search for other commits by this committer
devel/android-tools-fastboot-devel: drop unused file after r422901
Original commitRevision:444907 
Thursday, 22 Jun 2017
13:04 jbeich search for other commits by this committer
devel/android-tools-fastboot-devel: oops, fix docs after r444112
Original commitRevision:444113 
12:43 jbeich search for other commits by this committer
devel/android-tools-fastboot-devel: update to o.p.2.332

Changes:	https://android.googlesource.com/platform/system/core/+log/dfd30c4a169e..d1e9e7bc06f0/fastboot
Original commitRevision:444112 
Tuesday, 9 Aug 2016
16:48 jbeich search for other commits by this committer
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
Original commitRevision:419937 
Wednesday, 8 Jun 2016
15:51 jbeich search for other commits by this committer
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
Original commitRevision:416544 
Friday, 18 Mar 2016
14:49 jbeich search for other commits by this committer
devel/android-tools-fastboot-devel: unbreak build on DragonFly (like r400822)

fastboot.o:fastboot.cpp:function std::_Function_handler<void
(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >
const&), main::{lambda(std::__cxx11::basic_string<char, std::char_traits<char>,
std::allocator<char> > const&)#1}>::_M_invoke(std::_Any_data const&,
std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >
const&): error: undefined reference to
'fs_get_generator(std::__cxx11::basic_string<char, std::char_traits<char>,
std::allocator<char> > const&)'
fastboot.o:fastboot.cpp:function fb_perform_format(Transport*, char const*, int,
char const*, char const*) [clone .constprop.79]: error: undefined reference to
'fs_get_generator(std::__cxx11::basic_string<char, std::char_traits<char>,
std::allocator<char> > const&)'
fastboot.o:fastboot.cpp:function fb_perform_format(Transport*, char const*, int,
char const*, char const*) [clone .constprop.79]: error: undefined reference to
'fs_generator_generate(fs_generator const*, int, long long)'

Reported by:	muscles.dragonflybsd.org
Original commitRevision:411358 
Monday, 22 Feb 2016
16:25 jbeich search for other commits by this committer
devel/android-tools-{adb,fastboot}-devel: update to m.p.6425

Changes:	https://android.googlesource.com/platform/system/core/+log/aef26bb1a4ad..aef26bb1a4ad/adb
Changes:	https://android.googlesource.com/platform/system/core/+log/aef26bb1a4ad..aef26bb1a4ad/fastboot
Original commitRevision:409356 
Wednesday, 16 Dec 2015
01:55 jbeich search for other commits by this committer
devel/android-tools-{adb,fastboot}-devel: update to m.p.5956

Changes:	https://android.googlesource.com/platform/system/core/+log/0bb1ce06ea46..461a29540c01/adb
Changes:	https://android.googlesource.com/platform/system/core/+log/0bb1ce06ea46..461a29540c01/fastboot
Original commitRevision:403829 
Tuesday, 10 Nov 2015
22:18 jbeich search for other commits by this committer
devel/android-tools-{adb,fastboot}-devel: update to m.p.5498

Changes:	https://android.googlesource.com/platform/system/core/+log/f83766079e24..0bb1ce06ea46/adb
Changes:	https://android.googlesource.com/platform/system/core/+log/94c617ccbba4..0bb1ce06ea46/fastboot
Original commitRevision:401215 
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 
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 
Saturday, 18 Jul 2015
16:51 jbeich search for other commits by this committer
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'
Original commitRevision:392432 
16:42 jbeich search for other commits by this committer
devel/android-tools-{adb,fastboot}-devel: update to m.p.190

Changes:	https://android.googlesource.com/platform/system/core/+log/53d504f..683790a/adb
Changes:	https://android.googlesource.com/platform/system/core/+log/53d504f..683790a/fastboot
Original commitRevision:392431 
Thursday, 18 Jun 2015
22:45 jbeich search for other commits by this committer
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
Original commitRevision:390085 

Number of commits found: 16