aboutsummaryrefslogtreecommitdiff
path: root/audio/festival
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* mark some of the ports that don't build on powerpc64 for meSteve Wills2015-12-131-0/+2
| | | | Notes: svn path=/head/; revision=403676
* audio/festival: 2.1 -> 2.4Kurt Jaeger2015-11-296-127/+27
| | | | | | | | | | | | | - Updated HTS and CG engines - Support for newer compilers - Bug fixes galore. PR: 204754 Submitted by: Michael Danilov <mike.d.ft402@gmail.com> Approved by: mi (maintainer) Notes: svn path=/head/; revision=402619
* Remove trailing whitespace from Makefiles, A-L.Jimmy Olgeni2015-10-081-1/+1
| | | | Notes: svn path=/head/; revision=398832
* Convert ports to use the options helpers in categories [abc]*, and minor fixes.Mathieu Arnold2015-08-191-9/+3
| | | | | | | | Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3412? Notes: svn path=/head/; revision=394778
* Fix build on arm (v6). Do not create empty directories.Mikhail Teterin2015-07-011-5/+3
| | | | | | | | PR: 200287, 201202 Submitted by: Mikael Urankar, avilla Notes: svn path=/head/; revision=391068
* Remove $FreeBSD$ from patches files in categories a-j.Mathieu Arnold2015-05-221-2/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387021
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* audio/festival: unbreak fetching Debian patchesJan Beich2015-05-012-30/+28
| | | | | | | | | Append git hash to filenames without changing current checksums. Approved by: portmgr blanket Notes: svn path=/head/; revision=385154
* Mark as broken ports with issue in distfilesBaptiste Daroussin2015-04-051-0/+2
| | | | Notes: svn path=/head/; revision=383285
* Cleanup plistBaptiste Daroussin2014-10-201-11/+0
| | | | Notes: svn path=/head/; revision=371234
* pkg(8) package empty directories, no need to create them in @execBaptiste Daroussin2014-09-021-3/+0
| | | | Notes: svn path=/head/; revision=367104
* Rename audio/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-284-0/+0
| | | | Notes: svn path=/head/; revision=363157
* Support LIBS like LDFLAGS.Tijl Coosemans2014-06-111-12/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV. - Add an option helper for LIBS. - Adjust all ports that already use LIBS. Also remove references to PTHREAD_CFLAGS and PTHREAD_LIBS while here. - Some ports did not support having a LIBS environment variable and required additional patches. Somewhat simplified a linker command line looks like: ${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS} where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and LIBS can be controlled by us. If possible -L and -l flags need to be added to LIBS to make sure they appear after any -L and -l flags set by upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this may appear too early on the command line causing installed libraries to be linked in instead of freshly built ones. Additional changes: benchmarks/netio: Replace WITH_IPV6 with an IPV6 option. comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC. graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR. graphics/visionworkbench: Remove FreeBSD 7 support. multimedia/libmovtar: New LIB_DEPENDS syntax. multimedia/opencinematools: Use standard do-build. net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins) net-mgmt/nagios: Remove -fPIC. net-mgmt/nagios4: Remove -fPIC. print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036. security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test in configure that falsely detects pthread_mutexattr_init in our libc. sysutils/dar: Fix iconv detection. x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD hack and use $CXX as linker as on other platforms. PR: 190592 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=357486
* Convert all :U to :tu and :L to :tlBaptiste Daroussin2014-05-051-2/+2
| | | | | | | | | | | | | | | | | Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a replacement for :U and :L (which has been marked as deprecated) bmake which is the default on FreeBSD 10+ only support by default :tu/:tl a hack has been added at the time to support :U and :L to ease migration. This hack is now not necessary anymore Note that this makes the ports tree incompatible with make(1) from FreeBSD 8.3 or earlier With hat: portmgr Notes: svn path=/head/; revision=352986
* Support stageBaptiste Daroussin2014-04-062-18/+29
| | | | | | | Fix plist Notes: svn path=/head/; revision=350375
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-1/+1
| | | | | | | | | LIB_DEPENDS in audio With hat: portmgr Notes: svn path=/head/; revision=336166
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | audio) Notes: svn path=/head/; revision=327706
* Update from 1.96 to 2.1. Despite being newer, the upstream releaseMikhail Teterin2013-09-068-399/+261
| | | | | | | | | | | | | | remains uncompileable by modern compilers and substantial patches -- obtained from both Debian and NetBSD ports of the same software were necessary. Among the patches is a functionality-improving one, which allows the new version to continue using voices created for 1.9x Tested by: bapt Notes: svn path=/head/; revision=326512
* Convert audio from USE_GMAKE to USES=gmakeBaptiste Daroussin2013-08-301-1/+1
| | | | | | | | | | | While here: - Trim headers - Convert some USE_GNOME=pkgconfig to USES=pkgconfig - Add some missing pkgconf dependencies - Convert some USE_GNOME=gnomehack to USES=pathfix Notes: svn path=/head/; revision=325727
* Fix options handling.Tijl Coosemans2013-07-101-1/+1
| | | | Notes: svn path=/head/; revision=322717
* Convert to new options framework left un converted ports in a* categoriesBaptiste Daroussin2013-03-211-5/+6
| | | | | | | | | While here trim headers Convert some gnomehack to pathfix Convert some pkgconfig to USE_PKGCONFIG=build Notes: svn path=/head/; revision=314853
* - Strip header at request of original creatorThomas Abthorpe2013-01-271-7/+1
| | | | | | | | Submitted by: trevor With hat: portmgr Notes: svn path=/head/; revision=311049
* - Correct @exec mkdir linesPav Lucistnik2012-04-232-4/+4
| | | | Notes: svn path=/head/; revision=295349
* Let's create the empty directory we try to removeBaptiste Daroussin2012-04-132-1/+4
| | | | | | | this make the behavious compatible with both pkg_install and pkgng Notes: svn path=/head/; revision=294789
* - Get Rid MD5 supportMartin Wilke2011-03-191-2/+0
| | | | Notes: svn path=/head/; revision=271305
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵Pav Lucistnik2008-07-251-3/+1
| | | | | | | MAKE_ENV Notes: svn path=/head/; revision=217468
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+1
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Remove USE_AUTOCONF, which is a noopGabor Kovesdan2007-07-202-150/+148
| | | | | | | | | | | - Use DATADIR PR: ports/114324 Submitted by: gabor Approved by: maintainer timeout Notes: svn path=/head/; revision=195954
* - Fix INDEXPav Lucistnik2007-05-221-1/+1
| | | | | | | | Pointy hat to: mi Approved by: portmgr (implicit) Notes: svn path=/head/; revision=191613
* Fix the X11BASE problem revealed by the recent switch to new default value.Mikhail Teterin2007-05-221-13/+13
| | | | | | | | Submitted by: kris Approved by: portmgr (erwin) Notes: svn path=/head/; revision=191611
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Correct pkg-plist after the upgrade...Mikhail Teterin2007-03-281-0/+1
| | | | | | | Notified by: kris Notes: svn path=/head/; revision=188658
* Update to 1.96 (speech_tools 1.2.96) beta. The new version compiles withMikhail Teterin2007-03-265-45/+423
| | | | | | | | | | | | | gcc-4.2. Add some 64-bitness patches. Enable automatic post-build tests. Attempt to allow ESound and NAS modules via OPTIONS: PR: ports/102413 Both are on by default ATM... Notes: svn path=/head/; revision=188368
* Remove USE_REINPLACE from ports in categories starting with A.Edwin Groothuis2006-05-031-1/+0
| | | | Notes: svn path=/head/; revision=161245
* Unbreak on !i386 systems (test on beast and on my amd64). Do notMikhail Teterin2006-04-063-30/+48
| | | | | | | | | | | | | | | | | | lib-depend on NAS and ESD -- these are optional dependencies and are not used by default even if present. Once I figure out, how to turn them on, I'll add them as OPTIONS. Use REINPLACE to improve the CC/CXX/CFLAGS/CXXFLAGS compliance. Stop installing the audsp executable into two places. Adjust pkg-plist to stop complaining about unempty directories populated by festlex and festvox ports. Bump PORTREVISION. May the festivities begin... Notes: svn path=/head/; revision=158936
* Reset maintainership to ports@ after ~4 months without any response to anyAlexander Leidinger2006-02-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | PR. Thanks for contributing. Since the acroread7 port is a somewhat important port for our users, I will hand it over to emulation@ if no _active_ *committer* takes it before the ports freeze. While I'm here: - fix a little nit in the csound port (I think the intention was to create no backup file instead of creating one with a "-e" extension) - set ARCH to i386 in the amd64 case for the acroread7 port. This is a work-around to be able to install everything when a dependency is not already installed (ARCH is read-only in sub-makes, so the dependencies can't change it). This should be removed when the dependencies are fixed or converted to use bsd.linux-rpm.mk. [1] Not objected to by: portmgr (explicit: krion; silence: rest) Maintainer timeout: ~4 months Submitted by: Sangwoo Shim <sangwoos@gmail.com> [1] PR: 87985 [1] Notes: svn path=/head/; revision=155784
* Hash with SHA-256.Trevor Johnson2006-01-071-0/+2
| | | | Notes: svn path=/head/; revision=153010
* BROKEN on !i386: Does not buildKris Kennaway2005-10-281-0/+4
| | | | Notes: svn path=/head/; revision=146601
* Update to 1.95 beta (obsoletes PRs 49056, 51900 and 58653).Trevor Johnson2005-10-1715-244/+73
| | | | Notes: svn path=/head/; revision=145618
* FreeBSD does not run on the pmax architecture.Trevor Johnson2005-10-172-33/+0
| | | | Notes: svn path=/head/; revision=145615
* Sort.Trevor Johnson2005-10-171-87/+87
| | | | Notes: svn path=/head/; revision=145613
* Checking MACHINE_ARCH is deprecated.Trevor Johnson2005-09-231-1/+1
| | | | Notes: svn path=/head/; revision=143440
* - Fix build on FreeBSD 6.X and 7.XPav Lucistnik2005-09-151-3/+5
| | | | | | | | | PR: ports/84678 Submitted by: Jason E. Hale <jhale@bluebottle.com> Approved by: maintainer timeout (trevor; 5 weeks) Notes: svn path=/head/; revision=142775
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Add a patch from Tod McQuillin to suppress creation ofTrevor Johnson2005-03-152-2/+15
| | | | | | | PREFIX/share/festival before installation. Notes: svn path=/head/; revision=131275
* Back out addition of PORTEPOCH by edwin. It is not needed.Trevor Johnson2005-03-081-1/+0
| | | | Notes: svn path=/head/; revision=130597
* Increase PORTEPOCH:Edwin Groothuis2005-03-061-0/+1
| | | | | | | | | | | | | Subject: Ports with version numbers going backwards: audio/festival *audio/festival* <trevor@FreeBSD.org>: festival-1.4.1_2 < festival-1.4.3 | revision 1.24 | date: 2005/03/04 15:20:28; author: kris; state: Exp; lines: +2 -1 | Restore previous port version (revert local change accidentally | committed) Notes: svn path=/head/; revision=130490
* Restore previous port version (revert local change accidentallyKris Kennaway2005-03-041-1/+2
| | | | | | | | | committed) Submitted by: Tod McQuillin <devin@spamcop.net> Notes: svn path=/head/; revision=130359