diff options
author | jnemeth <jnemeth@pkgsrc.org> | 2009-06-12 09:04:55 +0000 |
---|---|---|
committer | jnemeth <jnemeth@pkgsrc.org> | 2009-06-12 09:04:55 +0000 |
commit | 5611037921787f6dedcc951a4548780cec98256b (patch) | |
tree | 1310f3ebe77a8ee653ee071608d4a86c8b6a1c53 /comms/asterisk16/patches/patch-au | |
parent | 40898f3e1da45cba8e0332f133a970ed338690b4 (diff) | |
download | pkgsrc-5611037921787f6dedcc951a4548780cec98256b.tar.gz |
Add Asterisk 1.6.0.10. At the moment, this version doesn't have any
hardware support, so it can't replace comms/asterisk. However,
apparently there is demand for this version, so wiz@ suggested it
be imported here into comms/asterisk16. The latest version is
1.6.1.1, but I won't have time to update all the patches before the
freeze. I'll update to that version sometime after the freeze when
I get a chance.
Diffstat (limited to 'comms/asterisk16/patches/patch-au')
-rw-r--r-- | comms/asterisk16/patches/patch-au | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/comms/asterisk16/patches/patch-au b/comms/asterisk16/patches/patch-au new file mode 100644 index 00000000000..f9c4ab37296 --- /dev/null +++ b/comms/asterisk16/patches/patch-au @@ -0,0 +1,25 @@ +$NetBSD: patch-au,v 1.1.1.1 2009/06/12 09:04:57 jnemeth Exp $ + +--- sounds/Makefile.orig 2009-01-09 15:17:14.000000000 -0800 ++++ sounds/Makefile +@@ -60,20 +60,6 @@ endif + all: $(CORE_SOUNDS) $(EXTRA_SOUNDS) $(MOH) + + have_download: +- @if test "$(DOWNLOAD)" = ":" ; then \ +- echo "**************************************************"; \ +- echo "*** ***"; \ +- echo "*** You must have either wget or fetch to be ***"; \ +- echo "*** able to automatically download and install ***"; \ +- echo "*** the requested sound packages. ***"; \ +- echo "*** ***"; \ +- echo "*** Please install one of these, or remove any ***"; \ +- echo "*** extra sound package selections in ***"; \ +- echo "*** menuselecct before installing Asterisk. ***"; \ +- echo "*** ***"; \ +- echo "**************************************************"; \ +- exit 1; \ +- fi + + $(SOUNDS_DIR)/.asterisk-core-sounds-en-%: have_download + @PACKAGE=$(subst $(SOUNDS_DIR)/.asterisk,asterisk,$@).tar.gz; \ |