summaryrefslogtreecommitdiff
path: root/audio/festival
AgeCommit message (Collapse)AuthorFilesLines
2005-03-07Make sure that the examples come with the real path to the festivalagc2-1/+15
binary.
2005-03-07Try to make this package build on all NetBSD platforms; patches fromagc7-35/+60
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-02-23Add RMD160 digests to the SHA1 ones.agc1-1/+3
2004-12-30Fix the PLIST to include all files installed by the packageagc1-1/+119
2004-12-30Fix oversight - remove unused patch-anagc1-13/+0
2004-12-21First pass at a new festival package, based on later sources, which willagc18-406/+77
compile with gcc3. Committed now for others to improve.
2004-10-15Make this work on NetBSD 1.6 again, by reverting the last change.kristerw3-388/+1
(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-09-15Regen with proper checksum for patch-ap.jlam1-2/+2
2004-09-13Check-in work-in-progress. Now we get further in the build, but it stillagc3-1/+388
fails. Watch this space. + remove references to ostream, which is deprecated in gcc3.
2004-08-18Update HOMEPAGE.minskim1-2/+2
2004-05-09Do not use buildlink2-defined variables -- they are not defined nowkristerw1-2/+2
when we are using buildlink3, and buildlink3 is smart enough to do this automagically.
2004-04-11bl3ifyxtraeme1-3/+3
2004-02-18Include "../../mk/compiler.mk" to get the value of CC_VERSION beforejlam1-2/+2
testing it.
2004-02-09USE_GCC[23], USE_SUNPRO, and USE_MIPSPRO are all deprecated.jlam1-2/+2
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-12-23Use compiler.mk logic to determine the correct compiler to use, and cleansketch1-10/+19
up the pattern matching. Fixes build warnings on systems which do not use GCC.
2003-10-06Add definition for gcc3 (just use the gcc2905 definition since it works andjmc1-1/+2
has no caveats in it)
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-04-27Lint: whitespace policecjep1-6/+6
2003-04-10make ${PAX} usage consistent:grant1-2/+2
- group 'zrw' and 'p' args, -s last - use the && operator consistently - strip unneeded parens - some whitespace cleanup
2002-12-13Changed MAINTAINER to packages@netbsd.org since proff@iq.orggson1-2/+2
asked to be relieved as the maintainer of this package.
2002-12-10The sample scripts in ${PREFIX}/share/festival/examples did not workgson4-3/+19
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-02Because nas installs into $X11BASE this package needs a USE_X11=yes to stopmarkd2-3/+4
buildlink2 eating the $X11BASE/{include,lib} references. Also $BUILDLINK_DIR -> $BUILDLINK_PREFIX.nas Closes PR 19227 from Andreas Gustafsson.
2002-09-12Standardize.wiz1-3/+3
2002-08-31Convert to buildlink2.wiz1-2/+3
2002-02-15mkdir -> ${MKDIR}skrll1-3/+3
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2001-11-17Bring this into the new toolchain world.martin3-2/+19
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-07-18Update festival to 1.4.1, and fix dependent packages up while I'm herewiz5-120/+126
(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-14Don't use find ... -print0 | xargs -0 ... as -0 isn't an acceptable optionjlam1-2/+2
on Solaris' xargs.
2001-05-19Use ${XARGS} instead of invoking xargs directly.jlam1-2/+2
2001-04-18Move to sha1 digests, and add distfile sizes.agc1-5/+9
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-20/+18
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-31Fix MAKE_ENV (quoting)zuntum1-18/+18
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-06Unify format of MESSAGEs, and include RCS Ids.wiz1-2/+7
2000-09-18"-lXt" -> "-lXt -lSM -lICE", for a.out/m68k. Closes PR pkg/9971.fredb3-7/+7
2000-08-17wildcard dependency on naswiz1-2/+2
2000-08-11Remove (sometimes FreeBSD) packager's (porter's) name from DESCR.wiz1-2/+0
If anywhere, it should be the value of MAINTAINER in the Makefile. Some minor cleanup/reformatting while I'm here.
2000-05-31work around pmax compiler bug (c++ -O2) by not using -O2 on the remainingdmcmahill5-5/+57
3 problem files when compiling on pmax.
2000-05-30avoid -O3 on pmax on a particular file which tickles a c++ bug.dmcmahill2-1/+19
other arch's are unaffected.
2000-05-05fix ELF linking (for X libs)hubertf3-1/+27
1999-12-28replaced some more commands by their ${COMMAND} counterpartswiz1-2/+2
1999-12-28moved ${ECHO} lines below .include of bsd.pkg.mk, making it expand correctlywiz1-7/+8
to 'echo' instead of ''
1999-12-28reversed replacement of 'echo' by '${ECHO}' until I understand whywiz1-5/+5
it didn't work
1999-12-25pkglint silencing:wiz3-55/+14
o use DISTNAME and PKGNAME instead of DISTFILES o replace rm by ${RM}, chmod by ${CHMOD}, pax by ${PAX}, echo by ${ECHO} o reorder lines, remove unnecessary blank o modify pkg/COMMENT and pkg/DESCR o remove lines from files/patch-sum for files that aren't there
1999-10-27add rcs idhubertf1-0/+1
1999-10-25chmod -> ${chmod}hubertf1-5/+5