pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Removing options.mk & TODO files | Adding modules.conf patch enabling FusionPBX required modules (memcache, avmd, cidlookup, callcenter, xml_curl)



Module Name:	pkgsrc-wip
Committed By:	Angel M. Adames <angelmadames%gmail.com@localhost>
Pushed By:	angelmadames
Date:		Fri May 5 13:21:51 2017 -0400
Changeset:	806c90a8a31775d38062388cbd65b795b18ad419

Added Files:
	freeswitch-core/patches/patch-modules.conf
Removed Files:
	freeswitch-core/TODO
	freeswitch-core/options.mk

Log Message:
Removing options.mk & TODO files | Adding modules.conf patch enabling FusionPBX required modules (memcache, avmd, cidlookup, callcenter, xml_curl)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=806c90a8a31775d38062388cbd65b795b18ad419

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 freeswitch-core/TODO                       | 23 ---------------------
 freeswitch-core/options.mk                 | 10 ----------
 freeswitch-core/patches/patch-modules.conf | 32 ++++++++++++++++++++++++++++++
 3 files changed, 32 insertions(+), 33 deletions(-)

diffs:
diff --git a/freeswitch-core/TODO b/freeswitch-core/TODO
deleted file mode 100644
index ccc25a39d7..0000000000
--- a/freeswitch-core/TODO
+++ /dev/null
@@ -1,23 +0,0 @@
-$NetBSD: TODO,v 1.1 2014/08/07 17:40:11 darcycain Exp $
-
-I pretty much gave up on Freeswitch but I was asked to drop what I had
-into wip so that others could continue it if they wanted.  You need to
-be able to build the distfile to make it work.  Here is the script that
-I used to do that.  Adjust as needed for your environment.
-
-#! /bin/sh
-# makes a fake dist file from git head
-
-cd /home/darcy/git/freeswitch-1.2.3
-make clean
-cd ..
-tar cvzjf /usr/NetBSD/cvs/pkgsrc/distfiles/freeswitch/freeswitch-1.2.3.tar.bz2 freeswitch-1.2.3
-cd /usr/NetBSD/cvs/pkgsrc/net/freeswitch-core
-make makesum
-
-
-1) Fix SRTP libs;
-2) Create $VARBASE/freeswitch as ${FREESWITCH_USER}:${FREESWITCH_GROUP};
-3) Create $VARBASE/lib/freeswitch/db as ${FREESWITCH_USER}:${FREESWITCH_GROUP};
-4) Package the remaining libs in the Makefile;
-5) Make some of the buildlink'd packages optional;
diff --git a/freeswitch-core/options.mk b/freeswitch-core/options.mk
deleted file mode 100644
index e24a02cb9d..0000000000
--- a/freeswitch-core/options.mk
+++ /dev/null
@@ -1,10 +0,0 @@
-# $NetBSD: options.mk,v 1.35 2015/12/10 19:33:41 shattered Exp $
-
-PKG_OPTIONS_VAR=	PKG_OPTIONS.freeswitch
-PKG_SUPPORTED_OPTIONS=  zrtp	
-
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Zrtp)
-CONFIGURE_ARGS+=	--enable-system-xmlrpc-c --enable-zrtp	
-.endif
diff --git a/freeswitch-core/patches/patch-modules.conf b/freeswitch-core/patches/patch-modules.conf
new file mode 100644
index 0000000000..c48e3ec8c0
--- /dev/null
+++ b/freeswitch-core/patches/patch-modules.conf
@@ -0,0 +1,32 @@
+$NetBSD$
+
+--- modules.conf.orig	2017-05-05 17:08:45.600465000 +0000
++++ modules.conf
+@@ -1,14 +1,14 @@
+ #applications/mod_abstraction
+ #applications/mod_av
+-#applications/mod_avmd
++applications/mod_avmd
+ #applications/mod_bert
+ #applications/mod_blacklist
+-#applications/mod_callcenter
+-#applications/mod_cidlookup
++applications/mod_callcenter
++applications/mod_cidlookup
+ #applications/mod_cluechoo
+ applications/mod_commands
+ applications/mod_conference
+-#applications/mod_curl
++applications/mod_curl
+ #applications/mod_cv
+ applications/mod_db
+ #applications/mod_directory
+@@ -28,7 +28,7 @@ applications/mod_httapi
+ #applications/mod_http_cache
+ #applications/mod_ladspa
+ #applications/mod_lcr
+-#applications/mod_memcache
++applications/mod_memcache
+ #applications/mod_mongo
+ #applications/mod_mp4
+ #applications/mod_mp4v2


Home | Main Index | Thread Index | Old Index