math/sdpara has a broken Makefile when WITH_OPTIMIZED_FLAGS is defined. The problem is in a if branch. So when WITH_OPTIMIZED_FLAGS is not defined, a user cannot observe the error. But once WITH_OPTIMIZED_FLAGS is defined, the error is exposed. Fix: Apply the following patch in math/sdpara How-To-Repeat: cd /usr/ports/math/sdpara make -DWITH_OPTIMIZED_FLAGS You will get error message about a broken Makefile
Responsible Changed From-To: freebsd-ports-bugs->mharo Over to maintainer.
Responsible Changed From-To: mharo->maho over to real maintainer :-)
State Changed From-To: open->closed Committed, thanks!