Page MenuHomeFreeBSD

devel/bazel fix build on i386
ClosedPublic

Authored by ultima on Aug 9 2017, 7:37 PM.
Tags
None
Referenced Files
F159177391: D11937.id.diff
Wed, Jun 10, 11:35 PM
Unknown Object (File)
Fri, May 22, 4:38 AM
Unknown Object (File)
Apr 28 2026, 12:09 PM
Unknown Object (File)
Apr 19 2026, 8:19 AM
Unknown Object (File)
Apr 16 2026, 2:17 AM
Unknown Object (File)
Apr 15 2026, 11:40 AM
Unknown Object (File)
Apr 7 2026, 4:19 PM
Unknown Object (File)
Apr 4 2026, 3:15 PM
Subscribers

Details

Summary
  • Fix build on i386
  • Cleanup Makefile

PR\: 221114
Submitted by\: Klaus Aehlig (maintainer)
Reviewed by\: lifanov (mentor), matthew (mentor)
Approved by\: lifanov (mentor), matthew (mentor)
MFH: 2017Q3
Differential Revision\: https://reviews.freebsd.org/DXXXXX

Test Plan

portlint:
WARN: Makefile: [15]: possible direct use of command "file" found. use ${FILE} instead.
WARN: Makefile: for new port, make $FreeBSD$ tag in comment section empty, to make SVN happy.
WARN: Makefile: unless this is a master port, MAINTAINER has to be set by "=", not by "?=".
WARN: Makefile: "BUILD_DEPENDS" has to appear earlier.
0 fatal errors and 4 warnings found.

False positives mostly. Also finally created a bug for #4 PR 221377

poudriere:
103i386
103amd64
110i386
110amd64
12i386
12amd64

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 10973
Build 11360: arc lint + arc unit

Event Timeline

Some complaining about docker related things, but as we're ignoring those no worries.

lgtm

This revision is now accepted and ready to land.Aug 10 2017, 10:08 AM
This revision was automatically updated to reflect the committed changes.