summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2012-05-11 20:38:09 +0000
committerAde Lovett <ade@FreeBSD.org>2012-05-11 20:38:09 +0000
commit6d726b6c09094afd97f1528cfff8b27850279b0d (patch)
treeef9d4da0741b49a6a207e85f9ad78b89c296fdf5 /databases
parentTweak COMMENT lines to indicate the legacy nature of these two ports. (diff)
Update autoconf to 2.69 and automake to 1.12
PR: 166836 Tested by: Multiple -exp runs (pav)
Notes
Notes: svn path=/head/; revision=296454
Diffstat (limited to 'databases')
-rw-r--r--databases/mysql-workbench51/Makefile1
-rw-r--r--databases/mysql-workbench51/files/extra-51-modules__wb.utils__Makefile.am10
2 files changed, 11 insertions, 0 deletions
diff --git a/databases/mysql-workbench51/Makefile b/databases/mysql-workbench51/Makefile
index 145dc9b18142..2372e75aa467 100644
--- a/databases/mysql-workbench51/Makefile
+++ b/databases/mysql-workbench51/Makefile
@@ -47,6 +47,7 @@ LUA_COMPS= lua
.if ${PKGNAMESUFFIX} == 51
CONFLICTS= mysql-workbench-oss52*
+EXTRA_PATCHES= ${PATCHDIR}/extra-51-modules__wb.utils__Makefile.am
.endif
DATADIR= ${PREFIX}/share/mysql-workbench
diff --git a/databases/mysql-workbench51/files/extra-51-modules__wb.utils__Makefile.am b/databases/mysql-workbench51/files/extra-51-modules__wb.utils__Makefile.am
new file mode 100644
index 000000000000..3469f92d9c1f
--- /dev/null
+++ b/databases/mysql-workbench51/files/extra-51-modules__wb.utils__Makefile.am
@@ -0,0 +1,10 @@
+--- modules/wb.utils/Makefile.am.orig 2009-06-29 14:51:26.000000000 -0700
++++ modules/wb.utils/Makefile.am 2012-04-17 13:39:25.000000000 -0700
+@@ -1,5 +1,5 @@
+
+-pkglibdir=$(libdir)/@PACKAGE@/modules
++wbutilsdir=$(libdir)/@PACKAGE@/modules
+
+-pkglib_DATA=catalog_utils.grt.lua table_utils.grt.lua tools.grt.lua wb_utils_grt.py
++wbutils_DATA=catalog_utils.grt.lua table_utils.grt.lua tools.grt.lua wb_utils_grt.py
+