Skip to content

Commit

Permalink
[mod_yaml] Remove from tree
Browse files Browse the repository at this point in the history
  • Loading branch information
andywolk committed Jan 15, 2025
1 parent 4f17bc7 commit 74c6433
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 578 deletions.
4 changes: 0 additions & 4 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -588,10 +588,6 @@ libs/srtp/libsrtp.la: libs/srtp libs/srtp/.update $(SRTP_SRC)
##
## helper targets
##
yaml-files:
@echo `mkdir $(DESTDIR)$(confdir)/yaml 2>/dev/null`
$(INSTALL) -m 644 $(switch_srcdir)/conf/default/yaml/*.yaml $(DESTDIR)$(confdir)/yaml

vm-sync:
test -d $(DESTDIR)$(confdir) || $(mkinstalldirs) $(DESTDIR)$(confdir)
test -d $(DESTDIR)$(confdir)/lang || $(mkinstalldirs) $(DESTDIR)$(confdir)/lang
Expand Down
1 change: 0 additions & 1 deletion build/modules.conf.in
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ languages/mod_lua
#languages/mod_python
#languages/mod_python3
#languages/mod_v8
#languages/mod_yaml
loggers/mod_console
#loggers/mod_graylog2
loggers/mod_logfile
Expand Down
1 change: 0 additions & 1 deletion build/modules.conf.most
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ languages/mod_managed
languages/mod_perl
languages/mod_python3
#languages/mod_v8
languages/mod_yaml
loggers/mod_console
loggers/mod_graylog2
loggers/mod_logfile
Expand Down
2 changes: 0 additions & 2 deletions conf/insideout/autoload_configs/modules.conf.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
<load module="mod_logfile"/>
<!-- <load module="mod_syslog"/> -->

<!--<load module="mod_yaml"/>-->

<!-- Multi-Faceted -->
<!-- mod_enum is a dialplan interface, an application interface and an api command interface -->
<load module="mod_enum"/>
Expand Down
2 changes: 0 additions & 2 deletions conf/vanilla/autoload_configs/modules.conf.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
<load module="mod_logfile"/>
<!-- <load module="mod_syslog"/> -->

<!--<load module="mod_yaml"/>-->

<!-- Multi-Faceted -->
<!-- mod_enum is a dialplan interface, an application interface and an api command interface -->
<load module="mod_enum"/>
Expand Down
4 changes: 0 additions & 4 deletions conf/vanilla/yaml/extensions.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions conf/vanilla/yaml/mod_yaml.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -1330,9 +1330,6 @@ PKG_CHECK_MODULES([SQLITE], [sqlite3 >= 3.6.20])
PKG_CHECK_MODULES([CURL], [libcurl >= 7.19])
PKG_CHECK_MODULES([PCRE], [libpcre >= 7.8])
PKG_CHECK_MODULES([SPEEX], [speex >= 1.2rc1 speexdsp >= 1.2rc1])
PKG_CHECK_MODULES([YAML], [yaml-0.1 >= 0.1.4],[
AM_CONDITIONAL([HAVE_YAML],[true])],[
AC_MSG_RESULT([no]); AM_CONDITIONAL([HAVE_YAML],[false])])
PKG_CHECK_MODULES([LDNS], [libldns-fs >= 1.6.6],[
AM_CONDITIONAL([HAVE_LDNS],[true])],[
PKG_CHECK_MODULES([LDNS], [libldns >= 1.6.6],[
Expand Down Expand Up @@ -2204,7 +2201,6 @@ AC_CONFIG_FILES([Makefile
src/mod/languages/mod_python/Makefile
src/mod/languages/mod_python3/Makefile
src/mod/languages/mod_v8/Makefile
src/mod/languages/mod_yaml/Makefile
src/mod/languages/mod_basic/Makefile
src/mod/loggers/mod_console/Makefile
src/mod/loggers/mod_graylog2/Makefile
Expand Down
2 changes: 0 additions & 2 deletions debian/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,6 @@ Depends: \${misc:Depends}, freeswitch (= \${binary:Version}),
freeswitch-mod-lua (= \${binary:Version}),
freeswitch-mod-perl (= \${binary:Version}),
freeswitch-mod-python3 (= \${binary:Version}),
freeswitch-mod-yaml (= \${binary:Version}),
freeswitch-mod-console (= \${binary:Version}),
freeswitch-mod-logfile (= \${binary:Version}),
freeswitch-mod-syslog (= \${binary:Version}),
Expand Down Expand Up @@ -873,7 +872,6 @@ Depends: \${misc:Depends}, freeswitch (= \${binary:Version}),
freeswitch-mod-lua-dbg (= \${binary:Version}),
freeswitch-mod-perl-dbg (= \${binary:Version}),
freeswitch-mod-python3-dbg (= \${binary:Version}),
freeswitch-mod-yaml-dbg (= \${binary:Version}),
freeswitch-mod-console-dbg (= \${binary:Version}),
freeswitch-mod-logfile-dbg (= \${binary:Version}),
freeswitch-mod-syslog-dbg (= \${binary:Version}),
Expand Down
5 changes: 0 additions & 5 deletions debian/control-modules
Original file line number Diff line number Diff line change
Expand Up @@ -558,11 +558,6 @@ Description: mod_v8
Adds mod_v8.
Build-Depends: git, libv8-6.1-dev

Module: languages/mod_yaml
Description: mod_yaml
Adds mod_yaml.
Build-Depends: libyaml-dev, libglib2.0-dev

## mod/loggers

Module: loggers/mod_console
Expand Down
18 changes: 0 additions & 18 deletions src/mod/languages/mod_yaml/Makefile.am

This file was deleted.

Loading

0 comments on commit 74c6433

Please sign in to comment.