Merge back libsoup and libsoup-gnome, they both have the same dependencies
now, and they are more complicated to split now that they switched to meson
Bump portrevision of dependant ports
2020-10-09 sysutils/syslog-ng322: Agreed upon upstream one year deprecation policy
2020-10-09 sysutils/syslog-ng321: Agreed upon upstream one year deprecation policy
2020-10-09 sysutils/syslog-ng320: Agreed upon upstream one year deprecation policy
2020-10-09 dns/opendnssec: EOLed by upstream
2020-10-09 sysutils/syslog-ng323: Agreed upon upstream one year deprecation policy
This version if a mix of the version proposed in PR by Olivier Duchateau and
the version sent in the gnome repo by Charlie Li <git@vishwin.info>
Olivier proposed a split of the port, which hasn't been taken in because it makes
things more complicated to maintained and will be better served by subpackages when
they will hit the tree.
PR: 249450
Github: 0066b3f1b9
Update to 20.2
Move graphics/libxatracker to graphics/mesa-gallium-xa
Remove VAAPI and VDPAU options in mesa-libs in favor of
two new ports : mesa-gallium-va and mesa-gallium-vdpau
Bump needed llvm to llvm10
Change a lot of meson option from false to disabled as it's
deprecated.
Remove the drm and surfaceless platform from mesa* as it's always
enabled now.
Add zstd option, used for shader cache.
Reviewed by: x11 (zeising@)
Differential Revision: https://reviews.freebsd.org/D26682
Mesa 20.2 update will split some of the gallium driver into their
own ports so rename this gallium driver to be named like the other ones.
Reviewed by: zeising
X-Differential Revision: https://reviews.freebsd.org/D26682
Patch created manually, because WRKSRC differs.
Add include sys/time.h:
In file included from ../src/TestScheme.cpp:20:
../src/TimeUtils.h:20:17: error: field 'startTime' has incomplete type 'timeval'
20 | struct timeval startTime, stopTime;
| ^~~~~~~~~
MFH: 2020Q4 (fix build blanket)
This fixes the Intel 32-bit build.
Modification of the original wscript file is no longer necessary.
Setting mmx and 3dnow compiler flags is not really needed.
Setting 3dnow can even be considered as a bug as this is a AMD only extension.
The build_host_supports_sse flag is only used to throw a warning if the set configuration doesn't match with the build machines configuration.
The warning can be ignored.
The build requires a SSE capable CPU (>=i686) which was also the case in previous versions.
PR: 250206
Submitted by: Michael Beer (maintainer)
ports r552091 updated idna to 2.10, breaking www/py-requests, and its
dependents, with:
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'idna<2.9,>=2.5' distribution was not found and is required by requests
Backport an upstream commit [1] that kinda addresses "most" of the root
cause problem of this for future dependency updates, by not pinning on
minor versions.
[1] https://github.com/psf/requests/pull/5342
PR: 245938
Reported by: lbartoletti, ohauer
MFH: 2020Q3
X-MFH-With: 552091
Update test target directly invoke unittest, as setup.py test is
technically deprecated and discouraged upstream, currently without a
canonical replacement [1]
Changelog:
https://github.com/kjd/idna/blob/v2.10/HISTORY.rst
[1] https://github.com/pypa/setuptools/issues/1684
PR: 245938
Submitted by: Daniel Engberg <daniel.engberg.lists pyret net>
MFH: 2020Q3 (blanket: bugfix releas(es))
This is to isolate the outcome of the build of gnome-shell
from options in other ports, namely p11-kit's BASH and
gnome-control-center's CHEESE options.
We may want to consider adding bash-completion to RUN_DEPENDS,
too, this is up for further discussion.
PR: 250269 (related)
Reported by: cmt@
Approved by: portmgr@ (blanket, fix dependencies)