Bug 239286 - devel/bazel fix build on i386
Summary: devel/bazel fix build on i386
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: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-07-18 16:02 UTC by Klaus Aehlig
Modified: 2019-07-19 13:41 UTC (History)
0 users

See Also:


Attachments
patch for devel/bazel to fix build of version 0.28.0 on i386 (1.30 KB, patch)
2019-07-18 16:02 UTC, Klaus Aehlig
aehlig: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Klaus Aehlig 2019-07-18 16:02:02 UTC
Created attachment 205871 [details]
patch for devel/bazel to fix build of version 0.28.0 on i386

Unfortunately, in my last update to bazel (PR 239151) I forgot to include the change to files/extra-i386_tools_cpp_BUILD.static.freebsd thus breaking the build on i386. Do so now and fix the build.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-07-19 13:40:57 UTC
A commit references this bug:

Author: swills
Date: Fri Jul 19 13:39:57 UTC 2019
New revision: 506930
URL: https://svnweb.freebsd.org/changeset/ports/506930

Log:
  devel/bazel: fix build on i386

  PR:		239286
  Submitted by:	Klaus Aehlig <aehlig@linta.de> (maintainer)

Changes:
  head/devel/bazel/files/extra-i386_tools_cpp_BUILD.static.freebsd
Comment 2 Steve Wills freebsd_committer freebsd_triage 2019-07-19 13:41:17 UTC
Committed, thanks!