summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2012-March/013738.html
blob: 0968a9f4367748701d263d9ec07f2d75de28c236 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
 <HEAD>
   <TITLE> [Mageia-dev] dropping mysql-workbench
   </TITLE>
   <LINK REL="Index" HREF="index.html" >
   <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20dropping%20mysql-workbench&In-Reply-To=%3Ccb.%5E_0%40r78.nl%3E">
   <META NAME="robots" CONTENT="index,nofollow">
   <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
   <LINK REL="Previous"  HREF="013735.html">
   <LINK REL="Next"  HREF="013696.html">
 </HEAD>
 <BODY BGCOLOR="#ffffff">
   <H1>[Mageia-dev] dropping mysql-workbench</H1>
    <B>Remco Rijnders</B> 
    <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20dropping%20mysql-workbench&In-Reply-To=%3Ccb.%5E_0%40r78.nl%3E"
       TITLE="[Mageia-dev] dropping mysql-workbench">remco at webconquest.com
       </A><BR>
    <I>Fri Mar 30 17:46:10 CEST 2012</I>
    <P><UL>
        <LI>Previous message: <A HREF="013735.html">[Mageia-dev] dropping mysql-workbench
</A></li>
        <LI>Next message: <A HREF="013696.html">[Mageia-dev] dropping mysql-workbench
</A></li>
         <LI> <B>Messages sorted by:</B> 
              <a href="date.html#13738">[ date ]</a>
              <a href="thread.html#13738">[ thread ]</a>
              <a href="subject.html#13738">[ subject ]</a>
              <a href="author.html#13738">[ author ]</a>
         </LI>
       </UL>
    <HR>  
<!--beginarticle-->
<PRE>On Fri, Mar 30, 2012 at 05:33:31PM +0200, Maarten wrote in 
&lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">201203301733.31821.alien at rmail.be</A>&gt;:
&gt;<i>Op vrijdag 30 maart 2012 10:11:34 schreef nicolas vigier:
</I>&gt;&gt;<i> On Thu, 29 Mar 2012, Maarten Vanraes wrote:
</I>&gt;&gt;<i> &gt; unfortunately, atm it doesn't work, so it needs to be rebuilt, but it
</I>&gt;&gt;<i> &gt; doesn't rebuild at all... and since we're in version freeze, you can't
</I>&gt;&gt;<i> &gt; just update to a new version. even more is that soon is release
</I>&gt;&gt;<i> &gt; freeze...
</I>&gt;&gt;<i>
</I>&gt;&gt;<i> No, fixing a package that doesn't work can be a good reason for version
</I>&gt;&gt;<i> freeze exception. So if a new version can help fix the problem, it
</I>&gt;&gt;<i> should be considered.
</I>&gt;<i>
</I>&gt;<i>ic, well in that case, i guess it can be done like this, but if there's no
</I>&gt;<i>maintainer for it... personally, i have no problem with this being dropped.
</I>&gt;<i>
</I>&gt;<i>which is not to say i'm trying to hurt people who use it... but if we can't
</I>&gt;<i>maintain a package, maybe it's better if the people who want to use it, can
</I>&gt;<i>get it from upstream themselves.
</I>
Not arguing about this... but I think the attached patch fixes at least 
(part) of the build problem (for the new maintainer to look into ;-)

See also <A HREF="http://bugs.mysql.com/bug.php?id=63898">http://bugs.mysql.com/bug.php?id=63898</A>

&gt;<i>and since this is from oracle, i guess the maintainer should also doublecheck
</I>&gt;<i>licensing to be on the safe side, since oracle has relicensed quite some code.
</I>&gt;<i>who knows, maybe we can't even redistribute it anymore...
</I>
I didn't check that... but I did notice that the tarball from upstream 
(now at 5.2.38) has &quot;gpl&quot; in its name, so assume that's still safe...
-------------- next part --------------
--- wb.utils_Makefile.am	2012-03-30 17:25:18.219213799 +0200
+++ modules/wb.utils/Makefile.am	2012-03-30 17:27:00.259785100 +0200
@@ -1,6 +1,6 @@
 
 pkglibdir=$(libdir)/@PACKAGE@/modules
 
-pkglib_DATA=catalog_utils.grt.lua  tools.grt.lua  wb_utils_grt.py sqlide_grt.py text_grt.py sql_reformatter.py\
+pkgdata_DATA=catalog_utils.grt.lua  tools.grt.lua  wb_utils_grt.py sqlide_grt.py text_grt.py sql_reformatter.py\
             wb_dev_utils_grt.py table_utils_grt.py code_utils_grt.py
 
--- swig_Makefile.am	2012-03-30 17:25:44.006350969 +0200
+++ library/forms/swig/Makefile.am	2012-03-30 17:27:00.260785106 +0200
@@ -2,7 +2,7 @@
 pkglib_LTLIBRARIES=_mforms.la
 
 pkglibdir=$(libdir)/@PACKAGE@/modules
-pkglib_DATA=mforms.py
+pkgdata_DATA=mforms.py
 
 _mforms_la_SOURCES=\
 mforms_wrap.cxx
--- wb.doclib_Makefile.am	2012-03-30 17:26:19.209546254 +0200
+++ plugins/wb.doclib/Makefile.am	2012-03-30 17:27:00.260785106 +0200
@@ -1,7 +1,7 @@
 
 pkglibdir=$(libdir)/@PACKAGE@/modules
 
-pkglib_DATA=\
+pkgdata_DATA=\
   mysqldoclib.py\
   wb_doclib_grt.py
 
--- frontend_Makefile.am	2012-03-30 17:26:45.481698315 +0200
+++ plugins/wb.admin/frontend/Makefile.am	2012-03-30 17:27:00.260785106 +0200
@@ -1,7 +1,7 @@
 
 pkglibdir=$(libdir)/@PACKAGE@/modules
 
-pkglib_DATA=\
+pkgdata_DATA=\
     wb_admin_grt.py\
     wb_admin_monitor.py\
     wb_admin_utils.py\
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: not available
URL: &lt;/pipermail/mageia-dev/attachments/20120330/1578d72c/attachment.asc&gt;
</PRE>













<!--endarticle-->
    <HR>
    <P><UL>
        <!--threads-->
	<LI>Previous message: <A HREF="013735.html">[Mageia-dev] dropping mysql-workbench
</A></li>
	<LI>Next message: <A HREF="013696.html">[Mageia-dev] dropping mysql-workbench
</A></li>
         <LI> <B>Messages sorted by:</B> 
              <a href="date.html#13738">[ date ]</a>
              <a href="thread.html#13738">[ thread ]</a>
              <a href="subject.html#13738">[ subject ]</a>
              <a href="author.html#13738">[ author ]</a>
         </LI>
       </UL>

<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
mailing list</a><br>
</body></html>