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)
Sat, Jan 25, 7:36 PM
Unknown Object (File)
Fri, Jan 24, 7:04 PM
Unknown Object (File)
Wed, Jan 22, 6:32 PM
Unknown Object (File)
Mon, Jan 13, 12:33 AM
Unknown Object (File)
Mon, Jan 13, 12:30 AM
Unknown Object (File)
Dec 15 2024, 7:48 PM
Unknown Object (File)
Nov 24 2024, 10:36 PM
Unknown Object (File)
Nov 24 2024, 4:04 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
Lint Not Applicable
Unit
Tests Not Applicable

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.