Created attachment 175973 [details] databases/percona-pam-for-mysql: need USES+=libedit databases/percona-pam-for-mysql faiil in clean poudriere due to missing editline (percona56-client always declade dependency on editline, percona56-server always pass it from client) -- EDITLINE_INCLUDE_DIR /usr/include/edit/readline -- EDITLINE_LIBRARY /usr/lib/libedit.so -- Performing Test EDITLINE_HAVE_HIST_ENTRY -- Performing Test EDITLINE_HAVE_HIST_ENTRY - Success -- Performing Test EDITLINE_HAVE_COMPLETION -- Performing Test EDITLINE_HAVE_COMPLETION - Failed CMake Error at cmake/readline.cmake:285 (MESSAGE): Cannot find system editline libraries. Call Stack (most recent call first): CMakeLists.txt:429 (MYSQL_CHECK_EDITLINE) Fix: declare editline dependency in masterport for any out-of-source plugins too.
Thank you for catching this! Testing a build on 11-RELEASE now...
Committed, thanks!
A commit references this bug: Author: feld Date: Thu Oct 20 20:07:51 UTC 2016 New revision: 424354 URL: https://svnweb.freebsd.org/changeset/ports/424354 Log: databases/percona-pam-for-mysql: Fix build The build was failing on 11 and head due to missing USES=libedit PR: 213643 Changes: head/databases/percona-pam-for-mysql/Makefile head/databases/percona56-server/Makefile