According to the output of `configure --help' in distfile, `--disable-gftp-compat' option is needed to disable gFTP compatibility. However, corresponding CONFIGURE_ARGS in shells/scponly/Makefile is specified like this; .if defined(WITH_SCPONLY_GFTP) CONFIGURE_ARGS+=--enable-gftp .else CONFIGURE_ARGS+=--disable-gftp .endif Fix: Apply following patch. How-To-Repeat: cd /usr/ports/shells/scponly make configure cp ${WRKSRC}/config.h /tmp/config.h.default make clean make -DWITH_SCPONLY_GFTP configure cp ${WRKSRC}/config.h /tmp/config.h.gftp diff -u /tmp/config.h.default /tmp/config.h.gftp
State Changed From-To: open->closed committed, thanks!