Created attachment 177265 [details] Makefile and pkg-descr Add a slave port for u-bootorangepi-plus2e ARM SoC board u-boot support. This board is supported by FreeBSD for some times now but official u-boot release was lacking of support until now. very similar to #211043, but for other OrangePi board
Required for crochet tool pull-request: https://github.com/freebsd/crochet/pull/168
Created attachment 177307 [details] port files (updated)
Any progress on this?
> Any progress on this? 1. Crochet part committed long ago. 2. Waiting for somebody who will commit port (Mark?)
Created attachment 181683 [details] port in shell archive, v2 - fresh version - silent warnings in portlint -AC
I won't be able to get to this until the week after next at the earliest. Someone else should take it.
From an outsider point of view: This PR (u-boot-orangepi-plus-2e) sets 'MASTERDIR= ${.CURDIR}/../u-boot-olimex-a20-som-evb' The Olimex A20 port sets 'MASTERDIR= ${.CURDIR}/../u-boot-master' Thus this current PR (attachment 181683 [details]) is dependent on the 'Olimex A20' meta port which links to 'u-boot-master'. This PR (u-boot-orangepi-plus-2e) could have set 'FAMILY= allwinner' 'MASTERDIR= ${.CURDIR}/../u-boot-master' Why not link to the u-boot-master directly and specify the FAMILY; just wanted to understand the logic rather than challenge it? James
Created attachment 182655 [details] shar file the Origin port have some problems: 1.MASTERDIR should be u-boot-master,or the name of the package it build will be wrong. 2.lack MAINTAINER. 3.COMMENT mention orange pi one,should be orange pi plus 2e. fix by the new har file.
Created attachment 182660 [details] shar file the maintainer should be the origin submiter
Created attachment 182835 [details] port in shell archive, v4 Fix MAINTAINER, refer ../u-boot-master as masterdir
Committed, thanks.
A commit references this bug: Author: linimon Date: Sun Jun 25 23:47:24 UTC 2017 New revision: 444329 URL: https://svnweb.freebsd.org/changeset/ports/444329 Log: Add slave port for u-bootorangepi-plus2e ARM SoC board u-boot support. PR: 214729 Submitted by: vova@fbsd.ru Changes: head/sysutils/Makefile head/sysutils/u-boot-orangepi-plus-2e/ head/sysutils/u-boot-orangepi-plus-2e/Makefile head/sysutils/u-boot-orangepi-plus-2e/pkg-descr