pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri May 10 06:00:34 UTC 2024

Modified Files:
        pkgsrc/databases: Makefile
        pkgsrc/databases/mariadb1011-client: Makefile.common

Log Message:
databases: add mariadb1011-embedded


To generate a diff of this commit:
cvs rdiff -u -r1.707 -r1.708 pkgsrc/databases/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/databases/mariadb1011-client/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/Makefile
diff -u pkgsrc/databases/Makefile:1.707 pkgsrc/databases/Makefile:1.708
--- pkgsrc/databases/Makefile:1.707     Wed Apr 17 12:03:30 2024
+++ pkgsrc/databases/Makefile   Fri May 10 06:00:34 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.707 2024/04/17 12:03:30 wiz Exp $
+# $NetBSD: Makefile,v 1.708 2024/05/10 06:00:34 wiz Exp $
 
 COMMENT=       Databases
 
@@ -99,6 +99,7 @@ SUBDIR+=      lua-sql-sqlite3
 SUBDIR+=       lua-sqlite3
 SUBDIR+=       lua-tokyocabinet
 SUBDIR+=       mariadb1011-client
+SUBDIR+=       mariadb1011-embedded
 SUBDIR+=       mariadb1011-server
 SUBDIR+=       mariadb104-client
 SUBDIR+=       mariadb104-server

Index: pkgsrc/databases/mariadb1011-client/Makefile.common
diff -u pkgsrc/databases/mariadb1011-client/Makefile.common:1.8 pkgsrc/databases/mariadb1011-client/Makefile.common:1.9
--- pkgsrc/databases/mariadb1011-client/Makefile.common:1.8     Mon May  6 08:41:56 2024
+++ pkgsrc/databases/mariadb1011-client/Makefile.common Fri May 10 06:00:34 2024
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile.common,v 1.8 2024/05/06 08:41:56 jperkin Exp $
+# $NetBSD: Makefile.common,v 1.9 2024/05/10 06:00:34 wiz Exp $
 #
 # used by databases/mariadb1011-client/Makefile
 # used by databases/mariadb1011-server/Makefile
+# used by databases/mariadb1011-embedded/Makefile
 
 DISTNAME=      mariadb-10.11.7
 CATEGORIES=    databases



Home | Main Index | Thread Index | Old Index