in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542
make a PNG image containing a QR code from text
This module converts input text to a PNG image of a QR code containing the
text. The PNG image can either be stored to a file or it can be a scalar.
Image::PNG::Libpng requires "libpng" to be installed. "libpng" should
already be installed on most Linux and Windows systems.
- Code base compiles under USE_CXXSTD=gnu++98
- Use options helpers
- Fix no-op IMAGEMAGICK option; the patch to disable it no longer
did anything. With ImageMagick installed in the build environment
ImageMagick support was enabled regardless of option state
- Deprecate. It's unmaintained upstream and the build problems will
likely get worse over time
- Take maintainership
http://beefy11.nyi.freebsd.org/data/head-i386-default/p475217_s336659/logs/cuneiform-1.1.0_4.log
PR: 216197
This enables "make test" in every extension and eases
the test of changes to PHP.
I did ignore PHP 7.0 intentionally since it only receives
security updates and will EOL at the end of the year. Therefore
no great amount of work is expected for 7.0.
older generations
This adds support for older generations (previously only covered by radeon) and
newer generations (vegam) alongside firmware updates and gets us in sync with
the latest Linux firmware level. While there, correct message for unsupported
releases.
With some more testing of the newer lkpi-based DRM ports, users with older HW
may opt for the modern amdgpu driver.
Reviewed by: zeising (mentor)
Approved by: zeising (mentor)
Differential Revision: https://reviews.freebsd.org/D16401
wxWidgets 3.0 isn't actually required and it builds and runs fine with 2.8.
Loosen the version requirement in configure.ac.
PR: 229902
Approved by: Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer)
"USES=kmod" already adds kld to CATEGORIES so it is unnecessary to set
CATEGORIES to kld explicitly.
PR: 228543
Reviewed by: krion (mentor)
Approved by: krion (mentor)
Differential Revision: https://reviews.freebsd.org/D16359
opencv-core only needs protobuf to build and doesn't need tesseract at
all, so only add the LIB_DEPENDS when not building opencv-core
PR: 229800
Reported by: Ali Abdallah <aliovx@gmail.com>
Port changes:
* Change to DISTVERSION
* Add LICENSE_FILE
* Add to LIB_DEPENDS
* Now depends on Qt4
* Add options PULSEAUDIO JACK
* Improve the .sample generting code
Remove graphics/projectm-libvisual: it is merged into libprojectm
PR: 229825
Approved by: crees (removal of graphics/projectm-libvisual)
. Explicitly disable use of AVX with clang (see patch for links)
. Put non-SSL sources back on the list of MASTER_SITES
Bump PORTREVISION in the depending ports as appropriate.