diff options
author | Max Khon <fjoe@FreeBSD.org> | 2006-04-26 11:31:03 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2006-04-26 11:31:03 +0000 |
commit | b27709344b5130749b4aecf7e86b2476bc3fa6d1 (patch) | |
tree | 23fa35448cde58c25cc8f040e58d31bffb0ac2a4 /net/asterisk14/files/patch-agi::Makefile | |
parent | 2273a4f397cfd8f60dc3b5219a7650b166ade79e (diff) |
- Update to 1.2.7.1 [1]
- Remove bristuff support (will be added later as a slave port)
- Update codec negotiation patch [2]
- Use pwlib and openh323 from ports [3]
- Remove FORBIDDEN now that asterisk is >= 1.2.6
Note: WITH_ZAPTEL may be broken because zaptel-bsd driver is not
synced with Digium zaptel driver.
PR: 93528, 96315
Submitted by: Andriy I Pylypenko <bamby@portaone.com> [1] [2] [3]
Approved by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=160512
Diffstat (limited to 'net/asterisk14/files/patch-agi::Makefile')
-rw-r--r-- | net/asterisk14/files/patch-agi::Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/asterisk14/files/patch-agi::Makefile b/net/asterisk14/files/patch-agi::Makefile index 82b11dbfde30..4615eef8ec94 100644 --- a/net/asterisk14/files/patch-agi::Makefile +++ b/net/asterisk14/files/patch-agi::Makefile @@ -4,8 +4,8 @@ # the GNU General Public License # --AGIS=agi-test.agi eagi-test eagi-sphinx-test xagi-test -+AGIS_BIN=eagi-test eagi-sphinx-test xagi-test +-AGIS=agi-test.agi eagi-test eagi-sphinx-test ++AGIS_BIN=eagi-test eagi-sphinx-test +AGIS_SCR=agi-test.agi +AGIS=$(AGIS_SCR) $(AGIS_BIN) |