Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Dec 2023 20:48:24 GMT
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d7f566a5d486 - main - graphics/digikam: Update IGNORE_WITH_MYSQL
Message-ID:  <202312242048.3BOKmOj8027076@gitrepo.freebsd.org>

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

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

commit d7f566a5d486b8be6bf9b4c81b78b9b6a3b28e08
Author:     Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2023-12-24 20:37:15 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2023-12-24 20:37:15 +0000

    graphics/digikam: Update IGNORE_WITH_MYSQL
    
    We need to ignore the recently introduced databases/mysql81* as the
    MYSQL_INTERNAL option only works with MariaDB. Also remove check for
    databases/percona57* which has been removed from the ports tree.
---
 graphics/digikam/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/graphics/digikam/Makefile b/graphics/digikam/Makefile
index 3996a31cabd4..851f7e430afb 100644
--- a/graphics/digikam/Makefile
+++ b/graphics/digikam/Makefile
@@ -105,7 +105,7 @@ MYSQL_INTERNAL_USES=		mysql:server
 MYSQL_INTERNAL_CMAKE_BOOL=	ENABLE_INTERNALMYSQL
 # Only works with MariaDB. Try to keep this in sync with supported MySQL
 # versions and add any version not ending with 'm' to the IGNORE list.
-MYSQL_INTERNAL_VARS=		IGNORE_WITH_MYSQL="57 80 57p 57w"
+MYSQL_INTERNAL_VARS=		IGNORE_WITH_MYSQL="57 80 81 57w"
 MYSQL_INTERNAL_IMPLIES=		MYSQL
 
 NLS_DESC=		Digikam i18n translations



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