Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: sysutils/u-boot-master |
Commit | Credits | Log message |
2022.04_1 10 Sep 2022 17:41:16
    |
Stefan Eßer (se)  Author: Tobias Kortkamp |
Fix WWW in parent/child ports
Many of the WWW are overwritten later which means the wrong value
is used. This did not happen before where the children were either
a) just using the pkg-descr from the parents
b) or had their own separate pkg-descr with custom WWW
Use WWW?= in parents when the child's WWW is different.
Children that use the same WWW as the parent can just inherit it,
i.e., the child WWW can be removed.
Approved by: portmgr (implicit) |
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) |
2022.04_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 ) |
2021.04 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2021.04 07 Apr 2021 07:57:52
    |
Emmanuel Vadot (manu)  |
sysutils/u-boot-*: Update to 2021.04 |
2020.10_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2020.10_1 22 Nov 2020 17:37:40
  |
manu  |
sysutils/atf: Update to v2.4
Bump u-boot ports that depends on it.
While here update the metadata and pkg-descr for the allwinner64 family so
u-boot is put in an alternate location that doesn't conflict with GPT
partitions. |
2020.07 09 Aug 2020 17:36:06
  |
manu  |
Remove EXTRA_PATCHES that was added by mistake in r544573 |
2020.07 09 Aug 2020 17:34:04
  |
manu  |
sysutils/rpi-firmware: Update to 1.20200723
Also add a config file template for edk2 setup for rpi3 |
2020.07 08 Jul 2020 17:18:56
  |
manu  |
u-boot: Update to 2020.07
Remove upstreamed patches. |
2020.04 25 Apr 2020 16:39:31
  |
manu  |
sysutils/u-boot-pinebookpro: Add new port
This is a u-boot slave port for the Pine64 PineBookPro, an RK3399
ARM64 laptop.
The patches have been submitted upstream and will probably be part
of the next u-boot release, but add the port in the meantime in case
anyone wants to start testing/dev FreeBSD on this laptop.
It doesn't have video support for now so one want to use a serial
cable. |