Page MenuHomeFreeBSD

audio/soundtouch: Update to 2.3.1
ClosedPublic

Authored by diizzy on Oct 4 2021, 10:50 AM.
Tags
None
Referenced Files
F173618490: D32288.diff
Sun, Sep 27, 5:31 AM
Unknown Object (File)
Wed, Sep 23, 8:51 PM
Unknown Object (File)
Aug 10 2026, 10:13 AM
Unknown Object (File)
Aug 7 2026, 9:59 PM
Unknown Object (File)
Aug 7 2026, 7:36 AM
Unknown Object (File)
Aug 6 2026, 7:43 AM
Unknown Object (File)
Aug 5 2026, 3:15 AM
Unknown Object (File)
Jul 31 2026, 9:21 AM
Subscribers
None

Details

Summary

Switch to CMake
Enable OpenMP on aarch64 and amd64 by default
Enable OPTIMIZED_CFLAGS by default

PR: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258730

Test Plan

Compile and tested on FreeBSD 13.0-STABLE #0 stable/13-n246086-a20c597c6d7 (amd64) (make, make check-plist)
Compile and tested on FreeBSD 13.0-STABLE #0 stable/13-n246453-06887e06864-dirty (arm64) (make, make check-plist)
Poudriere testport OK 12.2-RELEASE (amd64)

Diff Detail

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

Event Timeline

diizzy created this revision.

Changes are upstreamed/waiting for review, patch accepted by maintainer

audio/soundtouch/Makefile
24โ€“25

Hum... This is extremely non-canonical, so I'm not sure what to do about it.

If I read this right, the OPTIONS_DEFAULT knob is empty unless we have "softfp" in MACHINE_CPU?

audio/soundtouch/Makefile
24โ€“25

Correct, we have a least MIPS platforms that doesn't have hardware fpu support, there are also ARM (unsure of actual support n FreeBSD) and PPC platforms that share the same hardware limitation.

This revision is now accepted and ready to land.Oct 4 2021, 3:30 PM
This revision was automatically updated to reflect the committed changes.