Hi ports@,

I am using the ports from the OPENBSD_7_6 tag. I've got and error while
building a port that depends on mariadb-10.9.8. The tarball is not
found on the provided sites. I have attached the patch with the fix.

Kind regards,
Marin
Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/mariadb/Makefile,v
diff -u -p -r1.146 Makefile
--- Makefile	15 Jul 2024 11:57:35 -0000	1.146
+++ Makefile	2 Feb 2025 11:03:24 -0000
@@ -9,7 +9,8 @@ REVISION-server= 1
 EPOCH=		1
 CATEGORIES=	databases
 SITES=		https://downloads.mariadb.com/MariaDB/${DISTNAME}/source/ \
-		https://ftp.osuosl.org/pub/mariadb/${DISTNAME}/source/
+		https://ftp.osuosl.org/pub/mariadb/${DISTNAME}/source/ \
+		https://archive.mariadb.org/${DISTNAME}/source/ 
 
 LIB_VERSION=	30
 SHARED_LIBS=	mysqlclient_r	${LIB_VERSION}.0 \

Reply via email to