Created attachment 205953 [details] Makefile.diff From the NEWS file in the distfile: 1.24.0: ------- ... - Using plain dlopen()/LoadLibrary() for opening modules instead of libltdl. This also means that --with-module-suffix is gone in configure. ... As a result, both - dependency and configure argument - were removed from the Makefile and PORTREVISION was updated due to dependency list change. 'portlint -AC' only shows $FreeBSD$ tag and 'PORTREVISION in new port' warnings. Checked with poudriere in 12.0 i386 + 12.0 amd64 jails, with and without SNDIO option set.
Created attachment 205954 [details] Compressed poudriere logs
A commit references this bug: Author: novel Date: Sun Jul 21 08:35:08 UTC 2019 New revision: 507040 URL: https://svnweb.freebsd.org/changeset/ports/507040 Log: audio/mpg123: drop devel/libltdl dependency Starting with mpg123 1.24.0, libltdl is no longer needed, so remove the dependency and the corresponding configure argument. PR: 239356 Submitted by: avos Changes: head/audio/mpg123/Makefile
Committed, thanks!