Port details |
- uefi-edk2-bhyve-csm UEFI EDK2 firmware for bhyve with CSM (16-bit BIOS)
- 0.2_4,1 sysutils
=2 0.2_4,1Version of this port present on the latest quarterly branch.
- DEPRECATED: Requires old edk2 version and gcc 4.8.
This port expired on: 2024-04-01
- Maintainer: bcran@FreeBSD.org
- Port Added: 2016-07-09 16:10:15
- Last Update: 2024-04-01 12:04:02
- Commit Hash: 2f2c84c
- People watching this port, also watch:: tmux, linux-c7-atk, libmad, noto-tc
- License: BSD2CLAUSE
- WWW:
- https://github.com/freebsd/uefi-edk2/tree/bhyve/UDK2014.SP1
- Description:
- UEFI EDK2 firmware for bhyve with CSM (16-bit BIOS) support.
From https://github.com/tianocore/tianocore/wiki/UEFI :
"The Unified Extensible Firmware Interface, or UEFI, specifies the
firmware layer between an operating system and platform hardware. UEFI
replaces the legacy Basic Input Output System (BIOS)."
EDK2 is the project from TianoCore (https://tianocore.org) that provides
"a modern, feature-rich, cross-platform development environment for the
UEFI and UEFI Platform Initialization (PI) specifications."
It's open source under the BSD-2-Clause-Patent license.
This port provides an EDK2 firmware build for x86_64 with 'CSM' support.
CSM is the Compatibility Support Module, compatibility code to allow
operating systems which expect a 16-bit BIOS, and which don't know
about UEFI, to boot.
This CSM port provides an older version of EDK2 for use with VMs
running operating systems which don't have UEFI support.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- uefi-edk2-bhyve-csm>0:sysutils/uefi-edk2-bhyve-csm
- No installation instructions:
- This port has been deleted.
- PKGNAME: uefi-edk2-bhyve-csm
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: amd64
- distinfo:
- TIMESTAMP = 1548651484
SHA256 (freebsd-uefi-edk2-v0.2-aa8d718_GH0.tar.gz) = 749ef1ec3fdb37434745a7ecf7f3d41e6c84aeb906d52e5f8ce85527a06a472e
SIZE (freebsd-uefi-edk2-v0.2-aa8d718_GH0.tar.gz) = 30986800
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- bash : shells/bash
- nasm : devel/nasm
- _sqlite3.so : databases/py-sqlite3@py27
- gmake>=4.3 : devel/gmake
- python2.7 : lang/python27
- gcc48 : lang/gcc48
- as : devel/binutils
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for uefi-edk2-bhyve-csm-0.2_4,1:
DEBUG=off: Build with debugging support
===> Use 'make config' to modify these settings
- Options name:
- sysutils_uefi-edk2-bhyve-csm
- USES:
- gmake python:2.7,build
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.2_4,1 01 Apr 2024 12:04:02 |
Rene Ladan (rene) |
sysutils/uefi-edk2-bhyve-csm: Remove expired port
2024-04-01 sysutils/uefi-edk2-bhyve-csm: Requires old edk2 version and gcc 4.8 |
0.2_4,1 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
0.2_3,1 12 Mar 2023 13:39:09 |
Rebecca Cran (bcran) |
sysutils/uefi-edk2-bhyve-csm: Mark port deprecated
This port requires an old version of edk2 from 2014, and
needs gcc 4.8 to build. Due to that and the fact that few
users should need BIOS compatibility these days, mark
it deprecated with an expiration date of April 1st, 2024.
Differential Revision: https://reviews.freebsd.org/D39028
Reviewed-by: manu
Approved-by: manu |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.2_3,1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.2_3,1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.2_3,1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.2_3,1 28 Mar 2021 04:43:28 |
bcran |
sysutils/uefi-edk2-bhyve-csm: only depend on gcc48 for building
gcc48 is only required during building, and is not a runtime
dependency.
Reviewed by: manu, tsoome
Approved by: manu
Differential Revision: https://reviews.freebsd.org/D29254 |
0.2_2,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 |
0.2_1,1 01 Jan 2021 10:11:35 |
antoine |
Revert r559792 to unbreak INDEX and bulk -a
It seems a lot of reverse dependencies were missed
With hat: portmgr |
0.2_1,1 01 Jan 2021 00:57:24 |
rene |
Remove most expired ports that depend on Python 2.7:
Exceptions are:
- mail/mailman, our listservers still use it
- www/chromium, solely because of popular demand,
upstream is (slowly) working on porting it to Python 3
- ports that have actual patches for Python 3 against
them (Cinnamon and a few unrelated other ports)
- llvm70 and qt5-webengine because they seem to have a lot
of dependencies which need further analysis
- sysutils/uefi-edk2-bhyve because bhyve seems to use them
- python2 and python27 themselves
I'm sure there will be complaints, but the nice thing about
a version control system is that we can revert and adjust things. (Only the first 15 lines of the commit message are shown above ) |
20180318 25 Mar 2018 15:28:36 |
novel |
sysutils/uefi-edk2-bhyve: update to 20180318
PR: 226894
Submitted by: maintainer |
20160704_3 10 Mar 2018 17:46:06 |
gerald |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
20160704_1 09 Jul 2016 16:10:08 |
novel |
sysutils/uefi-edk2-bhyve: add slave port with CSM
- add slave port for uefi-edk2-bhyve with CSM enabled.
The CSM option was removed from the main port, and
now the port uses different firmware name based on CSM
setting, so master and slave ports can be installed
simultaneously.
- rename destination path: s/uefi-firmwares/uefi-firmware
because "firmware" is plural already
- Use USE_GCC instead of direct dependency
Submitted by: maintainer
Differential Revision: D7157 |