- Update g72x module to 1.4.3, which add support for asterisk 16
- Add asterisk16 flavor and conflicts to asterisk modules ports
which support it
- Add conflicts to other asterisk versions ports
- Add deprecation notice to asterisk15 which will reach EOL on
2019-10-03
- Fix wording on SOUNDS option description
- Remove old MOVED line for asterisk16 which was for the long removed
asterisk 1.6 version
Approved by: portmgr (flavors already approved in the past)
- Update net/appkonference to 2.1 to make it work with net/asterisk [1]
- Switch www/bigbluebutton to net/asterisk
- While here fix typo in www/xxxterm's MOVED entry
PR: ports/169038 [1]
Approved by: maintainer [1]
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
- enable dahdi on sparc64 [2]
- add support for iODBC
- only use /var as localstatedir if we install to LOCALBASE
- fix harmless portlint warning
Submitted by: dmitry2004@yandex.ru [1]
fjoe [2]
Approved by: fjoe (mentor)
* switch to 1.6.2.X release series because 1.6.0.X is approaching
its End of Life date.
see http://www.asterisk.org/asterisk-versions
* make sure your asterisk configurations between 1.6.0.X and 1.6.2.X
before upgrading it.
PR: ports/144065 [1], ports/146964 [2]
Submitted by: Tom Judge <tjudge_AT_mintel_DOT_com> [1],
Eugene M. Zheganin <emz_AT_norma_DOT_perm_DOT_ru> [2]
Approved by: Florian Smeets (maintainer)
o comment section that explicitly includes bsd.port.options.mk, we don't
need this functionality now, while it creates issues with Makefile.local
PR: 135332
Reported by: Piotr Grabowski
o add libexecinfo into the LIB_DEPENDS and fix linking with it.
PR: 139776
Submitted by: Alexander V. Chernikov
o add spandsp support (optional, turned off by default).
PR: 133843
Submitted by: Alexander V. Chernikov
of some externals packages (I suspect it's autotools), files
openh323buildopts.h and ptbuildopts.h can be generated with either
tab or space after #define. As a result, configure in some case could
have failed to grep the correct field.
Reported by: Rodrigo Graeff
to `__sync_xxx'" build errors reported by many people who have CPUTYPE set
to i686 and similar values in /etc/make.conf. The problem itself is related
to the fact that asterisk used FreeBSD CFLAGS when probing for gcc
capabilities during configure phase, while its own CFLAGS during actual
build. As a result, object code generated by gcc missed those functions.
built-in h323 module;
o don't link main binary with h323 library and friends. This creates
issues with ooh323 module, from the asterisk-addons package.
Bump PORTREVISION.
o move all additional functionality into separate patches and make it
opt in. It has been concern of asterisks devs that the FreeBSD pacakage
adds functionalty not present in the original version, whch could be
confusing.