Created attachment 185009 [details] shar QAs: * pourdrier * portlint * runs fine
Created attachment 185256 [details] shar Fixed stripping.
Looks good, couple things * USE_CXXSTD= c++11 instead of CXXFLAGS= -std=c++11 * post-install mv & rm can be changed to REINPLACE_CMD for post-patch Already added these items, thanks for your contributions.
Thanks!
A commit references this bug: Author: ultima Date: Thu Aug 17 19:56:47 UTC 2017 New revision: 448185 URL: https://svnweb.freebsd.org/changeset/ports/448185 Log: Jalv runs LV2 plugins and exposes their ports as Jack ports, essentially making any LV2 plugin function as a Jack application. Jalv is a small program which is useful, but also intended to be an appropriate test host for plugin development. It runs plugins from the command line with no user interaction, is light enough to run in valgrind, and is capable of dumping all plugin to/from UI communication in a human readable format. WWW: https://drobilla.net/software/jalv PR: 221215 Submitted by: Yuri Victorovich (maintainer) Reviewed by: matthew (mentor) Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D12057 Changes: head/audio/Makefile head/audio/jalv/ head/audio/jalv/Makefile head/audio/jalv/distinfo head/audio/jalv/files/ head/audio/jalv/files/patch-wscript head/audio/jalv/pkg-descr head/audio/jalv/pkg-plist
Committed, thanks!
MARKED AS SPAM