aboutsummaryrefslogtreecommitdiff
path: root/audio/asterisk-flite
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Repocopy asterisk16 to asterisk18 and update to new version 18.0.0Guido Falsi2020-10-231-3/+8
| | | | | | | - Add conflicts and flavors for version 18 to asterisk modules I maintain. Notes: svn path=/head/; revision=553096
* audio/asterisk-flite: fix build on GCC architecturesPiotr Kubaj2020-01-031-1/+1
| | | | | | | | | | | | | | | | | | | | C11 compiler is necessary: In file included from /usr/local/include/asterisk/vector.h:22, from /usr/local/include/asterisk/stringfields.h:178, from /usr/local/include/asterisk/app.h:26, from app_flite.c:42: /usr/local/include/asterisk/lock.h: In function 'ast_atomic_fetchadd_int': /usr/local/include/asterisk/lock.h:752: error: '__ATOMIC_RELAXED' undeclared (first use in this function) /usr/local/include/asterisk/lock.h:752: error: (Each undeclared identifier is reported only once /usr/local/include/asterisk/lock.h:752: error: for each function it appears in.) /usr/local/include/asterisk/lock.h: In function 'ast_atomic_dec_and_test': /usr/local/include/asterisk/lock.h:762: error: '__ATOMIC_RELAXED' undeclared (first use in this function) MFH: 2020Q1 (build fix blanket) Notes: svn path=/head/; revision=521937
* Make asterisk16 the default flavor.Guido Falsi2019-11-271-1/+1
| | | | | | | Approved by: portmgr (flavors already approved for these ports) Notes: svn path=/head/; revision=518499
* net/unison*, audio/asterisk-*: Set FLAVOR to a non-empty value by defaultTobias Kortkamp2019-11-241-1/+1
| | | | | | | | | | | Use range modifier properly. The right syntax for looking up the first word of a variable is ${FLAVORS:[1]}. Reviewed by: madpilot Differential Revision: https://reviews.freebsd.org/D22530 Notes: svn path=/head/; revision=518336
* Remove non-default support for expired net/asterisk15Rene Ladan2019-10-041-8/+3
| | | | | | | Approved by: portmgr (implicit, FLAVORS change) Notes: svn path=/head/; revision=513772
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* - Add asterisk 16.0.0 to portsGuido Falsi2018-10-311-3/+8
| | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=483629
* Add flavors to asterisk modules to produce packages for all asteriskGuido Falsi2018-04-121-3/+19
| | | | | | | | | | versions present in the ports tree. Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D15007 Notes: svn path=/head/; revision=467143
* Remove options to compile these ports against net/asterisk11 inGuido Falsi2017-10-241-13/+2
| | | | | | | | | | | preparation for port expiration. asterisk 11.x will EOL on 2017-10-25 and is scheduled for removal. Please use the net/asterisk13 port. Notes: svn path=/head/; revision=452780
* Update to 3.0Guido Falsi2017-08-223-23/+23
| | | | Notes: svn path=/head/; revision=448523
* Flite For Asterisk provides the "Flite" dialplan application, whichGuido Falsi2016-09-205-0/+111
allows you to use the Flite TTS Engine with Asterisk. WWW: http://zaf.github.io/Asterisk-Flite/ Notes: svn path=/head/; revision=422532