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/fossmixer/distinfo

Number of commits found: 3

Sunday, 1 Aug 2021
14:23 Alexey Dokuchaev (danfe) search for other commits by this committer
audio/fossmixer: fix illegal instruction error on some hosts

Previously, configure script was passing certain optimization options
by default; now it is protected by --enable-native switch which users
have to specify explicitly:

  -C_FLAGS=$C_FLAGS" -O3 -ffast-math `/bin/sh ./build/opt.sh \"$CC\"
-march=native`"
  +C_FLAGS=$C_FLAGS" -O2"

Take one step further and replace -O2 with our default CFLAGS which are
essentially the same, but safer (https://blog.regehr.org/archives/1307).

We must, however, force -msse2 on i386 for the build to succeed there;
other architectures might or might not need similar treatment as well.

PR:		257520
Submitted by:	maintainer (who is also upstream author)
commit hash: b8e8a959d729468d50b9399483bc6b6ba47cfac4 commit hash: b8e8a959d729468d50b9399483bc6b6ba47cfac4 commit hash: b8e8a959d729468d50b9399483bc6b6ba47cfac4 commit hash: b8e8a959d729468d50b9399483bc6b6ba47cfac4 b8e8a95
Friday, 22 Jan 2021
08:30 jhale search for other commits by this committer
audio/fossmixer: Update to 0.0.3

Update maintainer email address.

*While here*
Use SF macro in MASTER_SITES
Use USES=tar:xz instead of EXTRACT_SUFX
Remove redundant redefinition of WRKSRC

PR:		242088
Submitted by:	Jani Salonen <salojan@goto10.co> (maintainer)
Original commitRevision:562281 
Tuesday, 20 Aug 2019
12:33 rodrigo search for other commits by this committer
New port audio/fossmixer: Graphical mixer application for OSS

FOSS Mixer is a graphical mixer application for FreeBSD to control OSS
audio backend. Mixer can be use to control audio levels, set recording
source, and it includes white noise generator for testing the audio
output. It is pretty much what mixer(1) does. FOSS Mixer does not need
third party user interface library, it runs on plain X11/OpenGL.

PR:		239929
Submitted by:	manwe@suomi24.fi
Original commitRevision:509424 

Number of commits found: 3