Hello, i have a problem with the instalation of the proftpd-1.3.5b port. The compilation runs ok, but a problem is with the instalation, some files are missing. # make install ===> Installing for proftpd-1.3.5b ===> proftpd-1.3.5b depends on file: /usr/local/lib/libcrypto.so.8 - found ===> proftpd-1.3.5b depends on shared library: libmemcached.so - found (/usr/local/lib/libmemcached.so) ===> proftpd-1.3.5b depends on shared library: libpcre.so - found (/usr/local/lib/libpcre.so) ===> proftpd-1.3.5b depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) ===> Registering installation for proftpd-1.3.5b pkg-static: Unable to access file /usr/ports/ftp/proftpd/work/stage/usr/local/libexec/proftpd/mod_memcache.a: No such file or directory pkg-static: Unable to access file /usr/ports/ftp/proftpd/work/stage/usr/local/libexec/proftpd/mod_memcache.so: No such file or directory pkg-static: Unable to access file /usr/ports/ftp/proftpd/work/stage/usr/local/libexec/proftpd/mod_tls_memcache.a: No such file or directory pkg-static: Unable to access file /usr/ports/ftp/proftpd/work/stage/usr/local/libexec/proftpd/mod_tls_memcache.so: No such file or directory *** Error code 74 Stop. make[1]: stopped in /usr/ports/ftp/proftpd *** Error code 1 Stop. make: stopped in /usr/ports/ftp/proftpd
Created attachment 169964 [details] Fix proftpd modules The attached patch fixes the use of modules in proftpd which was broken by r413681
A commit references this bug: Author: mm Date: Wed May 4 18:06:58 UTC 2016 New revision: 414606 URL: https://svnweb.freebsd.org/changeset/ports/414606 Log: Include bsd.port.options.mk PR: ports/209199 Changes: head/ftp/proftpd/Makefile
Solved.
This appears to have been fixed? I there any reason to keep the PR open?
Forgotten to close?