Page MenuHomeFreeBSD

devel/bazel fix build on i386
ClosedPublic

Authored by ultima on Aug 9 2017, 7:37 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 7, 4:19 PM
Unknown Object (File)
Sat, Apr 4, 3:15 PM
Unknown Object (File)
Sun, Mar 29, 12:24 PM
Unknown Object (File)
Sun, Mar 29, 3:34 AM
Unknown Object (File)
Mon, Mar 23, 10:18 PM
Unknown Object (File)
Thu, Mar 12, 4:32 PM
Unknown Object (File)
Mar 12 2026, 9:40 AM
Unknown Object (File)
Mar 11 2026, 1:45 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.