Index: head/databases/mydumper/files/patch-myloader.c =================================================================== --- head/databases/mydumper/files/patch-myloader.c (revision 546948) +++ head/databases/mydumper/files/patch-myloader.c (nonexistent) @@ -1,11 +0,0 @@ ---- myloader.c.orig 2017-09-07 14:53:02 UTC -+++ myloader.c -@@ -114,7 +114,7 @@ int main(int argc, char *argv[]) { - g_option_context_free(context); - - if (program_version) { -- g_print("myloader %s, built against MySQL %s\n", VERSION, MYSQL_SERVER_VERSION); -+ g_print("myloader %s, built against MySQL %s\n", VERSION, MYSQL_VERSION_STR); - exit(EXIT_SUCCESS); - } - Property changes on: head/databases/mydumper/files/patch-myloader.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/databases/mydumper/files/patch-config.h =================================================================== --- head/databases/mydumper/files/patch-config.h (revision 546948) +++ head/databases/mydumper/files/patch-config.h (nonexistent) @@ -1,15 +0,0 @@ ---- config.h.orig 2017-10-24 17:27:46 UTC -+++ config.h -@@ -4,4 +4,12 @@ - #define VERSION "0.9.3" - /* #undef WITH_BINLOG */ - -+#if defined(LIBMYSQL_VERSION) -+#define MYSQL_VERSION_STR LIBMYSQL_VERSION -+#elif defined(MARIADB_CLIENT_VERSION_STR) -+#define MYSQL_VERSION_STR MARIADB_CLIENT_VERSION_STR -+#else -+#define MYSQL_VERSION_STR MYSQL_VERSION_NUMBER -+#endif -+ - #endif Property changes on: head/databases/mydumper/files/patch-config.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/databases/mydumper/files/patch-mydumper.c =================================================================== --- head/databases/mydumper/files/patch-mydumper.c (revision 546948) +++ head/databases/mydumper/files/patch-mydumper.c (nonexistent) @@ -1,11 +0,0 @@ ---- mydumper.c.orig 2017-09-07 14:53:02 UTC -+++ mydumper.c -@@ -824,7 +824,7 @@ int main(int argc, char *argv[]) - g_option_context_free(context); - - if (program_version) { -- g_print("mydumper %s, built against MySQL %s\n", VERSION, MYSQL_SERVER_VERSION); -+ g_print("mydumper %s, built against MySQL %s\n", VERSION, MYSQL_VERSION_STR); - exit (EXIT_SUCCESS); - } - Property changes on: head/databases/mydumper/files/patch-mydumper.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property