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
F163097045: D32545.id.diff
Mon, Jul 20, 1:34 AM
Unknown Object (File)
Sun, Jul 19, 2:37 AM
Unknown Object (File)
Sat, Jul 4, 5:55 AM
Unknown Object (File)
Jun 17 2026, 3:06 AM
Unknown Object (File)
Jun 14 2026, 4:21 PM
Unknown Object (File)
May 26 2026, 6:31 PM
Unknown Object (File)
May 25 2026, 9:39 AM
Unknown Object (File)
May 19 2026, 10:34 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.