Page MenuHomeFreeBSD

devel/stlink: Fix build on 32 bit platforms
ClosedPublic

Authored by yasu on Oct 18 2021, 10:36 AM.
Tags
None
Referenced Files
F167290670: D32545.diff
Thu, Aug 20, 5:06 PM
F167210332: D32545.id97043.diff
Wed, Aug 19, 11:31 PM
Unknown Object (File)
Tue, Aug 18, 12:53 PM
Unknown Object (File)
Tue, Aug 18, 12:53 PM
Unknown Object (File)
Sun, Aug 16, 1:27 AM
Unknown Object (File)
Sun, Aug 9, 10:50 AM
Unknown Object (File)
Sun, Aug 9, 9:36 AM
Unknown Object (File)
Sun, Aug 9, 9:31 AM
Subscribers

Details

Summary
  • Switch to DISTVERSION
  • Pet portclippy
  • Reformat Makefile with portfmt

PR: 257708
Approved by: maitainer timeout (> 1 month), meta (mentor),

		ygy (mentor)
Test Plan

Build succeeds with poudriere and 13.0-RELEASE {amd64|i386} jails.

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

yasu requested review of this revision.Oct 18 2021, 10:36 AM

Add 'Differential Revision:' to commit message.

If this enforces -O2 which it seems like it does since we're removing -Werror in the same section it should also be disabled as per guidelines in Committers Handbook
https://docs.freebsd.org/en/books/porters-handbook/book/#dads-cflags

Update files/patch-cmake_modules_c__flags.cmake so optimization flags
are removed from cmake/modules/c_flags.cmake.

This revision was not accepted when it landed; it landed in state Needs Review.Oct 27 2021, 3:56 PM
This revision was automatically updated to reflect the committed changes.