iiimv-cscons fails to build on bento because it use -pthread and -lc at the same time, seemingly leading to some stack smashing, cf. http://bento.freebsd.org/errorlogs/i386-4-full/iiimf-csconv-r11.4_1.log cc: maintainer Fix: Strip explicit -lc from command lines; passing -lc should never be necessary(?). The patch below doesn't eliminate all occurrences of -lc in the port, but at least unbreaks the build. The maintainer should investigate if this is sufficient. Maybe the patch could be integrated into the port's current post-patch infrastructure, but I couldn't think of a suitable regex for REINPLACE. The patch works on -STABLE and -CURRENT. Existing patch modified and a new patch added: How-To-Repeat: Build the port.
Responsible Changed From-To: freebsd-ports-bugs->vs I should probably track my own PRs.
State Changed From-To: open->closed Committed after maintainer timeout.