Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
g20191122 06 Jun 2022 23:32:08 |
Rebecca Cran (bcran) |
sysutils/edk2: Add qemu_x64 and qemu_i386 as new FLAVORs of edk2
Instead of having a separate sysutils/uefi-edk2-qemu port, add qemu_x64
and qemu_i386 as FLAVORs of sysutils/edk2 and delete sysutils/uefi-edk2-qemu.
Differential Revision: https://reviews.freebsd.org/D35408
Approved by: manu |
g20191122 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
g20191122 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
g20191122 14 Feb 2021 09:28:23 |
gerald |
Convert uefi-edk2-qemu to use the new "build" argument to USE_GCC
instead of using a direct dependency and then directly manipulating
RUN_DEPENDS - simpler and more declarative.
PR: 211154
Approved by: bcran (maintainer) |
g20191122 07 Feb 2020 02:55:08 |
bcran |
sysutils/uefi-edk2-qemu: Replace "python2.7" with "${PYTHON_CMD}"
Reviewed by: araujo
Approved by: araujo
Differential Revision: https://reviews.freebsd.org/D23486 |
g20191122 03 Feb 2020 04:57:00 |
bcran |
sysutils/uefi-edk2-qemu: update to edk2-stable201911
Update sysutils/uefi-edk2-qemu to the TianoCore EDK2 edk2-stable201911
release.
Update python dependency to no longer use the obsolete python 2.7, but
instead require python 3.4 or newer.
Remove the openssl patch, since it's no longer needed.
Reviewed by: araujo, mikael
Approved by: araujo
Differential Revision: https://reviews.freebsd.org/D23466 |
g20190307_1 11 Sep 2019 12:37:56 |
bcran |
sysutils/uefi-edk2-qemu: Depend on the gcc${GCC_DEFAULT} binary
Only lang/gcc installs the 'gcc' binary.
Reported by: jbeich
Reviewed by: araujo
Approved by: araujo
Differential Revision: https://reviews.freebsd.org/D21601 |
g20190307_1 10 Sep 2019 01:51:52 |
bcran |
sysutils/uefi-edk2-qemu: GCC should be a build dependency, not runtime
Also, move USES statement earlier, as suggested by portlint.
Reviewed by: emaste, araujo
Approved by: araujo
Differential Revision: https://reviews.freebsd.org/D21580 |
g20190307_1 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
g20190307 01 May 2019 18:22:19 |
bcran |
Improve the comment and description for sysutils/uefi-edk2-qemu |
g20190307 30 Apr 2019 16:25:04 |
bcran |
sysutils/uefi-edk2-qemu: add new port
Add a port for the QEMU build of OVMF
Reviewed by: mat, emaste, tsoome, araujo, manu
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D19869 |