GCC 14 turns some warnings into errors. Switch them back to warnings.
This should be regarded as a temporary workaround so that GCC_DEFAULT
can be upgraded to GCC 14. It would be preferable to actually fix the
warnings.
PR: 284485
* The 3.15.2 release of www/py-djangorestframework got changed static
files due an upgrade of the bundled jQuery library.
* Bump PORTREVISION due changed package content.
Approved by: portmgr (blanket, build fix)
* Upstream has been inactive for 6 years, therefore deprecate this port.
* However, no expiry date is set for now because py-flex still works
with newer versions of Python and is currently still being used by
some projects/ports (e.g. py-prance or py-flasgger).
PR: 283597
Reported by: diizzy
It contains many bugfixes/enhancements and the following new features:
* Assign Multiple MAC Addresses per Interface
* Quick Add UI Widget
* VLAN Translation
* Virtual Circuits
* Q-in-Q Encapsulation
https://netbox.readthedocs.io/en/stable/release-notes/version-4.2/
MFH: No (feature release)
* Django 4.2 is currently the "default" version in the ports tree due
its long term support until April 2026. Thus ports that are assigned
to that version will exist until then.
The following ports are required to make the upgrade of
net-mgmt/netbox to the 4.2 release possible because it requires
Django 5.1.
All of the ports listed below were created on the basis of their
respective original ports:
- devel/py-dj51-django-rq
- devel/py-dj51-strawberry-graphql
- www/py-dj51-channels
- www/py-dj51-django-auth-ldap
- www/py-dj51-django-choices-field
- www/py-dj51-django-cors-headers
- www/py-dj51-django-debug-toolbar
- www/py-dj51-django-filter
- www/py-dj51-django-htmx
- www/py-dj51-django-js-asset
- www/py-dj51-django-mptt
- www/py-dj51-django-prometheus
- www/py-dj51-django-redis
- www/py-dj51-django-rich
- www/py-dj51-django-tables2
- www/py-dj51-django-taggit
- www/py-dj51-django-timezone-field
- www/py-dj51-djangorestframework
- www/py-dj51-drf-spectacular
- www/py-dj51-drf-spectacular-sidecar
- www/py-dj51-strawberry-graphql-django
Assign the following ports to its maintainer who already
maintain the Django 4.2 variants of them [1]:
- devel/py-dj51-django-rq
- www/py-dj51-channels
- www/py-dj51-django-debug-toolbar
- www/py-dj51-django-redis
Approved by: sunpoet (implicit) [1]
* Add IMAGING and RECOMMENDED as new options to reflect the settings in
pyproject.toml. Keep the first one as non-default for now, because it
installs a lot of dependencies.
The second one is enabled by default because it supplies a recommended
set of useful plugins that improves the out-of-box experience.
Changelog since 9.5.49:
https://github.com/squidfunk/mkdocs-material/blob/9.6.2/CHANGELOG
Use POSIX threads instead to avoid undefined symbols. Applications may
not start after the last update with errors such as:
ld-elf.so.1: /usr/local/lib/libopenal.so.1: Undefined symbol
"tss_create"
Reported by: VVD on #freebsd-desktop