ports/156638: [patch] net/asterisk don't build mysql modules despite enabled option
Alexander Brovikov
alexander at brovikov.ru
Mon Apr 25 08:30:09 UTC 2011
>Number: 156638
>Category: ports
>Synopsis: [patch] net/asterisk don't build mysql modules despite enabled option
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Mon Apr 25 08:30:08 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: Alexander Brovikov
>Release: 8.1-RELEASE
>Organization:
>Environment:
FreeBSD vbox 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:55:53 UTC 2010 root at almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
>Description:
net/asterisk don't build mysql modules despite enabled option
>How-To-Repeat:
>Fix:
patch for extra-patch-menuselect-tree-mysql.diff goes in attach
Patch attached with submission follows:
--- files/extra-patch-menuselect-tree-mysql.diff.orig 2011-02-19 04:37:52.000000000 +0500
+++ files/extra-patch-menuselect-tree-mysql.diff 2011-04-25 14:07:51.000000000 +0600
@@ -1,3 +1,27 @@
+--- addons/.moduleinfo.orig 2011-04-22 02:02:46.000000000 +0600
++++ addons/.moduleinfo 2011-04-25 14:05:23.000000000 +0600
+@@ -1,14 +1,12 @@
+ <category name="MENUSELECT_ADDONS" displayname="Add-ons (See README-addons.txt)" remove_on_change="addons/modules.link">
+ <member name="app_mysql" displayname="Simple Mysql Interface" remove_on_change="addons/app_mysql.o addons/app_mysql.so">
+ <depend>mysqlclient</depend>
+- <defaultenabled>no</defaultenabled>
+ </member>
+ <member name="app_saycountpl" displayname="Say polish counting words" remove_on_change="addons/app_saycountpl.o addons/app_saycountpl.so">
+ <defaultenabled>no</defaultenabled>
+ </member>
+ <member name="cdr_mysql" displayname="MySQL CDR Backend" remove_on_change="addons/cdr_mysql.o addons/cdr_mysql.so">
+ <depend>mysqlclient</depend>
+- <defaultenabled>no</defaultenabled>
+ </member>
+ <member name="chan_mobile" displayname="Bluetooth Mobile Device Channel Driver" remove_on_change="addons/chan_mobile.o addons/chan_mobile.so">
+ <depend>bluetooth</depend>
+@@ -22,6 +20,5 @@
+ </member>
+ <member name="res_config_mysql" displayname="MySQL RealTime Configuration Driver" remove_on_change="addons/res_config_mysql.o addons/res_config_mysql.so">
+ <depend>mysqlclient</depend>
+- <defaultenabled>no</defaultenabled>
+ </member>
+ </category>
--- menuselect-tree.orig 2011-02-11 17:33:25.000000000 +0200
+++ menuselect-tree 2011-02-11 17:33:52.000000000 +0200
@@ -4,14 +4,12 @@
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list