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)
Tue, Jul 21, 8:32 AM
Unknown Object (File)
Tue, Jul 21, 1:55 AM
Unknown Object (File)
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
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
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 42222
Build 39110: arc lint + arc unit

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.