Date: Sun, 04 Feb 2024 03:58:59 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: =?UTF-8?B?W0J1ZyAyNzY4MTFdIHUtYm9vdC1tYXN0ZXIgdXNlZCBCSU5BUllf?= =?UTF-8?B?QUxJQVMgd2l0aCA9IGNvdWxkIHdlIGNoYW5nZSB0aGlzIHRvICs9Pw==?= Message-ID: <bug-276811-7788-Oxy0krcmvt@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-276811-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-276811-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276811 --- Comment #1 from crb <crb@ChrisBowman.com> --- It would also be nice if we could use ?=3D for assignment of UBOOT_PLIST_ZYNQ_7000 and=20 UBOOT_MOVE_ZYNQ_7000 so that my port could override them. (I don't need uEnv.txt) diff --git a/sysutils/u-boot-master/Makefile b/sysutils/u-boot-master/Makef= ile index 646876fdb261..120ad397aa57 100644 --- a/sysutils/u-boot-master/Makefile +++ b/sysutils/u-boot-master/Makefile @@ -28,7 +28,7 @@ BUILD_DEPENDS+=3D=20=20=20=20=20=20 e2fsprogs-libuuid>=3D0:misc/e2fsprogs-libuuid \ gnutls>=3D0:security/gnutls USES=3D bison gmake python:build pkgconfig shebangfix tar:bz2 -BINARY_ALIAS=3D bison=3D${LOCALBASE}/bin/bison dtc=3D${LOCALBASE}/bin/dtc= sed=3Dgsed python3=3D${PYTHON_CMD} +BINARY_ALIAS+=3D bison=3D${LOCALBASE}/bin/bison dtc=3D${LOCALBASE}/bin/dtc= sed=3Dgsed python3=3D${PYTHON_CMD} SHEBANG_FILES=3D tools/binman/binman SSP_UNSAFE=3D yes @@ -82,8 +82,8 @@ UBOOT_METADATA_ALLWINNER64_RAW_OFFSET=3D 1 UBOOT_METADATA_ALLWINNER64_RAW_BS=3D 128k # Overrides for Zynq 7000 family -UBOOT_PLIST_ZYNQ_7000=3Du-boot.img boot.bin uEnv.txt -UBOOT_MOVE_ZYNQ_7000=3D${WRKSRC}/spl/boot.bin ${.CURDIR}/files/uEnv.txt +UBOOT_PLIST_ZYNQ_7000?=3Du-boot.img boot.bin uEnv.txt +UBOOT_MOVE_ZYNQ_7000?=3D${WRKSRC}/spl/boot.bin ${.CURDIR}/files/uEnv.txt # Overrides for RPI family UBOOT_PLIST_RPI=3D u-boot.bin --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-276811-7788-Oxy0krcmvt>