summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authordholland <dholland>2012-05-07 18:40:35 +0000
committerdholland <dholland>2012-05-07 18:40:35 +0000
commit0eb8322e02ac6e69ed0cf92a89b0a4622912c688 (patch)
tree8a0657016f9c1170bf04ca15bcfebeaaf85cbba5 /databases
parent50ddba9c342565bcd10c576a981762fe44ea633c (diff)
downloadpkgsrc-0eb8322e02ac6e69ed0cf92a89b0a4622912c688.tar.gz
Build fixes for new glib2.
Diffstat (limited to 'databases')
-rw-r--r--databases/mysql-workbench/distinfo9
-rw-r--r--databases/mysql-workbench/patches/patch-backend_wbprivate_workbench_stdafx_h14
-rw-r--r--databases/mysql-workbench/patches/patch-backend_windows_wbprivate_wr_src_stdafx_h15
-rw-r--r--databases/mysql-workbench/patches/patch-library_canvas_src_mdc__canvas__view_h15
-rw-r--r--databases/mysql-workbench/patches/patch-library_canvas_src_stdafx_h15
-rw-r--r--databases/mysql-workbench/patches/patch-modules_db_mysql_sqlparser_src_stdafx_h15
-rw-r--r--databases/mysql-workbench/patches/patch-modules_wb_mysql_import_src_stdafx_h15
-rw-r--r--databases/mysql-workbench/patches/patch-plugins_wb_printing_backend_stdafx_h15
8 files changed, 112 insertions, 1 deletions
diff --git a/databases/mysql-workbench/distinfo b/databases/mysql-workbench/distinfo
index 23fc8253785..2712097214e 100644
--- a/databases/mysql-workbench/distinfo
+++ b/databases/mysql-workbench/distinfo
@@ -1,8 +1,15 @@
-$NetBSD: distinfo,v 1.1.1.1 2011/05/16 12:40:50 adam Exp $
+$NetBSD: distinfo,v 1.2 2012/05/07 18:40:35 dholland Exp $
SHA1 (mysql-workbench-gpl-5.2.33b-src.tar.gz) = 1d47598fb0f956ce1a0c6b1afb462e8d6beeb1ed
RMD160 (mysql-workbench-gpl-5.2.33b-src.tar.gz) = 60213dd583da6034d5c4f7766b0a7dbafe57100c
Size (mysql-workbench-gpl-5.2.33b-src.tar.gz) = 17873523 bytes
+SHA1 (patch-backend_wbprivate_workbench_stdafx_h) = 3bfeffdbbf7b8c3922ba514c436cb5a6f92c614b
+SHA1 (patch-backend_windows_wbprivate_wr_src_stdafx_h) = a42d1c33c627dd52e73f6841d759be5922950984
SHA1 (patch-frontend_linux_linux_utilities_toolbar_manager.cpp) = cc2ecf41802836c1ce799ebdff26ad89b70f3459
SHA1 (patch-library_base_international_file.cpp) = 55a6910d63b29db1ba8ea6d17bc7c42ac8897162
+SHA1 (patch-library_canvas_src_mdc__canvas__view_h) = 932e1e744ba0663afa0af3d618808fa9448b058a
+SHA1 (patch-library_canvas_src_stdafx_h) = 2e10af126271958857bdb77ca400d5e2d7e9a9ce
SHA1 (patch-library_forms_gtk_lf_panel.h) = b381ffd107e23c1c099f89ff8175b64754d88fa1
+SHA1 (patch-modules_db_mysql_sqlparser_src_stdafx_h) = 3ac7af043be0dd52fe2634e2ac49682c5d4e51de
+SHA1 (patch-modules_wb_mysql_import_src_stdafx_h) = f12583b61b29f9ae2ef3aaf30b9281dc67b230df
+SHA1 (patch-plugins_wb_printing_backend_stdafx_h) = 490c35fce386d9e3b8bc3f801db0316c712f103c
diff --git a/databases/mysql-workbench/patches/patch-backend_wbprivate_workbench_stdafx_h b/databases/mysql-workbench/patches/patch-backend_wbprivate_workbench_stdafx_h
new file mode 100644
index 00000000000..d6a07d2a021
--- /dev/null
+++ b/databases/mysql-workbench/patches/patch-backend_wbprivate_workbench_stdafx_h
@@ -0,0 +1,14 @@
+$NetBSD: patch-backend_wbprivate_workbench_stdafx_h,v 1.1 2012/05/07 18:40:35 dholland Exp $
+
+Fix build with latest glib2.
+
+--- backend/wbprivate/workbench/stdafx.h~ 2011-03-17 12:48:42.000000000 +0000
++++ backend/wbprivate/workbench/stdafx.h
+@@ -39,7 +39,6 @@
+ #include <gl/glu.h>
+
+ #include <glib.h>
+-#include <glib/gthread.h>
+
+ #include "grtpp.h"
+ #include "grtpp_util.h"
diff --git a/databases/mysql-workbench/patches/patch-backend_windows_wbprivate_wr_src_stdafx_h b/databases/mysql-workbench/patches/patch-backend_windows_wbprivate_wr_src_stdafx_h
new file mode 100644
index 00000000000..0c0f92487ae
--- /dev/null
+++ b/databases/mysql-workbench/patches/patch-backend_windows_wbprivate_wr_src_stdafx_h
@@ -0,0 +1,15 @@
+$NetBSD: patch-backend_windows_wbprivate_wr_src_stdafx_h,v 1.1 2012/05/07 18:40:35 dholland Exp $
+
+Fix build with latest glib2.
+
+--- backend/windows/wbprivate.wr/src/stdafx.h~ 2011-03-17 12:48:41.000000000 +0000
++++ backend/windows/wbprivate.wr/src/stdafx.h
+@@ -48,7 +48,7 @@
+
+ #include <gl/glu.h>
+
+-#include <glib/gthread.h>
++#include <glib.h>
+
+ #ifndef _WIN32
+ #include <sys/time.h>
diff --git a/databases/mysql-workbench/patches/patch-library_canvas_src_mdc__canvas__view_h b/databases/mysql-workbench/patches/patch-library_canvas_src_mdc__canvas__view_h
new file mode 100644
index 00000000000..26ab549d5ea
--- /dev/null
+++ b/databases/mysql-workbench/patches/patch-library_canvas_src_mdc__canvas__view_h
@@ -0,0 +1,15 @@
+$NetBSD: patch-library_canvas_src_mdc__canvas__view_h,v 1.1 2012/05/07 18:40:35 dholland Exp $
+
+Fix build with latest glib2.
+
+--- library/canvas/src/mdc_canvas_view.h~ 2011-03-17 12:48:44.000000000 +0000
++++ library/canvas/src/mdc_canvas_view.h
+@@ -9,7 +9,7 @@
+ #include "mdc_selection.h"
+
+ #ifndef _WIN32
+-#include <glib/gthread.h>
++#include <glib.h>
+ #endif
+
+ BEGIN_MDC_DECLS
diff --git a/databases/mysql-workbench/patches/patch-library_canvas_src_stdafx_h b/databases/mysql-workbench/patches/patch-library_canvas_src_stdafx_h
new file mode 100644
index 00000000000..7f432c22573
--- /dev/null
+++ b/databases/mysql-workbench/patches/patch-library_canvas_src_stdafx_h
@@ -0,0 +1,15 @@
+$NetBSD: patch-library_canvas_src_stdafx_h,v 1.1 2012/05/07 18:40:35 dholland Exp $
+
+Fix build with latest glib2.
+
+--- library/canvas/src/stdafx.h~ 2011-03-17 12:48:45.000000000 +0000
++++ library/canvas/src/stdafx.h
+@@ -53,7 +53,7 @@
+ #include <gl/glu.h>
+
+
+-#include <glib/gthread.h>
++#include <glib.h>
+
+ #endif // _WIN32
+
diff --git a/databases/mysql-workbench/patches/patch-modules_db_mysql_sqlparser_src_stdafx_h b/databases/mysql-workbench/patches/patch-modules_db_mysql_sqlparser_src_stdafx_h
new file mode 100644
index 00000000000..a8147c27097
--- /dev/null
+++ b/databases/mysql-workbench/patches/patch-modules_db_mysql_sqlparser_src_stdafx_h
@@ -0,0 +1,15 @@
+$NetBSD: patch-modules_db_mysql_sqlparser_src_stdafx_h,v 1.1 2012/05/07 18:40:35 dholland Exp $
+
+Fix build with latest glib2.
+
+--- modules/db.mysql.sqlparser/src/stdafx.h~ 2011-03-17 12:48:45.000000000 +0000
++++ modules/db.mysql.sqlparser/src/stdafx.h
+@@ -32,7 +32,7 @@
+ #include <algorithm>
+ #include <sstream>
+ #include <fstream>
+-#include <glib/gunicode.h>
++#include <glib.h>
+ #include <map>
+ #include "direct.h"
+
diff --git a/databases/mysql-workbench/patches/patch-modules_wb_mysql_import_src_stdafx_h b/databases/mysql-workbench/patches/patch-modules_wb_mysql_import_src_stdafx_h
new file mode 100644
index 00000000000..4b7c2821a50
--- /dev/null
+++ b/databases/mysql-workbench/patches/patch-modules_wb_mysql_import_src_stdafx_h
@@ -0,0 +1,15 @@
+$NetBSD: patch-modules_wb_mysql_import_src_stdafx_h,v 1.1 2012/05/07 18:40:35 dholland Exp $
+
+Fix build with latest glib2.
+
+--- modules/wb.mysql.import/src/stdafx.h~ 2011-03-17 12:48:31.000000000 +0000
++++ modules/wb.mysql.import/src/stdafx.h
+@@ -10,7 +10,7 @@
+ #include <algorithm>
+ #include <sstream>
+ #include <fstream>
+-#include <glib/gunicode.h>
++#include <glib.h>
+ #include <map>
+ #include "direct.h"
+
diff --git a/databases/mysql-workbench/patches/patch-plugins_wb_printing_backend_stdafx_h b/databases/mysql-workbench/patches/patch-plugins_wb_printing_backend_stdafx_h
new file mode 100644
index 00000000000..cf6bfb3d4e4
--- /dev/null
+++ b/databases/mysql-workbench/patches/patch-plugins_wb_printing_backend_stdafx_h
@@ -0,0 +1,15 @@
+$NetBSD: patch-plugins_wb_printing_backend_stdafx_h,v 1.1 2012/05/07 18:40:35 dholland Exp $
+
+Fix build with latest glib2.
+
+--- plugins/wb.printing/backend/stdafx.h~ 2011-03-17 12:48:42.000000000 +0000
++++ plugins/wb.printing/backend/stdafx.h
+@@ -46,7 +46,7 @@
+ #include <gl/gl.h>
+ #include <gl/glu.h>
+
+-#include <glib/gthread.h>
++#include <glib.h>
+
+ #ifndef _WIN32
+ #include <sys/time.h>