Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2020.07 13 Jun 2024 09:42:08 |
Emmanuel Vadot (manu) Author: Naram Qashat |
sysutils/u-boot: Allow building with different openssl
Add ssl to USES and export the needed variables so u-boot can be built
with openssl from ports.
PR: 279531 |
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) |
2020.07 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 ) |
2020.07 20 Jul 2022 14:23:05 |
Tobias C. Berner (tcberner) |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
2020.07 27 Oct 2021 17:11:46 |
Piotr Kubaj (pkubaj) |
sysutils/u-boot-tools: fix build on non-arm non-x86
Changing target to tools-only_defconfig will omit the parts that need EFI and
will still build the binaries this port needs.
PR: 259118 |
2020.07 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2020.07 08 Jul 2020 17:18:56 |
manu |
u-boot: Update to 2020.07
Remove upstreamed patches. |
2020.04 27 Jun 2020 12:44:31 |
manu |
sysutils/u-boot-tools: Unbreak on <13
rsa tools needs malloc.h, remove this include for now, a patch
will be sent upstream.
While here pet portlint. |
2020.04 25 Jun 2020 14:25:00 |
manu |
sysutils/u-boot-tools: Update to 2020.04 |
2019.10 03 Jun 2020 20:34:43 |
antoine |
u-boot-tools builds fine with default python
With hat: portmgr |
2019.10 18 May 2020 01:45:04 |
linimon |
Mark as BROKEN on powerpc64:
include/config_distro_bootcmd.h:279:3: sandbox EFI support is only supported
on ARM and x86
This is even after adding the fix for 12-STABLE of compiler:c11 to USES,
which at least allows the build to get that far.
I took a look at this one time, thinking it would be easy, but I was not
able to come up with a quick answer.
Approved by: portmgr (tier-2 blanket) |
2019.10 30 Apr 2020 20:45:31 |
manu |
sysutils/u-boot-tools: Mark broken with libressl
PR: 235505
Submitted by: mikael |
2019.10 08 Nov 2019 09:17:05 |
lwhsu |
Use HTTPS as possible |
2019.10 09 Oct 2019 19:15:25 |
manu |
u-boot: Update to v2019.10
Update u-boot to its latest version.
For RK3399 we now use SPL+TPL from u-boot, no need for RockChip blob.
Remove one efi related patch that isn't needed anymore.
Tested-on: Pine64-LTS, Rock64, Rockpro64, BBB, RPI2, OrangePi One |
2019.01 04 Feb 2019 18:26:34 |
manu |
u-boot-tools: Update to 2019.01
Approved by: bapt (mentor, implicit) |
2018.11 03 Feb 2019 20:07:41 |
manu |
u-boot-tools: U-Boot needs bison, add it to the USES
Approved by: bapt (mentor, implicit) |
2018.11 01 Feb 2019 14:54:44 |
manu |
u-boot-tools: Update to 2018.11
Version 2019.01 is out but I don't have updated the u-boot-master ports yet
so just to be safe use the same version for the tool.
Approved by: bapt (mentor, implicit) |
2018.03 27 Mar 2018 11:42:38 |
manu |
sysutils/u-boot-tools: Update to 2018.03
This also include the local patch that we had.
Reviewed by: bapt
Approved by: bapt
Differential Revision: https://reviews.freebsd.org/D14866 |
2017.09_2 16 Mar 2018 09:41:39 |
jhale |
Fix typos in CONFLICTS |
2017.09_2 16 Feb 2018 02:54:14 |
swills |
sysutils/u-boot-tools: Use CC as HOSTCC for building tools
Submitted by: jhibbits
Reviewed by: bapt, manu
Approved by: brd
Differential Revision: https://reviews.freebsd.org/D14264 |
2017.09_1 06 Feb 2018 20:53:54 |
kevans |
sysutils/u-boot-tools: Add recently upstream patch to fix endianness checks
Patch originally sent upstream by jhibbits@; fix endianness checks so that
powerpc hosts can actually build powerpc images. Backport it to our 2017.09
since it won't appear in a release until 2018.03 at the earliest.
Reviewed by: manu
Approved by: imp (ports)
Differential Revision: https://reviews.freebsd.org/D14219 |
2017.09 19 Dec 2017 15:08:41 |
bapt |
CLeanup u-boot-tools
- Do not overwrite do-build, it is not necessary
- Ensure the env variables are respected during configure phase
- Now that we use the regular do-build kernel we can pass gmake variables via
arguments which allows to overwrites predefine ones without custom patches
- Force verbose mode when building to see what command line is invoke, in in
particular which compiler is called
- Overwrite NOSTDINC_FLAGS because on freebsd we do actually want to use our
regular standard include files
- Register the dependency on libssl/libcrypto
Approved by: manu
Differential Revision: https://reviews.freebsd.org/D13543 |
2017.09 19 Dec 2017 14:20:19 |
linimon |
Apply similar fix to scripts/Makefile.autoconf as to ../Makefile. |
2017.09 18 Dec 2017 19:20:08 |
manu |
Add new port sysutils/u-boot-tools
U-Boot tools for creating and analyzing u-boot images.
U-Boot images are used to embed kernels into a know format for u-boot.
It can also be FIT (Flattened Image Tree) images when the source describing
the image is written like a DTS (Device Tree Source).
Reviewed by: imp
Approved by: imp
Differential Revision: https://reviews.freebsd.org/D13455 |