Port details |
- gnu-efi SDK for EFI applications
- 3.0.15 devel =2 3.0.15Version of this port present on the latest quarterly branch.
- Maintainer: egypcio@FreeBSD.org
- Port Added: 2015-01-15 09:56:11
- Last Update: 2023-11-06 10:03:47
- Commit Hash: 06df180
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv2
- WWW:
- https://gnu-efi.sourceforge.net/
- Description:
- SDK for developing EFI applications for ARM-64, ARM-32, x86_64,
IA-64 (IPF), and IA-32 (x86) platforms using the GNU toolchain
and the EFI development environment.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/gnu-efi/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/gnu-efi
- pkg install gnu-efi
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: gnu-efi
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: amd64 i386
- distinfo:
- TIMESTAMP = 1665840365
SHA256 (gnu-efi-3.0.15.tar.bz2) = 931a257b9c5c1ba65ff519f18373c438a26825f2db7866b163e96d1b168f20ea
SIZE (gnu-efi-3.0.15.tar.bz2) = 159399
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ar : devel/binutils
- gmake>=4.3 : devel/gmake
- This port is required by:
- for Build
-
- sysutils/shim
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- devel_gnu-efi
- USES:
- compiler:c++11-lib gmake tar:bz2
- 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 |
3.0.15 06 Nov 2023 10:03:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888 |
3.0.15 15 Oct 2022 13:42:36 |
Vinícius Zavam (egypcio) |
devel/gnu-efi: update 3.0.14 to 3.0.15 |
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) |
3.0.14 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 ) |
3.0.14 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
3.0.14 17 Oct 2021 15:58:32 |
Vinícius Zavam (egypcio) |
devel/gnu-efi: update 3.0.13 to 3.0.14 |
3.0.13 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.0.13 27 Mar 2021 07:33:08 |
egypcio |
devel/gnu-efi: update 3.0.12 to 3.0.13
- https://sourceforge.net/p/gnu-efi/code/ci/3.0.13/tree
- 2 new header files: eficonex.h, and lib.h |
3.0.12 19 May 2020 16:59:29 |
egypcio |
devel/gnu-efi: update 3.0.11 to 3.0.12 |
3.0.11 29 Oct 2019 18:54:33 |
egypcio |
devel/gnu-efi: update 3.0.10 to 3.0.11
* Makefile
PORTVERSION=3.0.11
* files/
patch-Make.defaults: fix using "-maccumulate-outgoing-args" with clang |
3.0.10 17 Oct 2019 18:19:47 |
egypcio |
devel/gnu-efi: update 3.0.9 to 3.0.10 |
3.0.9_3 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 |
3.0.9_2 31 Jan 2019 13:23:41 |
tobik |
devel/gnu-efi: Do not override PLIST_SUB after bsd.port.pre.mk |
3.0.9_2 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
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, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
3.0.9_1 05 Dec 2018 14:09:12 |
egypcio |
use @FreeBSD.org as MAINTAINER instead of my private address
benchmarks/vegeta
devel/busybee
devel/git-lfs
devel/gnu-efi
devel/hub
devel/libe
devel/py-fabric3
devel/py-fabric3
dns/dhisd
dns/dnscrypt-proxy2
dns/go-geodns
emulators/hatari
irc/weechat-otr (Only the first 15 lines of the commit message are shown above ) |
3.0.9_1 04 Dec 2018 10:48:22 |
egypcio |
devel/gnu-efi: introduce new ARCH support (i386)
Reviewed by: mat
Approved by: araujo (mentor)
Differential Revision: https://reviews.freebsd.org/D17995 |
3.0.9 14 Nov 2018 14:53:27 |
egypcio |
devel/gnu-efi: update to v3.0.9
- adopt the port;
- added eficompiler.h to pkg-plist;
- USE_GCC=yes became USES=compiler:c++11-lib;
- kept ONLY_FOR_ARCHS as is.
PR: 231032
Approved by: rene (mentor)
Differential Revision: https://reviews.freebsd.org/D17887 |
3.0.3_5 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
3.0.3_4 17 May 2018 09:56:55 |
tz |
Drop MAINTAINERship for these ports:
- databases/postgresql-plproxy
- devel/fpp
- devel/gnu-efi
- games/nlarn
- games/wesnoth
- mail/phpmailer
- mail/tlb
- ports-mgmt/pkg-plist
- sysutils/battray
- textproc/xml-parse.el |
3.0.3_4 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). |
3.0.3_3 10 Sep 2017 20:55:39 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
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, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
3.0.3_2 01 Apr 2017 15:23:32 |
gerald |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
3.0.3_1 20 Nov 2016 09:38:09 |
gerald |
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler. |
3.0.3 23 Jun 2016 11:26:19 |
tz |
devel/gnu-efi: switch maintainer from <ports@toco-domains.de to <tz@FreeBSD.org>
The long running PR 203986 included a maintainer-change but the patch still
contained my old email address.
PR: 203986
Approved by: junovitch (mentor) |
3.0.3 22 Jun 2016 09:52:26 |
trasz |
Pass maintainership of devel/gnu-efi to Torsten Zuhlsdorff. |
3.0.3 22 Jun 2016 09:51:13 |
trasz |
Update devel/gnu-efi to 3.0.3.
PR: 203986
Submitted by: Torsten Zuhlsdorff <ports at toco-domains.de>
MFC after: 1 month |
3.0.1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
3.0.1 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
3.0.1 21 Mar 2015 12:12:03 |
marino |
For traz@ ports: Change USE_GCC=4.8+ to preferred USE_GCC=yes
Approved by: just fix it |
3.0.1 12 Feb 2015 18:53:30 |
trasz |
Update to 3.0.1.
This also includes various cleanups and adds a missing dependency.
Submitted by: luca.pizzamiglio at gmail.com (with changes) |
3.0w 21 Jan 2015 13:20:23 |
trasz |
Don't hardcode "gcc48"; it would break after GCC upgrade.
Submitted by: kwm@ |
3.0w 18 Jan 2015 23:52:35 |
gerald |
Change USE_GCC=4.8+ to USE_GCC=4.8 since files/patch-Make.defaults
actually hard-codes 48.
PR: 196712 |
3.0w 15 Jan 2015 09:55:57 |
trasz |
New port: devel/gnu-efi
SDK for developing EFI applications for ARM-64, ARM-32, x86_64,
IA-64 (IPF), and IA-32 (x86) platforms using the GNU toolchain
and the EFI development environment.
Sponsored by: The FreeBSD Foundation |