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/moony-lv2/files/patch-CMakeLists.txt

Number of commits found: 3

Thursday, 24 May 2018
17:19 yuri search for other commits by this committer
audio/moony-lv2: Fix built on 10

Also change USES=cmake -> USES=cmake:outsource

As it turned out, cmake's check_function_exists doesn't find functions
in libm.so, so check_library_exists should be used.

PR:		228443
Submitted by:	tcberner (cmake part)
Original commitRevision:470793 
Saturday, 19 May 2018
07:32 yuri search for other commits by this committer
audio/moony-lv2: Unbreak on 12

Due to bug#221341 cpow/clog functions are missing, and were implemented ad-hoc
in the patch.
Recently clog has been added to 12 in r333577, which conflited with the ad-hoc
implementation of clog in the patch.
To correct this, cmake-level cpow/clog detection were added, and ad-hoc
implementations are now added
only when cpow/clog aren't present in the system.
Original commitRevision:470362 
Thursday, 17 Aug 2017
19:47 ultima search for other commits by this committer
Moony is a collection of LV2 plugins to easily add realtime programmable
logic glue in LV2 plugin graphs.

WWW: http://open-music-kontrollers.ch/lv2/moony

PR:		221343
Submitted by:	Yuri Victorovich (maintainer)
Reviewed by:	matthew (mentor)
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D12061
Original commitRevision:448182 

Number of commits found: 3