Bug 234892 - [PATCH] devel/xtensa-esp32-elf: fix build with upcoming bash 5.0 update
Summary: [PATCH] devel/xtensa-esp32-elf: fix build with upcoming bash 5.0 update
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: Craig Leres
URL:
Keywords:
Depends on:
Blocks: 234827
  Show dependency treegraph
 
Reported: 2019-01-12 10:36 UTC by Emanuel Haupt
Modified: 2019-01-12 19:53 UTC (History)
0 users

See Also:
leres: maintainer-feedback+


Attachments
patch to fix build with upcoming bash 5.0 update (471 bytes, patch)
2019-01-12 10:36 UTC, Emanuel Haupt
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Emanuel Haupt freebsd_committer freebsd_triage 2019-01-12 10:36:25 UTC
Created attachment 201056 [details]
patch to fix build with upcoming bash 5.0 update

shells/bash is about to be updated to 5.0. The attached patch fixes build with the new major version.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-01-12 19:53:14 UTC
A commit references this bug:

Author: leres
Date: Sat Jan 12 19:52:12 UTC 2019
New revision: 490078
URL: https://svnweb.freebsd.org/changeset/ports/490078

Log:
  Patch devel/xtensa-esp32-elf to build with bash 5.0. Tweak Makefile
  variable order as per portlint while we're here.

  PR:		234892
  Submitted by:	ehaupt
  Approved by:	ler (mentor, implicit)

Changes:
  head/devel/xtensa-esp32-elf/Makefile
Comment 2 Craig Leres freebsd_committer freebsd_triage 2019-01-12 19:53:45 UTC
Thanks for the patch!