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, Jul 21, 2:01 AM
Unknown Object (File)
Sun, Jul 5, 6:02 PM
Unknown Object (File)
Sat, Jul 4, 11:21 PM
Unknown Object (File)
Sat, Jul 4, 6:35 AM
Unknown Object (File)
Fri, Jul 3, 2:05 PM
Unknown Object (File)
Fri, Jul 3, 10:52 AM
Unknown Object (File)
Wed, Jul 1, 11:26 PM
Unknown Object (File)
Wed, Jul 1, 2:47 AM
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.