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: comms/usbmuxd/Makefile

Number of commits found: 32

Sunday, 3 Mar 2024
10:04 Nuno Teixeira (eduardo) search for other commits by this committer
comms/usbmuxd: Move man pages to share/man

Approved by:	portmgr (blanket)
commit hash: 4f689d157daa837a9d8c173341369691f229e082 commit hash: 4f689d157daa837a9d8c173341369691f229e082 commit hash: 4f689d157daa837a9d8c173341369691f229e082 commit hash: 4f689d157daa837a9d8c173341369691f229e082 4f689d1
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Sunday, 7 Feb 2021
14:18 jhale search for other commits by this committer
comms/usbmuxd: Revert the unnecessary change of ownership of the daemon added
in r564232.
Original commitRevision:564622 
Saturday, 6 Feb 2021
18:04 jhale search for other commits by this committer
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.
Original commitRevision:564232 
Thursday, 21 Jan 2021
14:37 jhale search for other commits by this committer
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.
Original commitRevision:562216 
Monday, 1 Oct 2018
21:43 rene search for other commits by this committer
Return avilla@'s ports to the pool after his commit bit got taken in for
safekeeping.
Original commitRevision:481072 
Thursday, 5 Jan 2017
22:58 jbeich search for other commits by this committer
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.
Original commitRevision:430669 
Friday, 1 Apr 2016
13:29 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412344 
Saturday, 5 Dec 2015
17:15 jbeich search for other commits by this committer
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
Original commitRevision:403071 
Thursday, 11 Jun 2015
15:07 avilla search for other commits by this committer
- 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.
Original commitRevision:389224 
Monday, 11 May 2015
23:53 amdmi3 search for other commits by this committer
- Add CPE info

Approved by:	portmgr blanket
Original commitRevision:386113 
Wednesday, 6 May 2015
15:16 mat search for other commits by this committer
Update ports in the [bcd]* categories to not use GH_COMMIT.

With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:385521 
Wednesday, 1 Oct 2014
11:28 tijl search for other commits by this committer
- 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
Original commitRevision:369717 
Sunday, 28 Sep 2014
22:58 avilla search for other commits by this committer
- 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.
Original commitRevision:369503 
Tuesday, 29 Jul 2014
18:41 adamw search for other commits by this committer
Convert a bunch of USE_BZIP2 to USES=tar:bzip2

Approved by:	portmgr (not really, but touches unstaged ports)
Original commitRevision:363371 
Friday, 28 Feb 2014
16:18 miwi search for other commits by this committer
- Stage support
Original commitRevision:346538 
Wednesday, 11 Dec 2013
15:10 bapt search for other commits by this committer
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in comms
Original commitRevision:336176 
Friday, 20 Sep 2013
16:03 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
comms)
Original commitRevision:327714 
Wednesday, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Tuesday, 7 May 2013
00:29 avilla search for other commits by this committer
- Update to 1.0.8.
Original commitRevision:317563 
Friday, 22 Mar 2013
20:06 makc search for other commits by this committer
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
Original commitRevision:314960 
Saturday, 5 Jan 2013
03:00 avilla search for other commits by this committer
- 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
Original commitRevision:309947 
Wednesday, 18 Apr 2012
23:23 avilla search for other commits by this committer
- 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]
Original commit
Saturday, 4 Feb 2012
17:39 avilla search for other commits by this committer
- 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]
Original commit
Thursday, 8 Sep 2011
12:03 avilla search for other commits by this committer
- Install Python scripts.
- Bump PORTREVISION.
Original commit
Tuesday, 22 Mar 2011
11:12 avilla search for other commits by this committer
- Update to 1.0.7.
Original commit
Monday, 7 Mar 2011
00:35 avilla search for other commits by this committer
- Rework the checks to allow running in crossbuilding environment.

Reported by:    pointyhat via pav
Original commit
Wednesday, 2 Mar 2011
03:01 avilla search for other commits by this committer
- Replace ECHO with ECHO_CMD.
Original commit
02:56 avilla search for other commits by this committer
- Mark BROKEN when base libusb is older than 1.0.4.

Reported by:    pointyhat via pav
Original commit
Monday, 28 Feb 2011
05:09 avilla search for other commits by this committer
'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
Original commit

Number of commits found: 32