summaryrefslogtreecommitdiff
path: root/audio/festival
AgeCommit message (Collapse)AuthorFilesLines
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
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
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.