aboutsummaryrefslogtreecommitdiff
path: root/audio/praat
Commit message (Collapse)AuthorAgeFilesLines
* a-b: Add missing USES={gnome,php,sdl,xorg}Tobias Kortkamp2019-11-081-1/+1
| | | | Notes: svn path=/head/; revision=517040
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Fix the following error on GCC-based architectures:Mark Linimon2019-04-061-3/+1
| | | | | | | | | fails to compile: cc1plus: unrecognized command line option "-std=gnu++11" Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=498047
* Multiple ports:Jason W. Bacon2018-01-311-2/+1
| | | | | | | | | | | Change maintainer email bacon4000@gmail.com to jwb@FreeBSD.org Remove Created by comments for same user Approved by: jrm (mentor) Differential Revision: https://reviews.freebsd.org/D14128 Notes: svn path=/head/; revision=460452
* Mark some ports failing on power64. In cases where the error messageMark Linimon2017-05-211-0/+2
| | | | | | | | | | | | was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Reported by: swills Notes: svn path=/head/; revision=441429
* - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOLDmitry Marakasov2017-01-091-8/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=430947
* Don't quote {} in find -exec calls.Mathieu Arnold2016-12-011-2/+2
| | | | | | | | | | | Braces are not shell metacharacters, and they do not need to be quoted. By the time find parses its arguments and dicovers them, the quoting will have been removed by the shell anyway. Sponsored by: Absolight Notes: svn path=/head/; revision=427491
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andGerald Pfeifer2016-11-201-1/+1
| | | | | | | | | | | | lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms). In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler. Notes: svn path=/head/; revision=426566
* Cleanup patches, a* categories.Mathieu Arnold2016-07-265-5/+5
| | | | | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=419133
* audio/praat: unbreak sound supportJan Beich2016-04-144-6/+29
| | | | | | | | | | | | | | | | Portaudio doesn't work with alsa-plugins-oss, so switch to native OSS. ALSA lib confmisc.c:768:(parse_card) cannot find card '0' ALSA lib conf.c:4292:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory [...] PR: 208728 Reported by: kaltheat@gmail.com Approved by: Jason Bacon <bacon4000@gmail.com> (maintainer) MFH: 2016Q2 Notes: svn path=/head/; revision=413318
* 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
* Cleanup GH_* and variables order.Mathieu Arnold2015-12-292-5/+3
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=404743
* Stop setting WRKSRC after r404670.Raphael Kubo da Costa2015-12-281-1/+0
| | | | Notes: svn path=/head/; revision=404671
* Unbreak `make fetch'.Raphael Kubo da Costa2015-12-282-6/+6
| | | | | | | | | | The port's releases are now available from GitHub. diff -uprN between the old tarball from distcache.FreeBSD.org and the one from GitHub shows that the only difference is that two files are no longer present: test/kar/MacRoman.praat and test/kar/unicode16.praat. Notes: svn path=/head/; revision=404670
* Mark as broken: unfetchableBaptiste Daroussin2015-12-121-0/+2
| | | | Notes: svn path=/head/; revision=403635
* - Update maintainer mail addressMartin Wilke2015-12-111-2/+2
| | | | | | | | | | | | - Update/Remove MASTER_SITE PR: 204755 Submitted by: jwbacon@tds.net (maintainer) Approved by: mat (mentor) Differential Revision: D4493 Notes: svn path=/head/; revision=403506
* - Drop unneeded dependencyDmitry Marakasov2015-09-101-1/+2
| | | | | | | | PR: 202972 Submitted by: jwbacon@tds.net (maintainer) Notes: svn path=/head/; revision=396563
* - Un-break buildThomas Zander2015-05-158-22/+130
| | | | | | | | | | | | - Update to upstream version 5.4.08 - General cleanup / pet portlint PR: 199634 Submitted by: jwbacon@tds.net (maintainer) MFH: 2015Q2 Notes: svn path=/head/; revision=386406
* Mark broken unfetchable portsBaptiste Daroussin2015-04-051-0/+1
| | | | Notes: svn path=/head/; revision=383354
* - Update from 4.6.39 to 5.3.59Danilo Egea Gondolfo2013-12-016-34/+65
| | | | | | | | | | | | | - Add stage support while here - Convert USE_DOS2UNIX to USES - Add pkgconfig and gtk20 as dependencies PR: ports/184398 Submitted by: Jason Bacon <jwbacon@tds.net> (maintainer) Notes: svn path=/head/; revision=335363
* 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
* - Make ports use the libc provided iconv implementation on 10-CURRENTGuido Falsi2013-09-042-2/+4
| | | | | | | | | | | | | after r254273 - Fix a bunch of ports to properly work after this - Mark converters/libiconv as IGNORE for systems with iconv in libc Reviewed by: bapt Approved by: portmgr (bapt) Discussed with: bapt, bsam (who both contributed ideas and code) Notes: svn path=/head/; revision=326307
* Convert from USE_MOTIF to USES=motifBaptiste Daroussin2013-07-091-6/+2
| | | | | | | | | While here: Convert to USES=gmake as well Trim headers Notes: svn path=/head/; revision=322579
* Fix build with open-motif-2.3.3Max Brazhnikov2011-05-022-2/+2
| | | | | | | | | PR: ports/154044 Submitted by: Mikhail Tsatsenko <m.tsatsenko at gmail.com> Exp-runs by: pav Notes: svn path=/head/; revision=273474
* - Update MASTER_SITES to correct fetch errors and bump PORTREVISION [1]Frederic Culot2011-03-062-5/+3
| | | | | | | | | | | - Use full author name in Makefile's header [1] - Drop MD5 checksum PR: ports/155299 [1] Submitted by: Jason bacon <jwbacon AT tds.net> (maintainer) Notes: svn path=/head/; revision=270363
* - Mark MAKE_JOBS_UNSAFEPav Lucistnik2009-11-201-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=244567
* Update maintainer's email address. Had already been done for hisMark Linimon2009-06-191-1/+1
| | | | | | | other ports. Notes: svn path=/head/; revision=236345
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-2/+2
| | | | | | | | | | | | | | | | | | - 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_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-221-1/+1
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209583
* - Update to 4.6.39Martin Wilke2007-12-275-18/+63
| | | | | | | | | PR: 118383 Submitted by: Sven Petai <hadara@bsd.ee> Approved by: maintainer Notes: svn path=/head/; revision=204634
* - 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
* Add praat.Jean-Yves Lefort2006-04-034-0/+52
Praat: doing phonetics by computer. WWW: http://www.fon.hum.uva.nl/praat/ PR: ports/95157 Submitted by: Jason Bacon <bacon@smithers.neuro.mcw.edu> Notes: svn path=/head/; revision=158686