git: e533c7117fc8 - main - sysutils/edk2: Reorder FLAVORS

Emmanuel Vadot manu at FreeBSD.org
Tue Sep 28 17:07:51 UTC 2021


The branch main has been updated by manu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e533c7117fc81f6b0e3decf23d7738b098308b7b

commit e533c7117fc81f6b0e3decf23d7738b098308b7b
Author:     Emmanuel Vadot <manu at FreeBSD.org>
AuthorDate: 2021-09-28 17:06:48 +0000
Commit:     Emmanuel Vadot <manu at FreeBSD.org>
CommitDate: 2021-09-28 17:06:48 +0000

    sysutils/edk2: Reorder FLAVORS
    
    Put the default one (macchiatobin) at the first place otherwise poudriere
    keeps rebuilding the package :
    
    Deleting edk2-macchiatobin-g202102.pkg: stale package: unwanted origin sysutils/edk2 at macchiatobin
---
 sysutils/edk2/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysutils/edk2/Makefile b/sysutils/edk2/Makefile
index 942ad4746e77..b9fc6603d936 100644
--- a/sysutils/edk2/Makefile
+++ b/sysutils/edk2/Makefile
@@ -11,7 +11,7 @@ ONLY_FOR_ARCHS=		aarch64 amd64
 ONLY_FOR_ARCHS_REASON=	This port only provides firmware for aarch64 and amd64 machine
 
 PKGNAMESUFFIX=	-${FLAVOR:C/_/-/g}
-FLAVORS=	fvp macchiatobin rpi3 rpi4 xen_x64
+FLAVORS=	macchiatobin fvp rpi3 rpi4 xen_x64
 FLAVOR?=	macchiatobin
 
 USES=	gmake python:3.7+,build


More information about the dev-commits-ports-main mailing list