Bug 257250 - sysutils/u-boot-master: ${FAMILY} might be undefined
Summary: sysutils/u-boot-master: ${FAMILY} might be undefined
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-07-18 13:54 UTC by Trond Endrestøl
Modified: 2021-07-18 14:03 UTC (History)
0 users

See Also:


Attachments
Patch for sysutils/u-boot-master/Makefile adding quotation marks around ${FAMILY} (452 bytes, patch)
2021-07-18 13:55 UTC, Trond Endrestøl
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Trond Endrestøl 2021-07-18 13:54:14 UTC
${FAMILY} might be undefined and should be enclosed in quotes.
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2021-07-18 13:54:14 UTC
Maintainer informed via mail
Comment 2 Trond Endrestøl 2021-07-18 13:55:28 UTC
Created attachment 226531 [details]
Patch for sysutils/u-boot-master/Makefile adding quotation marks around ${FAMILY}
Comment 3 Trond Endrestøl 2021-07-18 13:58:42 UTC
How to repeat (on bare metal amd64):

make -C /usr/ports/sysutils/u-boot-master -V FAMILY -V OPSYS -V OSVERSION
Comment 4 Trond Endrestøl 2021-07-18 14:03:40 UTC
Commit 395942b1e221ae6ae056add36a7c39d186b0faa4 solved the issue using another method.