A few popular OpenGL X11 demos from Mesa:
- glxinfo prints capabilities of OpenGL driver
- glxgears draws rotating gears and prints FPS
Inspired by: D26077, glx-utils (CentOS, PkgSrc), glxinfo (AUR, MacPorts, Nix)
Motivated by: testing GLX on Xwayland, avoiding cruft and extra deps
- Add pkg-plist
- Update description
Short summary of differences between earlier versions and v2:
- Now VirtualPG is available as both a standard C/C++ library (libvirtualpg) and a dynamic extension module to SQLite (mod_virtualpg).
- Now the user can freely choose his/her preferred format for DATE / TIME / TIMESTAMP values.
- Transactions (BEGIN / COMMIT / ROLLBACK) are now fully honoured also on the PostgreSQL side.
- Write operations (INSER / UPDATE / DELETE) are now allowed only if the PostgreSQL user has the corresponding GRANT permissions.
- Write operations can be enabled only for PostgreSQL Tables explicitly declaring a PRIMARY KEY.
Changelog:
- 1.8.17 (2020-09-09)
- To fix issue #952 the fio-cat command no longer cuts feature geometries at the anti-meridian by default.
- A cut-at-antimeridian option has been added to allow cutting of geometries in a geographic destination coordinate reference system.
- 1.8.16 (2020-09-04)
- More OGR errors and warnings arising in calls to GDAL C API functions are surfaced (#946).
- A circular import introduced in some cases in 1.8.15 has been fixed (#945).
- 1.8.15 (2020-09-03)
- Change shim functions to not return tuples (#942) as a solution for the packaging problem reported in #941.
- Raise a Python exception when VSIFOpenL fails (#937).
Changelog:
* Bugfixes:
- Affecting all Beats:
- Update replicaset group to apps/v1
- Rename cloud.provider az value to azure inside the add_cloud_metadata
processor.
- Add missing country_name geo field in add_host_metadata and
add_observer_metadata processors.
- Filebeat:
- Fix long registry migration times.
- Fix event types and categories in auditd module to comply with ECS
- Update documentation in the azure module filebeat.
- Heartbeat:
- Stop rescheduling tasks of stopped monitors.
- Metricbeat:
- Updates vm_compute metricset with more info on guest metrics.
- Add fallback for PdhExpandWildCardPathW failing in perfmon metricset.
- Fix resource tags in aws cloudwatch metricset
- Fill cloud.account.name with accountID if account alias doesn’t exist.
- Winlogbeat:
- Fix duplicated field error when exporting index-pattern with
migration.6_to_7.enabled.
- Fix event.outcome in the security module for non-English languages.
* Added:
- Affecting all Beats:
- Added support for more message types for Cisco ASA and FTD.
PR: 249109
Submitted by: Juraj Lutter <juraj@lutter.sk>
After I got a commit bit for ports, it is time now to change the maintainers entry in all 'owned' ports.
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D26398
Also, while I'm here drop maintainership. I've not used this port in 4 years.
Mark it as DEPRECATED and expire at the end of the year since I don't think it's
worth updating. If someone else wants to do it, be my guest. If there's a better
expiration date, then feel free to update it.
Also, appease portlint while I'm here...
As gnome@ is lacking active committers at the moment, transfer some of its
ports [1] up the stack to the desktop@ group, in hope that this way we get some
updates in as the set of people that "should feel responsible" grows.
As soon as gnome@ grows some committers again, this can (and should) of course
be reverted again.
[1] The list of ports chosen in this move consits of all the ports that are
required to build x11/kde5.
Approved by: portmgr (bapt)
Differential Revision: https://reviews.freebsd.org/D26362
Release 20.09.0:
core:
* Compability fix for Forms
* Fix fetching of Objects failing in some cases
* Fix clearing date in Annot setModified/setDate
* TextSelectionPainter: support glyphless fonts
* Splash: Don't try read past end of image
* avoid abort() on large memory allocation
* Fix memory leak on broken files
* Fix potential invalid memory read
* Small code improvements
qt5:
* Document TextAnnotation::inplaceAlign
* Make Annotation::setModification/CreationDate work on existing annots
* Be a bit more stubborn converting dates that come from xml
* Clean as many null characters from the end as possible when converting strings
glib:
* Add accessor functions for PopplerAttachment
* Deprecate PopplerAttachment GTime fields
* Deprecate PopplerDocument date properties
utils:
* pdftoppm: report error and exit if output file cannot be written
* Document that PDF-file can be '-' to read it from stdin
build system:
* cmake: Modern way to link against libpng, zlib and libtiff
* cmake: Remove stray support for lcms1 in pdftocairo
PR: 249060
Exp-run by: antoine