aboutsummaryrefslogtreecommitdiff
path: root/audio/festival/files
Commit message (Collapse)AuthorAgeFilesLines
* audio/festival: unbreak build with Clang 6 (C++14 by default)Jan Beich2018-01-062-0/+33
| | | | | | | | | | | | | | | sig2fv_main.cc:190:18: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] " default: "DEFAULT_WINDOW"\n\n" ^ server.cc:125:68: error: invalid operands to binary expression ('__bind<int &, sockaddr *, unsigned long>' and 'int') if (bind(fd, (struct sockaddr *)&serv_addr, sizeof(serv_addr)) != 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~ Reported by: antoine (via bug 224669) Notes: svn path=/head/; revision=458271
* - Fix build when CC is absolute pathDmitry Marakasov2017-01-301-0/+11
| | | | | | | | | | | | | | | | | | Upstream build scripts have some machinery to include compiler-specific .mak file depending on compiler used. This is handled in an ugly way by the port, roughly, upstream makefile includes ${CC}.mak and ports Makefile copies that from default .mak. This is breaks when CC is an absolute path and is useless anyway, as even if it was implemented properly, customized .mak files are for compilers we'll never use such as gcc 3.2, intel and suncc. So make upstream makefile always include the default .mak. PR: 215253 Approved by: maintainer timeout (mi@aldan.algebra.com, 6 weeks) MFH: 2017Q1 Notes: svn path=/head/; revision=432825
* audio/festival: 2.1 -> 2.4Kurt Jaeger2015-11-293-102/+16
| | | | | | | | | | | | | - Updated HTS and CG engines - Support for newer compilers - Bug fixes galore. PR: 204754 Submitted by: Michael Danilov <mike.d.ft402@gmail.com> Approved by: mi (maintainer) Notes: svn path=/head/; revision=402619
* Remove $FreeBSD$ from patches files in categories a-j.Mathieu Arnold2015-05-221-2/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387021
* Rename audio/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-284-0/+0
| | | | Notes: svn path=/head/; revision=363157
* Update from 1.96 to 2.1. Despite being newer, the upstream releaseMikhail Teterin2013-09-065-386/+165
| | | | | | | | | | | | | | remains uncompileable by modern compilers and substantial patches -- obtained from both Debian and NetBSD ports of the same software were necessary. Among the patches is a functionality-improving one, which allows the new version to continue using voices created for 1.9x Tested by: bapt Notes: svn path=/head/; revision=326512
* Update to 1.96 (speech_tools 1.2.96) beta. The new version compiles withMikhail Teterin2007-03-263-16/+386
| | | | | | | | | | | | | gcc-4.2. Add some 64-bitness patches. Enable automatic post-build tests. Attempt to allow ESound and NAS modules via OPTIONS: PR: ports/102413 Both are on by default ATM... Notes: svn path=/head/; revision=188368
* Update to 1.95 beta (obsoletes PRs 49056, 51900 and 58653).Trevor Johnson2005-10-1712-182/+8
| | | | Notes: svn path=/head/; revision=145618
* FreeBSD does not run on the pmax architecture.Trevor Johnson2005-10-172-33/+0
| | | | Notes: svn path=/head/; revision=145615
* Add a patch from Tod McQuillin to suppress creation ofTrevor Johnson2005-03-151-0/+15
| | | | | | | PREFIX/share/festival before installation. Notes: svn path=/head/; revision=131275
* Remove OGI support (see ports/audio/festival+OGI).Trevor Johnson2003-11-211-20/+0
| | | | Notes: svn path=/head/; revision=94586
* Enable compilation on FreeBSD 5.X. Try to support architecturesTrevor Johnson2003-10-291-0/+13
| | | | | | | | besides Alpha and i386. Use the FIND macro introduced in bsd.port.mk 1.391. Tidy whitespace. Notes: svn path=/head/; revision=92553
* Add festival 1.4.1, a multi-lingual text-to-speech system for Unix. ThisWill Andrews2000-09-1621-0/+289
commit includes the various ports festival can work with. Big thanks to Trevor for putting in all the time to port these! PR: 21182, 21183, 21184, 21185, 21186, 21187, 21188, 21189 21190, 21191, 21192, 21193, 21194, 21195, 21196, 21197 21198, 21199, 21200, 21201 Submitted by: Trevor Johnson <trevor@jpj.net> Obtained from: NetBSD pkgsrc Notes: svn path=/head/; revision=32683