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)
Mon, Apr 22, 6:38 AM
Unknown Object (File)
Mon, Apr 22, 6:38 AM
Unknown Object (File)
Mon, Apr 22, 6:38 AM
Unknown Object (File)
Sun, Apr 21, 9:44 PM
Unknown Object (File)
Sat, Apr 20, 11:14 AM
Unknown Object (File)
Fri, Apr 19, 10:03 AM
Unknown Object (File)
Feb 20 2024, 2:25 AM
Unknown Object (File)
Feb 20 2024, 2:25 AM
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