head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.6 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.4 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.2 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q3:1.4.0.38 pkgsrc-2011Q3-base:1.4 pkgsrc-2011Q2:1.4.0.36 pkgsrc-2011Q2-base:1.4 pkgsrc-2011Q1:1.4.0.34 pkgsrc-2011Q1-base:1.4 pkgsrc-2010Q4:1.4.0.32 pkgsrc-2010Q4-base:1.4 pkgsrc-2010Q3:1.4.0.30 pkgsrc-2010Q3-base:1.4 pkgsrc-2010Q2:1.4.0.28 pkgsrc-2010Q2-base:1.4 pkgsrc-2010Q1:1.4.0.26 pkgsrc-2010Q1-base:1.4 pkgsrc-2009Q4:1.4.0.24 pkgsrc-2009Q4-base:1.4 pkgsrc-2009Q3:1.4.0.22 pkgsrc-2009Q3-base:1.4 pkgsrc-2009Q2:1.4.0.20 pkgsrc-2009Q2-base:1.4 pkgsrc-2009Q1:1.4.0.18 pkgsrc-2009Q1-base:1.4 pkgsrc-2008Q4:1.4.0.16 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.14 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.12 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.10 pkgsrc-2008Q2-base:1.4 cwrapper:1.4.0.8 pkgsrc-2008Q1:1.4.0.6 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.4 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.2 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.3.0.20 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.18 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.16 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.14 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.12 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.10 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.3.0.8 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.3.0.6 pkgsrc-2005Q3-base:1.3 pkgsrc-2005Q2:1.3.0.4 pkgsrc-2005Q2-base:1.3 pkgsrc-2005Q1:1.3.0.2 pkgsrc-2005Q1-base:1.3 pkgsrc-2004Q4:1.2.0.18 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.2.0.16 pkgsrc-2004Q3-base:1.2 pkgsrc-2004Q2:1.2.0.14 pkgsrc-2004Q2-base:1.2 pkgsrc-2004Q1:1.2.0.12 pkgsrc-2004Q1-base:1.2 pkgsrc-2003Q4:1.2.0.10 pkgsrc-2003Q4-base:1.2 netbsd-1-6-1:1.2.0.6 netbsd-1-6-1-base:1.2 netbsd-1-6:1.2.0.8 netbsd-1-6-RELEASE-base:1.2 pkgviews:1.2.0.4 pkgviews-base:1.2 buildlink2:1.2.0.2 buildlink2-base:1.2 netbsd-1-5-PATCH003:1.2 netbsd-1-5-PATCH001:1.2 netbsd-1-5-RELEASE:1.2 netbsd-1-4-PATCH003:1.2; locks; strict; comment @# @; 1.5 date 2011.11.21.01.35.30; author marino; state dead; branches; next 1.4; 1.4 date 2007.09.02.11.03.03; author joerg; state Exp; branches; next 1.3; 1.3 date 2004.12.21.18.12.25; author agc; state dead; branches; next 1.2; 1.2 date 2000.09.18.04.55.47; author fredb; state Exp; branches; next 1.1; 1.1 date 2000.05.05.20.54.57; author hubertf; state Exp; branches; next ; desc @@ 1.5 log @audio/festival: Update to version 2.1-release The previous version of festival, 1.95-beta, was extremely picky about the compiler. When DragonFly moved to gcc 4.4 as the default, this package would no longer build because it didn't share the pre-requisite gcc 3.3.6 with NetBSD. The latest version will accept any version of gcc (tested by developers to version 4.5). Upgrading the package has the double benefit of once again building on DragonFly and removing the requirement to build gcc 3.3.6 on NetBSD. @ text @$NetBSD: patch-ag,v 1.4 2007/09/02 11:03:03 joerg Exp $ --- speech_tools/stats/confusion.cc.orig 2007-09-02 09:59:39.000000000 +0000 +++ speech_tools/stats/confusion.cc @@@@ -138,7 +138,11 @@@@ void print_confusion(const EST_FMatrix & cout.precision(3); cout.setf(ios::right); // cout.setf(ios::fixed, ios::floatfield); +#ifdef isnan + if (isnan(correct(i))) +#else if (isnanf(correct(i))) +#endif cout << endl; else cout << correct(i) << endl; @ 1.4 log @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. @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @First pass at a new festival package, based on later sources, which will compile with gcc3. Committed now for others to improve. @ text @d1 1 a1 1 $NetBSD: patch-ag,v 1.2 2000/09/18 04:55:47 fredb Exp $ d3 14 a16 10 --- speech_tools/config/modules/nas_audio.mak.orig Fri May 5 20:55:15 2000 +++ speech_tools/config/modules/nas_audio.mak Fri May 5 20:58:07 2000 @@@@ -45,6 +45,6 @@@@ AUDIO_DEFINES += -DSUPPORT_NAS AUDIO_INCLUDES += -I$(NAS_INCLUDE) MODULE_LIBS += -L$(NAS_LIB) -laudio -MODULE_EXTRA_LIBS += -L$(X11_LIB) -lX11 -lXt +MODULE_EXTRA_LIBS += -L$(X11_LIB) -Wl,-R $(X11_LIB) -lX11 -lXt -lSM -lICE @ 1.2 log @"-lXt" -> "-lXt -lSM -lICE", for a.out/m68k. Closes PR pkg/9971. @ text @d1 1 a1 1 $NetBSD: patch-ag,v 1.1 2000/05/05 20:54:57 hubertf Exp $ @ 1.1 log @fix ELF linking (for X libs) @ text @d1 1 a1 1 $NetBSD$ d10 1 a10 1 +MODULE_EXTRA_LIBS += -L$(X11_LIB) -Wl,-R $(X11_LIB) -lX11 -lXt @