- Add extra patch that conditionally compiles x11 support [1]
- Add X11 option that applies extra patch if X11 support is disabled
- PORTREVISION is not bumped as:
- The default case (X11) has not changed, and
- The non-default case will propogate due to options change
[1] https://github.com/mono/libgdiplus/pull/46
PR: 213973
- Fix variable assignment(!=) by symlink to freetype source
- Add one more master site
- Fix clang warning
PR: 218216
Submitted by: citrin+pr@citrin.ru
While here, adjust LICENSE and remove the patch to the update_xdg_mimetypes()
call, it is not necessary as update-mime-database is not called when DESTDIR is
set (we were preventing it from running at install-time).
In order to have subpackages we need in the end do-package to depend on
a target per package that would be created per subpackages
For this we need to decouple the content of do-package so it becomes
a target that only creates the packages.
As a first step use natural make(1) mechanism for a target: if checks first
for the existence of a file and it it does not exists that execute the content
of the target, in that case it creates the PKGREPOSITORY
Bonus it simplifies a bit the code.
While here to avoid testing multiple time for the PACKAGES directory set a
variable after we tested it the first time
PR: 216877
Approved by: portmgr (mat)
Reviewed by: mat
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D9466
The functionality previously provided by libdevq is now implemented directly
in libdrm. This direct implementation should be more robust than the prior
integration. Initial testing has shown improvements in some scenarios while
remaining on-par elsewhere. The ultimate goal of this effort is to have our
platform support integrated upstream, which will be easier without the extra
dependency. With that in mind, please quickly report any regressions found.
Reviewed by: dumbbell (x11), bapt (x11)
Approved by: swills (mentor), dumbbell (x11)
Differential Revision: https://reviews.freebsd.org/D10184
- Implement -f fingerprint
Allows to create vaults defining a fingerprint beside the key index, allowing
with this to always use the same key in case the order changes from the input.
https://github.com/ssh-vault/ssh-vault/issues/19
PR: 218426
Submitted by: nbari@tequila.io (maintainer)