| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/databases/percona-pam-for-mysql/ |
Upload File : |
PORTNAME= percona
PKGNAMESUFFIX= -pam-for-mysql
COMMENT= PAM plugin for MySQL
WWW= https://www.percona.com/
BROKEN_armv6= fails to compile: cannot combine with previous 'type-name' declaration specifier
BROKEN_armv7= fails to compile: cannot combine with previous 'type-name' declaration specifier
BROKEN_mips= fails to configure: CMake Error: Generator: execution of make failed
BROKEN_mips64= fails to configure: CMake Error: Generator: execution of make failed
MASTERDIR= ${.CURDIR}/../percona57-server
PKGMESSAGE= ${.CURDIR}/pkg-message
PATCHDIR= ${MASTERDIR}/files
FILESDIR= ${.CURDIR}/files
PLIST= ${.CURDIR}/pkg-plist
DESCR= ${.CURDIR}/pkg-descr
CMAKE_ARGS+= -DWITH_PAM=1
# Workaround to clang11/gcc10 with -fno-common by default
CFLAGS+= -fcommon
PLUGIN_ONLY= yes
do-install:
(cd ${WRKSRC}/plugin/percona-pam-for-mysql && ${MAKE} ${MAKE_ARGS} install)
${INSTALL_DATA} ${FILESDIR}/pam.conf ${STAGEDIR}${PREFIX}/etc/pam.d/mysqld.sample
.include "${MASTERDIR}/Makefile"
RUN_DEPENDS= # This plugin has no run dependencies. It should work with any desired mysql client/server.