Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
g20190424_1 18 Feb 2021 02:57:01 |
bcran |
sysutils/uefi-edk2-bhyve*: Update and migrate to Python 3
o remove dependency on the now obsolete Python 2.7.
o sysutils/uefi-edk2-bhyve now uses the GH/tianocore/edk2 upstream repo.
Use commit 2e1e8c35f3178df95d79da81ac6deec242da74c2 from master on
2021-02-14.
o sysutils/uefi-edk2-bhyve-csm is no longer a slave port, since it
continues to use the GH/freebsd/uefi-edk2 repo.
o sysutils/uefi-edk2-bhyve-devel is no longer required, so delete it.
o Update the port Makefiles to follow the style in sysutils/edk2.
Reviewed by: grehan
Approved by: woodsb02
Differential Revision: https://reviews.freebsd.org/D27230 |
g20190424_1 09 Feb 2021 10:42:37 |
gerald |
Convert uefi-edk2-bhyve-devel to leverage the new "build" argument to
USE_GCC, thus replacing direct manipulation of RUN_DEPENDS by the much
simpler, declarative USE_GCC=yes:build.
PR: 211154 |
g20190424_1 03 Nov 2020 20:51:35 |
rene |
Return araujo@'s ports to the pool after his commit bit was safekept. |
g20190424_1 24 Feb 2020 08:50:46 |
gerald |
Replace USE_GCC=8+ by the (currently) equivalent USE_GCC=yes which is
the generally more preferrable form. |
g20190424_1 08 Feb 2020 14:55:35 |
bcran |
Revert "sysutils/uefi-edk2-bhyve: update to be same as uefi-edk2-bhyve-devel"
This reverts commit r525460. |
g20190424_1 07 Feb 2020 04:44:24 |
bcran |
sysutils/uefi-edk2-bhyve: update to be same as uefi-edk2-bhyve-devel
Update sysutils/uefi-edk2-bhyve to be the same as the -devel port, and
delete the -devel port.
Also fix some issues in the Makefile.
Reviewed by: mat, araujo
Approved by: araujo
Differential Revision: https://reviews.freebsd.org/D23476 |
g20190424_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 |
g20190424 24 Apr 2019 14:49:27 |
araujo |
- Add a devel version of edk2-bhyve based on the newest stable201903 branch.
WWW: https://github.com/freebsd/uefi-edk2/tree/bhyve/edk2-stable201903
Reviewed by: bcran (previous version)
Scott Phillips <d.scott.phillips__intel.com> (previous version)
Differential Revision: https://reviews.freebsd.org/D19875 |