Created attachment 185025 [details] shar QAs: * pourdriere * portlint * runs fine
Created attachment 185264 [details] shar
Looks good, CMAKE_ARGS= -DCMAKE_BUILD_TYPE="Release" is redundant with USES= cmake though, was removed.
A commit references this bug: Author: ultima Date: Sat Aug 19 17:49:44 UTC 2017 New revision: 448346 URL: https://svnweb.freebsd.org/changeset/ports/448346 Log: A set of utilities to inspect other plugins: * The Atom Inspector is meant as a monitor/debug tool for LV2 plugin and host authors. It captures all Atom events sent to its event input port and presents them on its user interface for convenient nested browsing. * The MIDI Inspector is meant as a monitor/debug tool for LV2 plugin and host authors. It captures all MIDI events sent to its event input port and presents them on its user interface for convenient nested browsing. * The OSC Inspector is meant as a monitor/debug tool for LV2 plugin and host authors. It captures all OSC events sent to its event input port and presents them on its user interface for convenient nested browsing. WWW: https://open-music-kontrollers.ch/lv2/sherlock/ PR: 221226 Submitted by: Yuri Victorovich (maintainer) Reviewed by: matthew (mentor) Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D12080 Changes: head/audio/Makefile head/audio/sherlock-lv2/ head/audio/sherlock-lv2/Makefile head/audio/sherlock-lv2/distinfo head/audio/sherlock-lv2/files/ head/audio/sherlock-lv2/files/patch-pugl_pugl_pugl__x11.c head/audio/sherlock-lv2/pkg-descr head/audio/sherlock-lv2/pkg-plist
Committed, thanks!