Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Oct 2023 09:22:19 GMT
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7ba41b9e4e4b - main - databases/percona-pam-for-mysql: Remove expired port
Message-ID:  <202310010922.3919MJ98090167@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7ba41b9e4e4b3a7b1494c0bd858577c25395efa9

commit 7ba41b9e4e4b3a7b1494c0bd858577c25395efa9
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2023-10-01 09:21:33 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2023-10-01 09:21:33 +0000

    databases/percona-pam-for-mysql: Remove expired port
    
    2023-10-01 databases/percona-pam-for-mysql: Upstream EOL reaches on 2023-10-01
---
 MOVED                                          |  1 +
 databases/Makefile                             |  1 -
 databases/percona-pam-for-mysql/Makefile       | 33 --------------------------
 databases/percona-pam-for-mysql/files/pam.conf | 12 ----------
 databases/percona-pam-for-mysql/pkg-descr      |  1 -
 databases/percona-pam-for-mysql/pkg-message    | 13 ----------
 databases/percona-pam-for-mysql/pkg-plist      |  4 ----
 7 files changed, 1 insertion(+), 64 deletions(-)

diff --git a/MOVED b/MOVED
index 2d5c1bcd077e..7eb647fb81af 100644
--- a/MOVED
+++ b/MOVED
@@ -7922,3 +7922,4 @@ net-p2p/transmission-daemon|net-p2p/transmission-components@daemon|2023-09-30|Mo
 net-p2p/transmission-gtk|net-p2p/transmission-components@gtk|2023-09-30|Moved for metaport
 net-p2p/transmission-qt|net-p2p/transmission-components@qt|2023-09-30|Moved for metaport
 net-p2p/transmission-utils|net-p2p/transmission-components@utils|2023-09-30|Moved for metaport
+databases/percona-pam-for-mysql||2023-10-01|Has expired: Upstream EOL reaches on 2023-10-01
diff --git a/databases/Makefile b/databases/Makefile
index 4494506dda67..4c116f92229b 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -542,7 +542,6 @@
     SUBDIR += pecl-mongodb
     SUBDIR += pecl-redis
     SUBDIR += pecl-rrd
-    SUBDIR += percona-pam-for-mysql
     SUBDIR += percona-toolkit
     SUBDIR += percona57-client
     SUBDIR += percona57-pam-for-mysql
diff --git a/databases/percona-pam-for-mysql/Makefile b/databases/percona-pam-for-mysql/Makefile
deleted file mode 100644
index 0347d7781147..000000000000
--- a/databases/percona-pam-for-mysql/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-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.
diff --git a/databases/percona-pam-for-mysql/files/pam.conf b/databases/percona-pam-for-mysql/files/pam.conf
deleted file mode 100644
index 0e75199574ba..000000000000
--- a/databases/percona-pam-for-mysql/files/pam.conf
+++ /dev/null
@@ -1,12 +0,0 @@
-#
-# PAM configuration for the "mysqld" service
-#
-
-# auth
-auth		include		system
-
-# account
-account		include		system
-
-# password
-password	include		system
diff --git a/databases/percona-pam-for-mysql/pkg-descr b/databases/percona-pam-for-mysql/pkg-descr
deleted file mode 100644
index 0d2b72f09ae3..000000000000
--- a/databases/percona-pam-for-mysql/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-Percona PAM authentication plugin for MySQL.
diff --git a/databases/percona-pam-for-mysql/pkg-message b/databases/percona-pam-for-mysql/pkg-message
deleted file mode 100644
index 6f658f86129e..000000000000
--- a/databases/percona-pam-for-mysql/pkg-message
+++ /dev/null
@@ -1,13 +0,0 @@
-[
-{ type: install
-  message: <<EOM
-Documentation for using percona-pam-for-mysql authentication plugin can
-be found at:
-
-https://www.percona.com/doc/percona-pam-for-mysql/index.html
-
-Please note that you need this plugin installed on both the client and
-server for authentication to be successful.
-EOM
-}
-]
diff --git a/databases/percona-pam-for-mysql/pkg-plist b/databases/percona-pam-for-mysql/pkg-plist
deleted file mode 100644
index 45350d3e7caf..000000000000
--- a/databases/percona-pam-for-mysql/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-@sample etc/pam.d/mysqld.sample
-lib/mysql/plugin/auth_pam.so
-lib/mysql/plugin/auth_pam_compat.so
-lib/mysql/plugin/dialog.so



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310010922.3919MJ98090167>