diff options
author | Alberto Villa <avilla@FreeBSD.org> | 2014-09-28 22:58:51 +0000 |
---|---|---|
committer | Alberto Villa <avilla@FreeBSD.org> | 2014-09-28 22:58:51 +0000 |
commit | c6c79da969e63a1b59f318e5e20c9a2475290bf2 (patch) | |
tree | 3519e27224702b200392e2556264193fb94f359e /comms/Makefile | |
parent | net/syncthing: put back patch to avoid upgrading, avoid stripping (diff) |
- Update libplist to 1.11.
- Split libusbmuxd.so into comms/libusbmuxd and update to 1.0.9.
- Update libimobiledevice to 1.1.6.
- Update usbmuxd to Git snapshot (~1.0.9).
- Document usbmuxd upgrade process.
This marks an important refactoring effort for proper iOS 7 support.
It's packed with new features, tools, speed improvements, code
refactoring, crash fixes, memory leak fixes and much more.
Notes
Notes:
svn path=/head/; revision=369503
Diffstat (limited to 'comms/Makefile')
-rw-r--r-- | comms/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comms/Makefile b/comms/Makefile index 01b7968b726f..89b31f012211 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -82,6 +82,7 @@ SUBDIR += libmodbus SUBDIR += libticables2 SUBDIR += libticalcs2 + SUBDIR += libusbmuxd SUBDIR += linrad SUBDIR += lirc SUBDIR += locator |