Commit graph

18 commits

Author SHA1 Message Date
joerg
52f54ad1aa If isnan is a macro, assume it is type-variadic or can handle float as
well. This fixes the build on DragonFly and other platforms without
isnanf.
2007-09-02 11:02:57 +00:00
rillig
febdd0b8b5 Fixed building with g++-3.3.6 on NetBSD. 2007-08-30 09:15:52 +00:00
joerg
31d4992169 Add DragonFly support. Use CONFIGURE_SCRIPT instead of manual
do-configure rule. Allow GCC 3.4 build, there doesn't seem to
be a good reason to disallow it.
2005-12-03 04:14:05 +00:00
agc
5feb68a62b Make sure that the examples come with the real path to the festival
binary.
2005-03-07 11:32:08 +00:00
agc
c7313706dc Try to make this package build on all NetBSD platforms; patches from
Eric Schnoebelen in PR 28821, with some modifications by myself (for
configuration purposes).

Tested by myself on NetBSD/i386, and on NetBSD/amd64 by Quentin Garnier.
2005-03-07 10:34:07 +00:00
agc
8ac99bfe81 Fix oversight - remove unused patch-an 2004-12-30 14:02:34 +00:00
agc
ab0546a588 First pass at a new festival package, based on later sources, which will
compile with gcc3. Committed now for others to improve.
2004-12-21 18:12:25 +00:00
kristerw
1f62789c93 Make this work on NetBSD 1.6 again, by reverting the last change.
(That change was a work-in-progress to get this to build with gcc3,
so no functionality is lost by reverting it. The "correct" way of
fixing this package is to upgrade to a newer version...)
2004-10-15 16:50:17 +00:00
agc
ad79ecd098 Check-in work-in-progress. Now we get further in the build, but it still
fails. Watch this space.

+ remove references to ostream, which is deprecated in gcc3.
2004-09-13 09:05:25 +00:00
gson
49396d619e The sample scripts in ${PREFIX}/share/festival/examples did not work
because their #! lines contained an incorrect path.  Also, even if
they had actually pointed to the installed "festival", it would still
not have worked because a script cannot be used as a script
interpreter.  Even if it could, it still wouldn't have worked because
the festival script did not pass --script as the first command line
argument as festival.naked requires when running a script.  Fixed
by pointing the #! lines directly at the festival.naked binary.
2002-12-10 05:21:50 +00:00
martin
ecaf8c119f Bring this into the new toolchain world. 2001-11-17 16:29:07 +00:00
wiz
a2719a456c Update festival to 1.4.1, and fix dependent packages up while I'm here
(including fixing lots of PLISTs).
Changes since 1.4.0, from the NEWS file:
. SSFF (for emulabel) track support
. Java fixes
. various minor bug fixes
. WFST with proper quoting
. Wagon sample counts
. gcc-2.95.1 support

Also use newer distfile for mbrola.

Addresses pkg/10671.
2001-07-18 15:19:35 +00:00
fredb
8cfe5cc34b "-lXt" -> "-lXt -lSM -lICE", for a.out/m68k. Closes PR pkg/9971. 2000-09-18 04:55:46 +00:00
dmcmahill
948d4eb943 work around pmax compiler bug (c++ -O2) by not using -O2 on the remaining
3 problem files when compiling on pmax.
2000-05-31 14:51:15 +00:00
dmcmahill
e7eaf4f45f avoid -O3 on pmax on a particular file which tickles a c++ bug.
other arch's are unaffected.
2000-05-30 17:18:36 +00:00
hubertf
d9be89e472 fix ELF linking (for X libs) 2000-05-05 20:54:56 +00:00
proff
4b4014494c Upgrade to 1.4.0
Festival 1.4.0 has the following improvements over the previous release (1.3.1 January 1999)

   o distributed under a free X11-type licence
   o generalization of stats modules, ngram, CART, wfst with viterbi so they
     can be shard more easily
   o Tidy up of Utterance/Relation/Item architecture
   o Initial JSAPI support
   o Three new us voices using MBROLA databases
   o Tilt code overhaul
   o XML load for Relations
   o Fringe graphic display (ALPHA) released seperately
     http://www.cstr.ed.ac.uk/projects/fringe.html
1999-10-11 14:13:49 +00:00
proff
68d25cb783 part of the festival speech synthesis system from CSTR 1999-04-04 19:32:15 +00:00