Use C++11 compiler:
/wrkdirs/usr/ports/audio/lvtk/work/lvtk-2.0.0rc1-14-g1028f69/lvtk/lvtk.hpp:186: error: ISO C++ forbids declaration of 'data_ptr_t' with no type
Release notes as always
https://www.fon.hum.uva.nl/praat/manual/What_s_new_.html
- got rid of flashing during a running cursor or when making a selection
in the Sound window or the Picture window.
- corrected a bug that caused the buttons at the top of a manual window
to be overwritten with text when scrolling.
While here, remove two reinplace-bits that no longer apply,
the source has changed to its own cast.
attempt to fill in the blanks (like FreeBSD support) in this port's
wscript's CPU feature detection. Build time CPU detection is problematic
in the context of package builds, so for now this assumes that all
amd64 CPUs have SSE and i386 CPUs don't. Juggling the flags in this
way also fixes the breakage uncovered by the latest glib update.
PR: 249959
Approved by: Michael Beer (maintainer)
The release notes are, as always, at
https://www.fon.hum.uva.nl/praat/manual/What_s_new_.html
with mostly the following:
- macOS updates
- extremum with cubic interpolation was incorrectly calculated
I have added a patch from GH pull request #1376 that fixes the CLI mode.
Mark the few remaining ports not building against this upgrade as broken
Instead of risking of missing anyone who got involed, I will just thank
all of them they will recognize themselves! This was a joint work of many
PR: 247278
Reviewed by: fluffy
exp-run antoine
Differential Revision: https://reviews.freebsd.org/D25279
Waf warning about duplicately-installed files somehow caused failure to find some files later.
This commit adds the patch to prevent duplicate file installation. This fixes the warning and hopefully fixes poudriere build.
I couldn't reproduce this failure in my poudriere.
Also:
* Strip binarires
* Fix WWW
MFH: 2020Q3
CMake Error in CMakeLists.txt:
Target "ncpamixer" requires the language dialect "CXX14" (with compiler
extensions), but CMake does not know the compile flags to use to enable it.
Approved by: portmgr (tier-2 blanket)