From owner-dev-commits-ports-all@freebsd.org Tue Sep 28 09:53:40 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 33E6F67A820; Tue, 28 Sep 2021 09:53:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJZZq6Wfxz4hpl; Tue, 28 Sep 2021 09:53:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C07C8227A3; Tue, 28 Sep 2021 09:53:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18S9rdce075707; Tue, 28 Sep 2021 09:53:39 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18S9rdVj075706; Tue, 28 Sep 2021 09:53:39 GMT (envelope-from git) Date: Tue, 28 Sep 2021 09:53:39 GMT Message-Id: <202109280953.18S9rdVj075706@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Emmanuel Vadot Subject: git: 8c6667335382 - main - u-boot-duovero: Remove port MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: manu X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 8c6667335382a7f6aee18ff90ff2fc43676e9169 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 09:53:40 -0000 The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/ports/commit/?id=8c6667335382a7f6aee18ff90ff2fc43676e9169 commit 8c6667335382a7f6aee18ff90ff2fc43676e9169 Author: Emmanuel Vadot AuthorDate: 2021-09-28 09:53:12 +0000 Commit: Emmanuel Vadot CommitDate: 2021-09-28 09:53:12 +0000 u-boot-duovero: Remove port This has been marked as BROKEN for a long time now. --- sysutils/Makefile | 1 - sysutils/u-boot-duovero/Makefile | 9 --------- sysutils/u-boot-duovero/pkg-descr | 14 -------------- 3 files changed, 24 deletions(-) diff --git a/sysutils/Makefile b/sysutils/Makefile index f68099c871ee..1d2a890c5f8a 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1397,7 +1397,6 @@ SUBDIR += u-boot-cubieboard SUBDIR += u-boot-cubieboard2 SUBDIR += u-boot-cubox-hummingboard - SUBDIR += u-boot-duovero SUBDIR += u-boot-firefly-rk3399 SUBDIR += u-boot-imx-serial-loader SUBDIR += u-boot-master diff --git a/sysutils/u-boot-duovero/Makefile b/sysutils/u-boot-duovero/Makefile deleted file mode 100644 index 13cca8bd532e..000000000000 --- a/sysutils/u-boot-duovero/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -MASTERDIR= ${.CURDIR}/../u-boot-master - -MODEL= duovero -BOARD_CONFIG= duovero_defconfig -FAMILY= omap - -BROKEN= Does not build anymore - -.include "${MASTERDIR}/Makefile" diff --git a/sysutils/u-boot-duovero/pkg-descr b/sysutils/u-boot-duovero/pkg-descr deleted file mode 100644 index e8f07331cea8..000000000000 --- a/sysutils/u-boot-duovero/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -U-Boot loader for Gumstix Duovero. - -To install this bootloader, copy the files MLO and u-boot.img to the FAT -partition on an SD card. Normally this is partition 1, but different -partitions can be set with U-Boot environment variables. - -This version is patched so that: - * API features are enabled. - * A boot.scr (U-Boot script) that loads ubldr.bin and execute it is included - -For information about running FreeBSD on Duovero, see -https://wiki.freebsd.org/FreeBSD/arm - -WWW: https://www.denx.de/wiki/U-Boot