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: audio/jack/distinfo

Number of commits found: 23

Friday, 10 Feb 2023
10:30 Fernando Apesteguía (fernape) search for other commits by this committer Author: Florian Walpen
audio/jack: Update to 1.9.22 release.

ChangeLog: https://github.com/jackaudio/jack2/releases/tag/v1.9.22

 * The waf autooption --example-tools has been removed.
 * The example clients and tools are no longer part of the jack2 project.
 * Drop dependencies that were only used for example clients and tools
   (readline, sndfile and zita libs)
 * Fix build with python3.11+
 * Fix compatibility with macOS 12+
 * Fix ringbuffer thread safety on ARM

PR:		269413
Reported by:	dev@submerge.ch (maintainer)
commit hash: 51040855256d176862aa2b8f71c5319cc548036e commit hash: 51040855256d176862aa2b8f71c5319cc548036e commit hash: 51040855256d176862aa2b8f71c5319cc548036e commit hash: 51040855256d176862aa2b8f71c5319cc548036e 5104085
Sunday, 17 Apr 2022
20:04 Yuri Victorovich (yuri) search for other commits by this committer Author: Florian Walpen
audio/jack: Update 1.9.20 -> 1.9.21

PR:		263344
commit hash: 7ed9659babf96ffcec63952acae0691315e31020 commit hash: 7ed9659babf96ffcec63952acae0691315e31020 commit hash: 7ed9659babf96ffcec63952acae0691315e31020 commit hash: 7ed9659babf96ffcec63952acae0691315e31020 7ed9659
Wednesday, 9 Feb 2022
16:19 Mikael Urankar (mikael) search for other commits by this committer
audio/jack: Fix alignas() on non-packed architectures

Unbreak the build with Clang on architectures where JACK uses non-packed
data structures, like arm64 or powerpc. The alignment errors are exposed
there because:
 * The non-packed data structures require 8 byte alignment.
 * alignas() is not allowed to weaken alignment requirements to 4 bytes.
 * Clang enforces this according to standard, GCC ignores it.

Use an additional alignas() specifier to let the compiler choose between
minimum alignment (packed) and "natural" alignment (non-packed). This is
both standard c++11 and compatible with older GCC, which does not
propagate alignment requirements of packed substructures properly.

PR:		261508
Submitted by:	Florian Walpen <dev@submerge.ch>
commit hash: 22c0c4f2a6e599c4530dc47025f9f7153262f381 commit hash: 22c0c4f2a6e599c4530dc47025f9f7153262f381 commit hash: 22c0c4f2a6e599c4530dc47025f9f7153262f381 commit hash: 22c0c4f2a6e599c4530dc47025f9f7153262f381 22c0c4f
Wednesday, 19 Jan 2022
10:44 Hans Petter Selasky (hselasky) search for other commits by this committer
audio/jack: Update to 1.9.20 release.

The FreeBSD specific changes have been upstreamed, we can fetch the original
sources again. Development of the client examples and tools has been split
from the JACK server, move them to the new port jack-example-tools.

This also includes a fix for missing library symbols, see bug #257696.

Take maintainership of audio/jack and audio/jack-example-tools .

PR: 257696
PR: 261256

Submitted by:   Florian Walpen <dev@submerge.ch>
Approved by:	pi (implicit)
commit hash: 93344cda77603560b6ba421778d92be03e70800b commit hash: 93344cda77603560b6ba421778d92be03e70800b commit hash: 93344cda77603560b6ba421778d92be03e70800b commit hash: 93344cda77603560b6ba421778d92be03e70800b 93344cd
Monday, 2 Aug 2021
16:03 Yuri Victorovich (yuri) search for other commits by this committer
audio/jack: Update to Jack2: 0.125.0 -> 1.9.16

Big thank you to Florian Walpen <dev@submerge.ch> and
Goran Mekić <meka@tilda.center> for working on Jack2.

PR:		251125
Submitted by:	Florian Walpen <dev@submerge.ch> (original version)
commit hash: 5708ae4005cedc7b84522f84b964092319d853cd commit hash: 5708ae4005cedc7b84522f84b964092319d853cd commit hash: 5708ae4005cedc7b84522f84b964092319d853cd commit hash: 5708ae4005cedc7b84522f84b964092319d853cd 5708ae4
Saturday, 12 Aug 2017
08:26 riggs search for other commits by this committer
Enable COOKEDMODE for more versatile soundcard support; use GitHub

Detailed log:
* Add COOKEDMODE option that turns on SNDCTL_DSP_COOKEDMODE.
  Without the cooked mode Jack's OSS driver currently fails for some
  soundcards (it chooses wrong sample rate). It's better to have
  COOKEDMODE=on by default since it often appears broken otherwise.
  Professionals probably want COOKEDMODE=off, after they make sure their
  soundcard works with jack.
* Switch to github for fetching the sources.
* Include the merged upstream pull request #60 to enable the realtime
  mode (-R).
* Add USES=autoreconf (github source doesn't include a configure script)
* Install more manpages.

PR:		220785
Submitted by:	yuri@rawbw.com
MFH:		2017Q3
Original commitRevision:447818 
Saturday, 6 May 2017
12:58 riggs search for other commits by this committer
Update to upstream version 0.125.0, add SNDIO option

PR:		218338
Submitted by:	tobik
Original commitRevision:440260 
Monday, 27 Oct 2014
19:31 nox search for other commits by this committer
- Update to 0.124.1 .
- Add patch to fix handling of signals during read/write operations.

PR:		194545
Submitted by:	hselasky
Original commitRevision:371602 
Saturday, 1 Oct 2011
18:36 bapt search for other commits by this committer
upgrade to 0.121.3
Original commit
Sunday, 18 Sep 2011
21:13 nox search for other commits by this committer
- Update to 0.121.2 .
- Cleanup flags handling and make docs building an OPTION.  [1]
- Update WWW.

Submitted by:   "b. f." <bf1783@googlemail.com> on -multimedia@ [1]
Approved by:    multimedia (kwm, via irc)
Original commit
Thursday, 16 Dec 2010
17:34 makc search for other commits by this committer
Add optional support for ALSA, off by default
Remove md5 sum while here

PR:             ports/153187
Approved by:    kwm (with multimedia hat)
Original commit
Friday, 16 Apr 2010
13:18 wxs search for other commits by this committer
- Update to 0.118.0

PR:             ports/145487
Submitted by:   Joseph S. Atkinson <jsa@wickedmachine.net>
Approved by:    multimedia@ (maintainer, via sylvio@)
Original commit
Monday, 30 Mar 2009
18:21 trasz search for other commits by this committer
Update to 0.116.2.

Approved by:    maintainer timeout
Original commit
Tuesday, 7 Oct 2008
23:46 gahr search for other commits by this committer
- Update to 0.109.2
Original commit
Monday, 16 Apr 2007
17:39 ahze search for other commits by this committer
Update to 0.103.0
Original commit
Tuesday, 23 Jan 2007
19:58 mezz search for other commits by this committer
Update to 0.102.28.20061216, a SVN version. A new port, ghostess, needs this
SVN version.

PR:             ports/108114
Submitted by:   trasz <trasz@pin.if.uz.zgora.pl>
Original commit
Wednesday, 6 Dec 2006
19:10 miwi search for other commits by this committer
- Update to 0.102.20

PR:             ports/106410
Submitted by:   trasz
Approved by:    Multimedia Team (ahze on irc)
Original commit
Wednesday, 7 Jun 2006
01:41 edwin search for other commits by this committer
update to version 0.101.1
Original commit
Tuesday, 8 Nov 2005
12:56 arved search for other commits by this committer
* Add SHA256 checksums for maintainerless ports i added to the ports collection
* Remove my name from blop pkg-descr
* Grab back maintainership for netio
Original commit
Wednesday, 26 Oct 2005
12:02 mnag search for other commits by this committer
Update to 0.100.0

PR:             87239
Submitted by:   James mcNaughton <bitbucket63-it@yahoo.com>
Original commit
Wednesday, 13 Oct 2004
11:52 arved search for other commits by this committer
Update to 0.99

PR:             72555
Submitted by:   Michael Johnson <ahze@ahze.net>
Original commit
Tuesday, 1 Jun 2004
09:23 arved search for other commits by this committer
Update to 0.98.1:
- The OSS driver is now part of the distribution
- Many FreeBSD fixes have been integrated
- Depend on doxygen to build Documentation
- Pretend not to maintain this port
Original commit
Tuesday, 9 Mar 2004
20:27 arved search for other commits by this committer
Add JACK an audio server

Requested by:   epilogue@allstream.net
Original commit

Number of commits found: 23