Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 03 Feb 2024 19:32:47 +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@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276811

            Bug ID: 276811
           Summary: u-boot-master used BINARY_ALIAS with =3D could we change
                    this to +=3D?
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: crb@ChrisBowman.com
                CC: mandree@FreeBSD.org, tijl@FreeBSD.org
                CC: mandree@FreeBSD.org, tijl@FreeBSD.org

I have a port for u-boot that uses the u-boot-master framework however my p=
ort
needs to call gdd instead of the system dd.  I want to use BINARY_ALIAS but=
 the
master port Makefile use =3D instead of +=3D to set its own BINARY_ALIAS th=
us
blowing away mine.  could we change this?

diff --git a/sysutils/u-boot-master/Makefile b/sysutils/u-boot-master/Makef=
ile
index 646876fdb261..d35cca756ecb 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

--=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>