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
Unknown Object (File)
Thu, Oct 9, 11:35 PM
Unknown Object (File)
Wed, Sep 24, 4:23 PM
Unknown Object (File)
Tue, Sep 23, 11:49 PM
Unknown Object (File)
Sep 14 2025, 1:00 AM
Unknown Object (File)
Aug 31 2025, 8:15 PM
Unknown Object (File)
Aug 2 2025, 10:07 PM
Unknown Object (File)
Aug 2 2025, 8:06 PM
Unknown Object (File)
Aug 2 2025, 7:03 PM
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.