summaryrefslogtreecommitdiff
path: root/audio/festival
AgeCommit message (Collapse)AuthorFilesLines
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-21/+21
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-03Add DragonFly support. Use CONFIGURE_SCRIPT instead of manualjoerg5-5/+62
do-configure rule. Allow GCC 3.4 build, there doesn't seem to be a good reason to disallow it.
2005-10-30ENV is not defined; use SETENV instead.minskim1-2/+2
2005-09-29Do not install *.orig files that are left after patching.kristerw1-1/+2
2005-06-16Fix typo that prevented this package to build on NetBSD.kristerw1-2/+2
2005-06-16Create directories before installing files into them.jlam1-1/+3
2005-06-06Copy files only when they exist.minskim1-1/+3
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam1-2/+2
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-05-31Removed trailing empty lines.rillig1-2/+0
2005-05-23Sorted PLIST.rillig1-57/+57
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-28Avoid using != to set PKG_COMPILER -- defer using :sh. This removes thejlam1-4/+5
need for ECHO to be defined for the top-level make.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
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