graphics/drm-current-kmod: Update to latest snapshot.
Fixes compilation on recent HEAD.
Update drm driver snapshots
Update the drm drivers for current (drm-current-kmod) and for 12
(drm-fbsd12.0-kmod) to their respective latest snapshots.
This includes fixes to debugging output using debugfs.
Approved by: jmd (maintainer, implicit)
Sponsored by: B3 Init (zeising)
Approved by: ports-secteam (implicit, drm-drivers blanket)
Update drm kmod ports
Update drm-fbsd11.2-kmod and drm-fbsd12.0-kmod to their latest snapshots.
This fixes loading order issues with ttm.
Approved by: ports-secteam (implicit, drm-driver blanket)
- Make sure man pages are always built correctly. They were
only built if asciidoc happened to be installed and
the output was XML instead of troff.
- Fix build on 13-CURRENT - the build picked up
OpenMP implicitly and didn't link the library to libomp
properly, which broke dependent ports (like graphics/ffmpeg).
- Fix build on releases if OpenMP was already installed.
- Enable building with OpenMP support by default on i386
and amd64.
- Bump revision
PR: 234285
Approved by: portmgr (build fix blanket)
Ports for Haskell *libraries* are going to be removed from the ports tree.
Haskell *applications* are going to be statically linked with all dependencies
( https://reviews.freebsd.org/D19730 ), so there is no reason to keep
Haskell libraries in tree.
If you think a port is wrongly marked and should stay, please contact haskell@
Submitted by: arrowd
Differential Revision: https://reviews.freebsd.org/D19244
This fixes the build errors:
[...]
ld: error: /wrkdirs/usr/ports/graphics/libpano13/work/libpano13-2.9.19/.libs/libpano13.so: undefined reference to ceil
ld: error: /wrkdirs/usr/ports/graphics/libpano13/work/libpano13-2.9.19/.libs/libpano13.so: undefined reference to atan
ld: error: /wrkdirs/usr/ports/graphics/libpano13/work/libpano13-2.9.19/.libs/libpano13.so: undefined reference to tan
[...]
by passing -lm to the linker flags for FreeBSD builds.
common/include/pcl/pcl_macros.h:420:4: error: aligned_malloc not supported on your platform
Oddly, this port builds on aarch64.
Approved by: portmgr (tier-2 blanket)
- Demosaic packs are no longer distributed nor supported upstream
- Bump PORTREVISON on all consumers due to libraw shlib version increase
Changes: https://www.libraw.org/news/libraw-0-19-2-release
This is required after the recent exiv2 update to 0.27, as exiv requires a
build with exceptions enabled, and KDE disables exceptions by default.
This fixes the build with GCC (for some reason, clang doesn't complain that
code that uses exceptions is built with -fno-exceptions).
PR: 236849
gstgldebug.h:28: error: redefinition of typedef 'GstGLAsyncDebug'
I chose a different approach from the PR. The trick is that since this
is a slave port, the patchdir by default is from the masterport. In my
fix, I put the patches back into this port's files/ subdir and do some
Makefile magic to invoke them.
PR: 233788 (based on)
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
Release 0.75.0:
core:
* Fix rendering of some annotations
* Fix crashes in broken files
* Small internal code improvements
cpp:
* Improve documentation
* tests: Add showing version information to poppler-dump
utils:
* pdfattach: new util
* pdftohtml: add -dataurls parameter
* pdftoppm: add -sep and -forcenum parameters
* pdftohtml: make singleHtml and stout not mutually exclusive
* pdfsig: fix use after free
- bump revisions of dependent ports due to shlib version change
PR: 236791
Exp-run by: antoine
Approved by: kwm (gnome)