Port details |
- usbmuxd Daemon for multiplexing connections over USB to iPhone/iPod Touch
- 1.1.1.58_1 comms =4 1.1.1.58_1Version of this port present on the latest quarterly branch.
- Maintainer: jhale@FreeBSD.org
- Port Added: 2011-02-28 05:10:27
- Last Update: 2024-07-12 06:24:35
- Commit Hash: f4bd2ee
- People watching this port, also watch:: mesa-libs, autoconf, libevent, openjpeg
- License: GPLv2 GPLv3
- WWW:
- https://www.libimobiledevice.org
- Description:
- 'usbmuxd' stands for "USB multiplexing daemon". This daemon is in
charge of multiplexing connections over USB to an iPhone or iPod
Touch. To users, it means you can sync your music, contacts, photos,
etc. over USB. To developers, it means you can connect to any
listening localhost socket on the device.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/comms/usbmuxd/ && make install clean
- To add the package, run one of these commands:
- pkg install comms/usbmuxd
- pkg install usbmuxd
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: usbmuxd
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1720421685
SHA256 (libimobiledevice-usbmuxd-1.1.1-58-gbc0b91c_GH0.tar.gz) = 2a88c8a27ba43cf00e9aed5b09791a5ce651758a87dc802954c73b0690ddacab
SIZE (libimobiledevice-usbmuxd-1.1.1-58-gbc0b91c_GH0.tar.gz) = 65593
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- autoconf>=2.72 : devel/autoconf
- automake>=1.16.5 : devel/automake
- libtoolize : devel/libtool
- Library dependencies:
-
- libplist-2.0.so : devel/libplist
- libimobiledevice-1.0.so : comms/libimobiledevice
- libimobiledevice-glue-1.0.so : comms/libimobiledevice-glue
- This port is required by:
- for Run
-
- filesystems/ifuse
- multimedia/droidcam
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for usbmuxd-1.1.1.58_1:
DEVD=on: Install devd(8) files
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- comms_usbmuxd
- USES:
- autoreconf cpe libtool localbase pathfix pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1.1.58_1 12 Jul 2024 06:24:35 |
Jason E. Hale (jhale) |
comms/usbmuxd: Workaround devd(8) race condition
When connecting an Apple device via USB, the device connects, usbmuxd is
started, then for reasons yet unknown, the device instantly disconnects,
and reconnects.
From dmesg when plugging in, for example:
ugen0.5: <Apple Inc. iPhone> at usbus0
<usbmuxd starts here>
ugen0.5: <Apple Inc. iPhone> at usbus0 (disconnected)
ugen0.5: <Apple Inc. iPhone> at usbus0
Due to the disconnect, the instance of usbmuxd that is spawned when the
device is first attached is subsequently killed by the unexplained
detach because the cdce(4) devices have not yet been created, but not (Only the first 15 lines of the commit message are shown above ) |
1.1.1.58 11 Jul 2024 01:45:32 |
Jason E. Hale (jhale) |
comms/usbmuxd: Update to latest git commit
This is needed to build with the rest of the libimobiledevice stack.
See next commit for more details.
PR: 280014
Reported by: <fabio.comolli@gmail.com> |
1.1.1_3 03 Mar 2024 10:04:09 |
Nuno Teixeira (eduardo) |
comms/usbmuxd: Move man pages to share/man
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.1.1_2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.1.1_2 30 Sep 2021 21:23:30 |
Rene Ladan (rene) |
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index |
1.1.1_2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.1.1_2 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
1.1.1_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.1.1_2 07 Feb 2021 14:18:13 |
jhale |
comms/usbmuxd: Revert the unnecessary change of ownership of the daemon added
in r564232. |
1.1.1_1 06 Feb 2021 18:04:55 |
jhale |
comms/usbmuxd: Add optional devd(8) configuration file to start and stop the
daemon as devices are attached and detached, respectively. (On by default)
Add GIDs/UIDs for usbmuxd to facilitate use with devd(8).
Patch configure.ac instead of configure since we are using autoreconf. Merge
post-patch target into this new patch for a cleaner Makefile. |
1.1.1 05 Feb 2021 09:23:43 |
rene |
comms/usbmuxd: fix build on 11.4 after r563570
Reported by: swills |
1.1.1 01 Feb 2021 12:42:53 |
rene |
Remove support for FreeBSD 12.1 from various ports.
FreeBSD 12.1 reached end-of-life today. Adjust the message
for the wine ports while here, since stable/13 has branched.
Submitted by: rene
Reviewed by: jbeich, mandree, mat, osa
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D28406 |
1.1.1 21 Jan 2021 14:37:32 |
jhale |
comms/libimobiledevice: Update to 1.3.0
comms/libusbmuxd: Update to 2.0.2
comms/usbmuxd: Update to 1.1.1
devel/libplist: Update to 2.2.0
Resurrect comms/py-libimobiledevice, update to 1.3.0
Resurrect devel/py-libplist, update to 2.2.0
Take maintainership of the ports listed above.
Bump PORTREVISION on consumers and adjust LIB_DEPENDS to new versioned library
names. |
1.1.0 01 Oct 2018 21:43:18 |
rene |
Return avilla@'s ports to the pool after his commit bit got taken in for
safekeeping. |
1.1.0 05 Jan 2017 22:58:02 |
jbeich |
Assume "pkg-config libusb*" works after 9.x EOL
FreeBSD appears to use different pkg-config name for 0.1.x API but it
doesn't matter much as 0.1, 1.0 and 2.0 share CFLAGS/LIBS. |
1.1.0 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
1.1.0 05 Dec 2015 17:15:28 |
jbeich |
comms/usbmuxd: apply udev workaround to DragonFly as well
--- 39-usbmuxd.rules ---
/usr/bin/sed -r -e 's|@udev_activation_rule[@]|RUN+="@sbindir@/usbmuxd --user
usbmux --udev"|g' -e 's|@sbindir[@]|/usr/local/sbin|g' < > 39-usbmuxd.rules
|| rm 39-usbmuxd.rules
sh: Syntax error: redirection unexpected (expecting word)
Reported by: http://muscles.dragonflybsd.org/bulk/latest-per-pkg/usbmuxd/
Approved by: portmgr blanket |
1.1.0 11 Jun 2015 15:07:49 |
avilla |
- Update libplist to 1.12.
- Update libusbmuxd to 1.0.10.
- Update libimobiledevice to 1.2.0.
- Update usbmuxd to 1.1.0.
This marks an important milestone with proper iOS 8 support that is
packed with new features, tools, speed improvements, code refactoring,
crash fixes, memory leak fixes and much more. |
1.0.9.a1 11 May 2015 23:53:37 |
amdmi3 |
- Add CPE info
Approved by: portmgr blanket |
1.0.9.a1 06 May 2015 15:16:54 |
mat |
Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
1.0.9.a1 05 May 2015 11:35:57 |
jbeich |
comms/usbmuxd: unbreak build on 10.2R and 11.0C
Try to autodetect ppoll(2) instead of hardcoding the list of
platforms lacking it thus using fallback.
GitHub: libimobiledevice/usbmuxd#36
PR: 199545
Reported by: pkg-fallout
Approved by: maintainer timeout (2 weeks) |
1.0.9.a1 01 Oct 2014 11:28:45 |
tijl |
- Remove :build from USES=libtool because this port does not need
/usr/local/bin/libtool
- Don't replace -lpthread with -pthread because they are the same |
1.0.9.a1 28 Sep 2014 22:58:52 |
avilla |
- 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. |
1.0.8 29 Jul 2014 18:41:17 |
adamw |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
1.0.8 28 Feb 2014 16:18:45 |
miwi |
- Stage support |
1.0.8 11 Dec 2013 15:10:44 |
bapt |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in comms |
1.0.8 20 Sep 2013 16:03:29 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
comms) |
1.0.8 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
1.0.8 07 May 2013 00:29:48 |
avilla |
- Update to 1.0.8. |
1.0.7_3 22 Mar 2013 20:06:15 |
makc |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
1.0.7_3 05 Jan 2013 03:00:15 |
avilla |
- Port to optionsNG.
- Trim headers.
- Cleanup COMMENT and LICENSE.
PR: 173807 [1]
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> [1], bapt via email |
1.0.7_3 18 Apr 2012 23:23:10 |
avilla |
- Fix build when devel/libinotify is installed [1], and add optional
dependency on it (defaulting to off).
- Use bsd.port.options.mk.
- Use IGNORE instead of BROKEN.
- Bump PORTREVISION.
PR: 166790 [1] |
1.0.7_2 04 Feb 2012 17:39:12 |
avilla |
- Move Python scripts to DATADIR to avoid spamming Python directories
without depending on Python. [1]
- Remove hardcoded Python binary path from Python scripts.
- Bump PORTREVISION.
Requested by: pav [1] |
1.0.7_1 08 Sep 2011 12:03:01 |
avilla |
- Install Python scripts.
- Bump PORTREVISION. |
1.0.7 22 Mar 2011 11:12:02 |
avilla |
- Update to 1.0.7. |
1.0.6 07 Mar 2011 00:35:46 |
avilla |
- Rework the checks to allow running in crossbuilding environment.
Reported by: pointyhat via pav |
1.0.6 02 Mar 2011 03:01:01 |
avilla |
- Replace ECHO with ECHO_CMD. |
1.0.6 02 Mar 2011 02:56:31 |
avilla |
- Mark BROKEN when base libusb is older than 1.0.4.
Reported by: pointyhat via pav |
1.0.6 28 Feb 2011 05:09:56 |
avilla |
'usbmuxd' stands for "USB multiplexing daemon". This daemon is in
charge of multiplexing connections over USB to an iPhone or iPod
touch. To users, it means you can sync your music, contacts, photos,
etc. over USB. To developers, it means you can connect to any
listening localhost socket on the device.
WWW: http://marcansoft.com/blog/iphonelinux/usbmuxd |