summaryrefslogtreecommitdiff
path: root/audio/festival
AgeCommit message (Collapse)AuthorFilesLines
2020-08-31*: bump PKGREVISION for perl-5.32.wiz1-2/+2
2019-11-27festival: handle fpos_t on sunosnia2-4/+4
2019-11-23festival: Use LDFLAGS instead of CXXFLAGS when linking tests.nia2-1/+16
2019-11-11festival: Use LDFLAGSnia2-3/+16
2019-11-10festival: Give up on trying to support multiple curses implementationsnia3-38/+3
(it doesn't work). bump PKGREVISION
2019-09-13festival: restore the old termcap handling until I understand this better.nia1-4/+4
2019-09-11festival: Commit a missing patch.nia2-2/+21
2019-09-09festival: Handle ${TERMCAP_TYPE} == "curses"nia1-1/+3
2019-09-07festival: Update to 2.5.0nia19-500/+44
New in Festival 2.5: Support for gcc6 (which is a somewhat different dialect of C++) New in Festival 2.2: Updates to hts (hts_engine 1.07) and clustergen
2019-08-11Bump PKGREVISIONs for perl 5.30.0wiz1-2/+2
2018-08-22Recursive bump for perl5-5.28.0wiz1-2/+2
2018-01-29festival: Specify C++03, not C++11 clean.jperkin1-2/+2
2017-09-22festival: fix on Darwinwiedi1-0/+2
Create the needed makefile fragment for Darwin.
2017-04-21Ensure the chosen termcap library can be found.jperkin2-1/+17
2016-07-09Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.wiz1-2/+2
2016-03-09actually, needs curses only on Linux (see DebianGNULinux.mak)tnn1-1/+4
2016-03-09needs cursestnn1-1/+2
2015-11-03Add SHA512 digests for distfiles for audio categoryagc1-1/+3
Problems found with existing distfiles: /pub/pkgsrc/distfiles/amp-0.7.6.tgz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-music-32000-1.0.8.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-music-48000-1.0.8.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-en-us-callie-32000-1.0.22.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-en-us-callie-48000-1.0.22.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-32000-1.0.18.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-48000-1.0.18.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-16000-1.0.12.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-32000-1.0.12.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-48000-1.0.12.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-8000-1.0.12.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-32000-1.0.18.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-48000-1.0.18.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-32000-1.0.13.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-48000-1.0.13.tar.gz /pub/pkgsrc/distfiles/kid3-3.3.0.tar.gz /pub/pkgsrc/distfiles/libdca-0.0.5.tar.bz2 /pub/pkgsrc/distfiles/mp3to.gz /pub/pkgsrc/distfiles/squeezeboxserver-7.5.1-noCPAN.tgz No changes made to these file. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-2/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2014-06-27Add settings to make the package build on FreeBSD 10.asau1-0/+27
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2014-02-20And Debian-specific layout.obache1-1/+4
2014-02-20Support RedHat-specific layout.jperkin1-3/+9
2013-10-11Festival really uses termcap, not curses.roy4-4/+107
2013-07-18Fix path.joerg2-5/+5
2013-07-18ISO C++ doesn't allow default arguments on friends, if they are notjoerg3-1/+90
declarations as well.
2013-06-13Always link with G++ and don't hard-code libstdc++.joerg2-1/+26
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-04-29Don't use macro names from the implementation namespace.joerg2-1/+32
2013-04-08Remove "Trailing empty lines." and/or "Trailing white-space."rodent1-2/+2
2012-12-18Copy the ix86_SunOS5.mak file from the distribution into files. It'sjperkin3-1/+74
a bit crazy that we deliberately break the config script in this package and have to replicate everything into files/ just to support NetBSD, it's significantly reducing the portability. Avoid ssize_t clash on newer Solaris. These fixes make the package now build on Solaris.
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2012-09-11"user-destdir" is default these daysasau1-3/+1
2012-05-04Fix C++ issues for the stricter checks in clangjoerg13-1/+270
2011-12-17Add missing mk/curses buildlink.sbd3-2/+19
Pass BUILDLINK_CPPFLAGS and BUILDLINK_LDFLAGS to the build system. Bump PKGREVISION
2011-11-21audio/festival: Update to version 2.1-releasemarino11-117/+69
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.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-8/+1
2009-01-10ancient GCC required for NetBSD 5.0 on upwardsjnemeth1-2/+2
2008-05-26Second round of explicit pax dependencies. As reminded by tnn@,joerg1-3/+3
many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all.
2008-03-02Mechanical changes to add full DESTDIR support to packages that installjlam1-15/+28
their files via a custom do-install target.
2007-11-03Added MAKE_JOBS_SAFE as suggested in PR 34905.rillig1-1/+2
2007-09-02If isnan is a macro, assume it is type-variadic or can handle float asjoerg3-1/+35
well. This fixes the build on DragonFly and other platforms without isnanf.
2007-08-30Fixed building with g++-3.3.6 on NetBSD.rillig2-6/+19
2007-07-12Include bsd.prefs.mk before testing MACHINE_PLATFORMgson1-1/+3
2007-07-10Workaround for compiler selection on NetBSD 4.0.gavan1-1/+6
2007-06-03Remove dead mirror. From Zafer Aydogan.wiz1-3/+2
2007-01-26Doesn't need explicit X11 here.joerg1-2/+1
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-4/+4
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
2006-05-19Fixed some pkglint warnings by removing the "@" at the start of shellrillig1-4/+4
commands.
2006-05-14Uses C++.joerg1-1/+2