dns/bind9 fails to build when no openssl is installed from ports, and there is no openssl in the base system. Fix: apply that patch How-To-Repeat: make -DWITHOUT_OPENSSL installworld remove old openssl binaries+libs install security/openssl try to install dns/bind9
Responsible Changed From-To: freebsd-ports-bugs->dougb reassign to dougb
State Changed From-To: open->feedback I'm confused about your proposed solution ... if there is no openssl at all (which is what I understand your test case to be), then OPENSSLBASE will be set to what? Not having any openssl at all would significantly change the port, as several things wouldn't get built or installed, and the parts that are installed would have limited functionality. I have not had any users complain about this issue, so before proceeding I need to know what problem you are trying to solve. Thanks, Doug
Sorry, there where one wrong "no" in my description. What I meant was having openssl installed from ports so it lies in LOCALBASE and not in the base system made bind9 failing to build. But I can't reproduce it now, so you may close that PR... nevertheless, changing --with-openssl to --with-openssl=${OPENSSLBASE} might be a good catch anyway since it will respects WITH_OPENSSL_PORT or WITH_OPENSSL_BASE and I can't see anything wrong with changing it. -- Oliver Lehmann http://www.pofo.de/ http://wishlist.ans-netz.de/
State Changed From-To: feedback->closed Thanks for your explanation. Given that you can't reproduce the problem, I'm loathe to change something that's worked for years for users in all 3 openssl conditions. If the problem pops up again, let's re-examine this. Doug