New commits:
commit fdbeb8c32123382e56fbf70d740c50e33fbd9d72
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>
telephony/asterisk: update to 1.6.1.11
This is a big jump forward update that resulted in a lot of changes. It
works for me, but the spell could still use some improving. For example,
I wanted to get custom build tweaking via make menuconfig working in
BUILD, but I had issues of getting the input/output properly passed back
and forth. I don't have a lot of spare time to work on this, so I'm
pushing it out for other devs to pick up where I've left off. However,
it does work for me, so it's at least usable even if not perfect. :)
I'm pushing the gpg key update as a separate commit, since the asterisk
developers seem to deem publishing their key fingerprints (or even just
the IDs) unnecessary. As a result, I can't properly verify the
trustworthiness of the keys the release was signed with. However, there
was a sha1 hash of the release in the same location as the source and
gpg signature, and I did verify the downloaded source against both the
gpg signature with not-so-trustworthy keys and the sha1 hash.
diff --git a/telephony/asterisk/CONFIGURE b/telephony/asterisk/CONFIGURE
index 65bb2b6..8081870 100755
--- a/telephony/asterisk/CONFIGURE
+++ b/telephony/asterisk/CONFIGURE
@@ -1,3 +1,7 @@
config_query ASTERISK_DOXYGEN \
"Build doxygen source code documentation (takes a long time)?" \
- "n"
+ "n" &&
+
+config_query ASTERISK_CONFIGS \
+ "Install sample configs (will be placed in a configs/ dir)?" \
+ "y"
diff --git a/telephony/asterisk/DEPENDS b/telephony/asterisk/DEPENDS
index 1d8f976..c04e00d 100755
--- a/telephony/asterisk/DEPENDS
+++ b/telephony/asterisk/DEPENDS
@@ -1,34 +1,86 @@
depends "g++" &&
-depends "ncurses" &&
depends "openssl" &&
depends "zlib" &&
-depends "mpg123" &&
if [[ ${ASTERISK_DOXYGEN} == "y" ]]
then
depends "doxygen"
fi &&
status()
{
- if [[ -f /var/lock/subsys/asterisk ]]; then
- statusproc asterisk
+ if [[ -f /var/lock/asterisk ]]; then
+ statusproc asterisk
else
echo "Asterisk is not loaded"
fi
[SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (fdbeb8c32123382e56fbf70d740c50e33fbd9d72),
Justin Boffemmyer, 12/22/2009