diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2018-12-12 20:48:30 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2018-12-12 20:48:30 +0000 |
commit | 98eeedd0083c4b86e70519436ffe3133d52781dc (patch) | |
tree | 83a1dc6f05bb778a379436f038899cd7f7d79f53 /net/asterisk16/files/patch-Makefile | |
parent | devel/ptlib builds fine with OpenSSL 1.1.1 after r484518 (diff) |
- Update asterisk13 to 13.24.0
- Update asterisk15 to 15.7.0
- Update asterisk16 to 16.1.0
- Update pjsip to 2.8
- Remove upstreamed patches from pjsip port
- Add USES=gnome to asterisk ports
- Silence portlint warnings
Notes
Notes:
svn path=/head/; revision=487324
Diffstat (limited to 'net/asterisk16/files/patch-Makefile')
-rw-r--r-- | net/asterisk16/files/patch-Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/asterisk16/files/patch-Makefile b/net/asterisk16/files/patch-Makefile index e6a1050cfc17..9f4abb6de701 100644 --- a/net/asterisk16/files/patch-Makefile +++ b/net/asterisk16/files/patch-Makefile @@ -1,4 +1,4 @@ ---- Makefile.orig 2018-08-08 16:02:31 UTC +--- Makefile.orig 2018-12-04 00:03:56 UTC +++ Makefile @@ -138,7 +138,7 @@ ASTTOPDIR:=$(subst $(space),\$(space),$(CURDIR)) OVERWRITE=y @@ -77,7 +77,7 @@ @@ -764,23 +768,10 @@ upgrade: bininstall # (2) the extension to strip off define INSTALL_CONFIGS - @for x in configs/$(1)/*$(2); do \ + @for x in $(1)/*$(2); do \ - dst="$(DESTDIR)$(ASTETCDIR)/`$(BASENAME) $$x $(2)`"; \ - if [ -f "$${dst}" ]; then \ - if [ "$(OVERWRITE)" = "y" ]; then \ @@ -93,7 +93,7 @@ - fi ; \ echo "Installing file $$x"; \ - $(INSTALL) -m 644 "$$x" "$${dst}" ;\ -+ $(INSTALL) -m 644 $$x $(DESTDIR)$(ASTETCDIR)/`$(BASENAME) $$x .sample`.sample ; \ ++ $(INSTALL) -m 644 $$x $(DESTDIR)$(ASTETCDIR)/`$(BASENAME) $$x .sample`.sample ; \ done ; \ - if [ "$(OVERWRITE)" = "y" ]; then \ + if true; then \ @@ -111,7 +111,7 @@ rm -f "$(DESTDIR)$(ASTCONFPATH).tmp" ; \ fi endef -@@ -810,7 +801,7 @@ adsi: +@@ -818,7 +809,7 @@ adsi: else \ echo "Installing $$x" ; \ fi ; \ |