Page MenuHomeFreeBSD

audio/tagutil: Rework Makefile and adjust hardcoded compiler flags
ClosedPublic

Authored by diizzy on Sep 11 2021, 8:32 AM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 20 2024, 2:25 AM
Unknown Object (File)
Feb 20 2024, 2:25 AM
Unknown Object (File)
Feb 19 2024, 7:42 PM
Unknown Object (File)
Feb 19 2024, 7:31 PM
Unknown Object (File)
Jan 28 2024, 5:30 PM
Unknown Object (File)
Dec 20 2023, 4:46 AM
Unknown Object (File)
Dec 14 2023, 11:04 PM
Unknown Object (File)
Dec 7 2023, 6:06 PM
Subscribers
None

Details

Summary

Rework Makefile to follow Porter's Handbook
Remove hardcoded generic optimization
Remove compiler flags -o aslr and -fsanitize=undefined to fix build on other platforms than x86
PR: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258351 (wainting on maintainer or until maintainer timeout)

Test Plan

Compile and lightly runtime tested on FreeBSD 13.0-STABLE #0 stable/13-n246453-06887e06864-dirty (arm64)
Poudriere testport OK 12.2-RELEASE (amd64)
Poudriere testport OK 11.4-RELEASE (amd64)

Reference:
https://portsfallout.com/port/1205/

Diff Detail

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

Event Timeline

diizzy created this revision.
PR: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258351 (wainting on maintainer or until maintainer timeout)

This falls under the "just fix it" blanket.

Can you do it in two commits:

  1. Rework Makefile to follow Porter's Handbook
  2. Remove hardcoded generic optimization & Remove compiler flags -o aslr and -fsanitize=undefined to fix build on other platforms than x86

?

This revision is now accepted and ready to land.Sep 11 2021, 10:35 AM