I found bug in port stunnel-4.14. 'make install' is correct, but 'make cert' fails (tested on fbsd 4.11 & 5.4): ns:/usr/ports/security/stunnel# make cert ************************************************************************** The new certificate will be saved into /usr/local/etc/stunnel.pem ************************************************************************** make: don't know how to make stunnel.pem. Stop *** Error code 2 Stop in /usr/ports/security/stunnel. ns:/usr/ports/security/stunnel# ls -al /usr/local/etc/stunnel.pem ls: /usr/local/etc/stunnel.pem: No such file or directory ns:/usr/ports/security/stunnel# Fix: fix port? How-To-Repeat: ns:/usr/ports/security/stunnel# make cert ************************************************************************** The new certificate will be saved into /usr/local/etc/stunnel.pem ************************************************************************** make: don't know how to make stunnel.pem. Stop *** Error code 2 Stop in /usr/ports/security/stunnel. ns:/usr/ports/security/stunnel# ls -al /usr/local/etc/stunnel.pem ls: /usr/local/etc/stunnel.pem: No such file or directory ns:/usr/ports/security/stunnel#
Responsible Changed From-To: freebsd-ports-bugs->roam Over to maintainer
State Changed From-To: open->closed I just committed an update to the stunnel port that makes "make cert" work again, but the generated stunnel.pem certificate is now installed into /usr/local/etc/stunnel/, not /usr/local/etc/ any more. Thanks for noticing this!