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/faudio/Makefile

Number of commits found: 33

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
Saturday, 30 Apr 2022
08:03 Tobias C. Berner (tcberner) search for other commits by this committer
framework: convert bsd.gstreamer.mk to Uses/gstreamer.mk

- convert bsd.gstreamer.mk to Uses/gstreamer.mk
- convert ports tree to make use of USES=gstreamer
- remove duplicate dependency lines from the tree

Differential Revision: https://reviews.freebsd.org/D35097
commit hash: ca3f925d6eb53ff27e2a49775f6d33f52a587ae4 commit hash: ca3f925d6eb53ff27e2a49775f6d33f52a587ae4 commit hash: ca3f925d6eb53ff27e2a49775f6d33f52a587ae4 commit hash: ca3f925d6eb53ff27e2a49775f6d33f52a587ae4 ca3f925
Saturday, 1 May 2021
17:55 Tobias Kortkamp (tobik) search for other commits by this committer
Clean up some things

- Fix typos
- Remove duplicate variables
- Remove nop variables
- Clean up commented PORTREVISION
- Add missing USES

Reported by:	portscan
commit hash: 6707a3c942b51ab3e3cf110383e3119dfe2e49b0 commit hash: 6707a3c942b51ab3e3cf110383e3119dfe2e49b0 commit hash: 6707a3c942b51ab3e3cf110383e3119dfe2e49b0 commit hash: 6707a3c942b51ab3e3cf110383e3119dfe2e49b0 6707a3c
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
Saturday, 2 Jan 2021
15:36 riggs search for other commits by this committer
Update to upstream release 21.01.

Details:
- Bugfix release, see
  https://github.com/FNA-XNA/FAudio/releases/tag/21.01
Original commitRevision:559952 
Sunday, 4 Oct 2020
09:57 tcberner search for other commits by this committer
audio/faudio: update to 20.10

New Features:
    * XACT:
        * Add support for WAVESTOP notifications
        * Add support for engines without settings files (or empty settings
files)

Fixes:
    * Add power-of-two quantum fallback paths for *BSD and Emscripten
    * Return a unique error code for audio engines with a bad platform ID
    * Fix a deadlock in Wolfenstein: The Old Blood related to callbacks
    * Fix a crash for streaming WaveBanks when calling Destroy
    * stb_vorbis: Handle malloc(0) calls
Original commitRevision:551372 
Monday, 28 Sep 2020
05:05 tobik search for other commits by this committer
Reset MAINTAINER
Original commitRevision:550400 
Wednesday, 2 Sep 2020
19:44 tobik search for other commits by this committer
audio/faudio: Update to 20.09

FFMPEG has been replaced with GStreamer for a while.  Let the port
catch up.

Changes:	https://github.com/FNA-XNA/FAudio/releases/tag/20.09
Original commitRevision:547381 
Saturday, 1 Aug 2020
17:08 tobik search for other commits by this committer
audio/faudio: Update to 20.08

Changes:	https://github.com/FNA-XNA/FAudio/releases/tag/20.08
Original commitRevision:543917 
Wednesday, 1 Jul 2020
17:45 tobik search for other commits by this committer
audio/faudio: Update to 20.07

Changes:	https://github.com/FNA-XNA/FAudio/releases/tag/20.07
Original commitRevision:540983 
Thursday, 4 Jun 2020
18:16 tobik search for other commits by this committer
audio/faudio: Update to 20.06

Changes:	https://github.com/FNA-XNA/FAudio/releases/tag/20.06
Original commitRevision:537920 
Saturday, 2 May 2020
04:40 tobik search for other commits by this committer
audio/faudio: Update to 20.05

Changes:	https://github.com/FNA-XNA/FAudio/releases/tag/20.05
Original commitRevision:533656 
Saturday, 11 Apr 2020
14:15 jbeich search for other commits by this committer
audio/faudio: work around OSS audio crash

INFO: OpenAudioDevice failed: Fragment size must be a power of two

PR:		245533
Approved by:	tobik (maintainer)
Original commitRevision:531426 
Thursday, 2 Apr 2020
05:05 tobik search for other commits by this committer
audio/faudio: Update to 20.04

Changes:	https://github.com/FNA-XNA/FAudio/releases/tag/20.04
Original commitRevision:530259 
Wednesday, 4 Mar 2020
15:07 tobik search for other commits by this committer
audio/faudio: Update to 20.03

Changes:	https://github.com/FNA-XNA/FAudio/releases/tag/20.03
Original commitRevision:527756 
Sunday, 2 Feb 2020
18:01 tobik search for other commits by this committer
audio/faudio: Update to 20.02

Changes:	https://github.com/FNA-XNA/FAudio/releases/tag/20.02
Original commitRevision:524994 
Thursday, 2 Jan 2020
11:54 tobik search for other commits by this committer
audio/faudio: Update to 20.01

Changes:	https://github.com/FNA-XNA/FAudio/releases/tag/20.01
Original commitRevision:521832 
Sunday, 1 Dec 2019
17:33 tobik search for other commits by this committer
audio/faudio: Update to 19.12

Changes:	https://github.com/FNA-XNA/FAudio/releases/tag/19.12
Original commitRevision:518788 
Friday, 1 Nov 2019
17:52 tobik search for other commits by this committer
audio/faudio: Update to 19.11

Changes:	https://github.com/FNA-XNA/FAudio/releases/tag/19.11
Original commitRevision:516256 
Tuesday, 1 Oct 2019
11:27 tobik search for other commits by this committer
audio/faudio: Update to 19.10

Changes:	https://github.com/FNA-XNA/FAudio/releases/tag/19.10
Original commitRevision:513473 
Sunday, 1 Sep 2019
13:50 tobik search for other commits by this committer
audio/faudio: Update to 19.09

Changes:	https://github.com/FNA-XNA/FAudio/releases/tag/19.09
Original commitRevision:510692 
Monday, 5 Aug 2019
23:06 jbeich search for other commits by this committer
multimedia/ffmpeg: update to 4.2

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
Original commitRevision:508216 
Thursday, 1 Aug 2019
15:48 tobik search for other commits by this committer
audio/faudio: Update to 19.08

Changes:	https://github.com/FNA-XNA/FAudio/releases/tag/19.08
Original commitRevision:507776 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Original commitRevision:507372 
Monday, 1 Jul 2019
16:28 tobik search for other commits by this committer
audio/faudio: Update to 19.07

Changes:	https://github.com/FNA-XNA/FAudio/releases/tag/19.07
Original commitRevision:505617 
Saturday, 8 Jun 2019
15:23 tobik search for other commits by this committer
audio/faudio: Update to 19.06.07

Changes:	https://github.com/FNA-XNA/FAudio/releases/tag/19.06.07
Original commitRevision:503740 
Sunday, 2 Jun 2019
12:51 tobik search for other commits by this committer
audio/faudio: Update to 19.06

Changes:	https://github.com/FNA-XNA/FAudio/releases/tag/19.06
Original commitRevision:503311 
Wednesday, 1 May 2019
17:07 tobik search for other commits by this committer
audio/faudio: Update to 19.05

Changes:	https://github.com/FNA-XNA/FAudio/releases/tag/19.05
Original commitRevision:500597 
Monday, 1 Apr 2019
16:00 tobik search for other commits by this committer
audio/faudio: Update to 19.04

Changes:	https://github.com/FNA-XNA/FAudio/releases/tag/19.04
Original commitRevision:497489 
Friday, 1 Mar 2019
17:40 tobik search for other commits by this committer
audio/faudio: Update to 19.03

Changes:	https://github.com/FNA-XNA/FAudio/compare/19.02-23-ge5c9c20...19.03
Original commitRevision:494307 
Tuesday, 26 Feb 2019
22:48 tobik search for other commits by this committer
audio/faudio: Add missing USE_LDCONFIG
Original commitRevision:493986 
22:24 tobik search for other commits by this committer
New port: audio/faudio

FAudio is an XAudio reimplementation that focuses solely on developing
fully accurate DirectX Audio runtime libraries for the FNA project,
including XAudio2, X3DAudio, XAPO, and XACT3.

WWW: https://fna-xna.github.io/

Requested by:	gerald (for future versions of emulators/wine)
Original commitRevision:493984 

Number of commits found: 33