Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jul 2024 13:51:31 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 50a030b3cddb - main - databases/mysql84-server: unbreak packaging when EXAMPLES engine is statically linked into the server
Message-ID:  <202407071351.467DpVhX071799@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by fluffy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=50a030b3cddb3036c321ea2e718d44fd99f1c712

commit 50a030b3cddb3036c321ea2e718d44fd99f1c712
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2024-07-07 13:51:05 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2024-07-07 13:51:05 +0000

    databases/mysql84-server: unbreak packaging when EXAMPLES engine is statically linked into the server
    
    Approved by:    portmgr blanet (trivial fix)
---
 databases/mysql84-server/pkg-plist | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/databases/mysql84-server/pkg-plist b/databases/mysql84-server/pkg-plist
index a206f562ddbf..ccfd0220023a 100644
--- a/databases/mysql84-server/pkg-plist
+++ b/databases/mysql84-server/pkg-plist
@@ -131,7 +131,7 @@ lib/mysql/plugin/connection_control.so
 lib/mysql/plugin/daemon_example.ini
 lib/mysql/plugin/ddl_rewriter.so
 lib/mysql/plugin/group_replication.so
-lib/mysql/plugin/ha_example.so
+%%NO_EXAMPLE%%lib/mysql/plugin/ha_example.so
 lib/mysql/plugin/ha_mock.so
 lib/mysql/plugin/keyring_udf.so
 lib/mysql/plugin/libdaemon_example.so


home | help

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