Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Mar 2022 08:02:28 GMT
From:      Bernard Spil <brnrd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e65cdf85b643 - main - databases/mariadb106-server: Fix build with SPIDER disabled
Message-ID:  <202203010802.22182SEb017108@gitrepo.freebsd.org>

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

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

commit e65cdf85b6432d1996aeb0d049ddfa4e962d5b23
Author:     Bernard Spil <brnrd@FreeBSD.org>
AuthorDate: 2022-03-01 07:43:38 +0000
Commit:     Bernard Spil <brnrd@FreeBSD.org>
CommitDate: 2022-03-01 07:43:38 +0000

    databases/mariadb106-server: Fix build with SPIDER disabled
    
    PR:             262178
    Reported by:    <ari ish com au>
---
 databases/mariadb106-server/pkg-plist | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/databases/mariadb106-server/pkg-plist b/databases/mariadb106-server/pkg-plist
index bc9b805a676c..6bb2ac4797c9 100644
--- a/databases/mariadb106-server/pkg-plist
+++ b/databases/mariadb106-server/pkg-plist
@@ -60,7 +60,7 @@ bin/test-connect-t
 %%S3%%%%ETCDIR%%/conf.d/s3.cnf
 @comment %%ETCDIR%%/server.cnf
 @sample %%ETCDIR%%/conf.d/server.cnf.sample
-@sample %%ETCDIR%%/conf.d/spider.cnf.sample
+%%SPIDER%%@sample %%ETCDIR%%/conf.d/spider.cnf.sample
 %%WSREP%%@sample %%ETCDIR%%/conf.d/wsrep.cnf.sample
 @comment %%ETCDIR%%/my.cnf
 @sample %%ETCDIR%%/user_map.conf.sample



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