diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2020-07-17 08:21:24 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2020-07-17 08:21:24 +0000 |
commit | dc0a2a9488025b6094f7da304dec43a2a5e5ffb8 (patch) | |
tree | 8be6bb4eeb520d52410e0bfe40989ecc1feaebad /net/asterisk13/files/patch-agi__Makefile | |
parent | Update calibre to 4.21.0 (diff) |
- Update asterisk13 to 13.35.0
- Asterisk project now embeds pjsip 2.10, get it's distribution
from github and adapt port
- Remove patch merged upstream
- Refresh patches and rename to current naming scheme
- Reorder some variables to silnce portlint warning
Diffstat (limited to 'net/asterisk13/files/patch-agi__Makefile')
-rw-r--r-- | net/asterisk13/files/patch-agi__Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/net/asterisk13/files/patch-agi__Makefile b/net/asterisk13/files/patch-agi__Makefile deleted file mode 100644 index 59d928b697b3..000000000000 --- a/net/asterisk13/files/patch-agi__Makefile +++ /dev/null @@ -1,13 +0,0 @@ ---- agi/Makefile.orig 2012-10-14 21:56:13 UTC -+++ agi/Makefile -@@ -16,7 +16,9 @@ ASTTOPDIR?=.. - - .PHONY: clean all uninstall - --AGIS=$(MENUSELECT_AGIS) -+AGIS_BIN=eagi-test eagi-sphinx-test -+AGIS_SCR=agi-test.agi jukebox.agi -+AGIS=$(AGIS_SCR) $(AGIS_BIN) - - ifeq ($(OSARCH),SunOS) - LIBS+=-lsocket -lnsl |