- Re-introduce CPPFLAGS. Without it the configure test for libintl fails and nano crashes when the user selects one of the NLS supported languages
PR: 239189
* Introduce new option PGSQL and make it as default one to enable support
for PostgreSQL database backends
* Also add options for further languages (Brazilian, Chinese and Swedish)
* Correct the description and variables for the Franco-Canadian language
* Remove the now obsolete patch for ffmpeg4 that was added in r468853
* Add a patch to fix the automatic IP address detection with FreeBSD [2]
which prevents the start of SIP profiles.
* Reset the maintainer due three months of inactivity [2] and missing
feedback for the actual bug report [1].
PR: 238231 [1], 237268 [2]
Submitted by: Richard Allen <richard2891@gmail.com> [1] [2]
Approved by: maintainer timeout (1.5+ months [1], +3 months [2])
* Pet portlint by fixing whitespace issues in pkg-plist while I'm here.
Changelog:
* Add support for PostgreSQL 12
PR: 239452
Submitted by: lbartoletti <lbartoletti@tuxfamily.org> (maintainer)
hping3 is a command-line oriented TCP/IP packet assembler/analyzer.
This port is significantly modified version of already existing
older port net/hping but hping3 has more useful features like
IP options LSRR/SSRR etc.
net/hping3 does not conflict with net/hping due to different names
of installed files and both utilities may be installed same time.
which is needed for setting the admin password.
Also add a hint for IPTV users which might need a symlink for
ffmpeg if they use one of the very popular channel lists.
Wayfire is a wayland compositor based on wlroots. It aims to create a
customizable, extendable and lightweight environment without
sacrificing its appearance.
https://wayfire.org/
This adds USES=compiler:c11 because of:
/usr/local/poudriere/ports/default/science/ncnn/work/ncnn-20190611-40-gd3be711/src/layer/convolutiondepthwise.cpp:450: error: expected '#pragma omp' clause before 'collapse'
It's detected that our base compiler supports OpenMP and new OpenMP features are then used.
That's why we need new GCC. USES=compiler:openmp would work but it uses a base compiler. Since this port builds also without OpenMP, no further modifications are needed.
Approved by: mentors (implicit approval)