Commit graph

12 commits

Author SHA1 Message Date
Dmitry Marakasov
441a24d9ee - Fix build when CC is absolute path
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
2017-01-30 10:09:28 +00:00
Kurt Jaeger
488ef81a5e audio/festival: 2.1 -> 2.4
- 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)
2015-11-29 20:09:49 +00:00
Mathieu Arnold
8dab11a002 Remove $FreeBSD$ from patches files in categories a-j.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-22 13:34:20 +00:00
Adam Weinberger
6df3e23245 Rename audio/ patch-xy patches to reflect the files they modify. 2014-07-28 14:12:36 +00:00
Mikhail Teterin
9795f213f8 Update from 1.96 to 2.1. Despite being newer, the upstream release
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
2013-09-06 15:24:58 +00:00
Mikhail Teterin
b0e791a896 Update to 1.96 (speech_tools 1.2.96) beta. The new version compiles with
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...
2007-03-26 08:48:43 +00:00
Trevor Johnson
aa8e54406e Update to 1.95 beta (obsoletes PRs 49056, 51900 and 58653). 2005-10-17 06:17:44 +00:00
Trevor Johnson
8178c9e22d FreeBSD does not run on the pmax architecture. 2005-10-17 03:40:31 +00:00
Trevor Johnson
204696d2b2 Add a patch from Tod McQuillin to suppress creation of
PREFIX/share/festival before installation.
2005-03-15 04:17:42 +00:00
Trevor Johnson
ce2f595caf Remove OGI support (see ports/audio/festival+OGI). 2003-11-21 01:44:08 +00:00
Trevor Johnson
dbc57a213c Enable compilation on FreeBSD 5.X. Try to support architectures
besides Alpha and i386.  Use the FIND macro introduced in bsd.port.mk
1.391.  Tidy whitespace.
2003-10-29 10:39:36 +00:00
Will Andrews
bab74078a9 Add festival 1.4.1, a multi-lingual text-to-speech system for Unix. This
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
2000-09-16 08:39:50 +00:00