aboutsummaryrefslogtreecommitdiff
path: root/audio/espeak
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* 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
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. 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, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-1/+1
| | | | | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542 Notes: svn path=/head/; revision=475857
* audio/espeak fix build with clang6Tobias C. Berner2018-01-171-1/+2
| | | | | | | PR: 224669 Notes: svn path=/head/; revision=459230
* - Unbreak the port on sparc64, by 's|-fpic|-fPIC|' in the MakefileAlexey Dokuchaev2018-01-111-18/+17
| | | | | | | | | (vague explanation: http://seclists.org/tcpdump/2012/q4/112) - While here, sort the knob groups properly, drop redundant WRKSRC, simplify patching with sed(1) logic, remove superfluous linefeed Notes: svn path=/head/; revision=458752
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-1/+1
| | | | | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. 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, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275 Notes: svn path=/head/; revision=449591
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-1/+1
| | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 Notes: svn path=/head/; revision=437439
* Fix build when RUNTIME option is selectedJason E. Hale2016-10-201-1/+0
| | | | | | | | | PR: 213633 Approved by: portmgr (blanket) MFH: 2016Q4 Notes: svn path=/head/; revision=424305
* Cleanup patches, a* categories.Mathieu Arnold2016-07-262-3/+3
| | | | | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=419133
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415498
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* Convert ports to use the options helpers in categories [abc]*, and minor fixes.Mathieu Arnold2015-08-191-3/+1
| | | | | | | | Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3412? Notes: svn path=/head/; revision=394778
* Update portaudio to v19/Remove portaudio2 [1]Baptiste Daroussin2015-05-301-2/+7
| | | | | | | | | | | | Chase portaudio change Add patches from debian for games/cultivation Add patches from upsteam for audio/rezound Mark py-fastaudio as broken Approved by: maintainer Notes: svn path=/head/; revision=387982
* audio category: Remove $PTHREAD_LIBSJohn Marino2015-03-252-28/+8
| | | | | | | | | xmcd didn't pass check-plist (pre-existing), fixed. approved by: PTHREAD blanket Notes: svn path=/head/; revision=382272
* - Update to 1.48.04Nicola Vitale2015-02-093-24/+30
| | | | | | | | | | | | - Use option helpers - Use a compiler understanding C++0X when PULSEAUDIO option is ON [1] PR: 195264 [1] Submitted by: Lawrence Chen <beastie@tardisi.com> Notes: svn path=/head/; revision=378732
* - Depend on specific version of libportaudio, to not pick up library from ↵Dmitry Marakasov2015-01-142-1/+3
| | | | | | | | | | | | | portaudio2 and break the build - Add empty directories to plist PR: 196345 Submitted by: amdmi3 Approved by: maintainer timeout (nivit) Notes: svn path=/head/; revision=377036
* Cleanup plistBaptiste Daroussin2014-10-201-15/+0
| | | | Notes: svn path=/head/; revision=371234
* pkg(8) packs empty directories no need to create them in @execBaptiste Daroussin2014-09-021-2/+0
| | | | Notes: svn path=/head/; revision=367103
* Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.Adam Weinberger2014-07-151-0/+1
| | | | | | | | | | Where possible, correct a few instances where PORTDOCS was being used to flag stuff in EXAMPLESDIR. For some ports, mostly those owned by ruby@, PORTDOCS is applied to pretty much everything whether it's documentation or example. Notes: svn path=/head/; revision=362014
* Convert to rest of a* to USES=zipBaptiste Daroussin2014-03-071-2/+1
| | | | Notes: svn path=/head/; revision=347401
* - Fully support staging (there were some ${STAGEDIR} statements but NO_STAGEEmanuel Haupt2014-02-081-1/+2
| | | | | | | | was still defined) - also strip binaries and shared objects Notes: svn path=/head/; revision=343390
* - Stage supportMartin Wilke2014-02-051-4/+2
| | | | Notes: svn path=/head/; revision=342699
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340670
* Reduce over inclusion of bsd.port.mkBaptiste Daroussin2014-01-151-8/+4
| | | | Notes: svn path=/head/; revision=339834
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-2/+2
| | | | | | | | | 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
* 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
* - Update to 1.47.11Nicola Vitale2013-06-154-80/+129
| | | | | | | | | | | | | | - Trim Makefile header - Add LICENSE (GPLv3) - Add radio option AUDIO_SYSTEM (default PORTAUDIO) - Remove USE_GCC - Convert to the new option framework - Remove Author field from pkg-descr, fix WWW one Build log: http://goo.gl/BWger Notes: svn path=/head/; revision=320994
* - Enable runtime detection of pulseaudio, with fallback to portaudioNicola Vitale2012-05-042-10/+48
| | | | | | | | | | | if pulse is not running. That is useful for the users of KDE speech dispatcher system. [1] - Bump PORTREVISION (changed lib dependencies) Suggested by: Andrew Johnson <daeron at optushome.com.au> (via private email) Notes: svn path=/head/; revision=296010
* - Update to 1.46.02Nicola Vitale2012-01-213-5/+13
| | | | Notes: svn path=/head/; revision=289559
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+1
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Update to 1.45.05Nicola Vitale2011-08-163-3/+7
| | | | Notes: svn path=/head/; revision=279801
* - Update to 1.45.04Nicola Vitale2011-05-163-3/+5
| | | | Notes: svn path=/head/; revision=274193
* - Forgotten to commit files/patch-src__Makefile (update to 1.45.03)Nicola Vitale2011-04-071-15/+5
| | | | Notes: svn path=/head/; revision=272343
* - Update to 1.45.03Nicola Vitale2011-04-072-3/+3
| | | | Notes: svn path=/head/; revision=272342
* - Update to 1.45.02Nicola Vitale2011-03-185-38/+25
| | | | | | | - Remove MD5 checksum from distinfo Notes: svn path=/head/; revision=271241
* - Fix size mismatchNicola Vitale2010-09-171-3/+3
| | | | | | | | | The Author has only changed a few of definitions in a file for the Windows platform. See http://people.freebsd.org/~nivit/diffs/espeak-1.44.05-source.diff Notes: svn path=/head/; revision=261350
* - Update to 1.44.05Nicola Vitale2010-09-152-4/+4
| | | | Notes: svn path=/head/; revision=261239
* - Update 1.44.04Nicola Vitale2010-09-152-4/+4
| | | | Notes: svn path=/head/; revision=261197
* - Update to 1.44.03Nicola Vitale2010-09-113-7/+16
| | | | Notes: svn path=/head/; revision=260956
* - Remove some old, useless lines from pkg-plistNicola Vitale2010-05-042-4/+1
| | | | | | | | | - Bump PORTREVISION Submitted by: avilla (via private email) Notes: svn path=/head/; revision=253687
* - Update to 1.43.03Nicola Vitale2010-04-273-28/+10
| | | | | | | | PR: ports/145451 Submitted by: Florian Smeets <flo@kasimir.com> Notes: svn path=/head/; revision=253352
* - Update to 1.42.04Nicola Vitale2010-01-033-6/+32
| | | | Notes: svn path=/head/; revision=247061
* - Update to 1.41.01Nicola Vitale2009-11-043-7/+13
| | | | Notes: svn path=/head/; revision=243790
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with A Notes: svn path=/head/; revision=240066
* Simplify the use of USE_GCC.Gerald Pfeifer2009-01-181-4/+1
| | | | | | | Approved by: nivit (maintainer) Notes: svn path=/head/; revision=226369
* - Fix build on 6.X systemsNicola Vitale2009-01-151-0/+4
| | | | | | | Reported by: pavbot Notes: svn path=/head/; revision=226175
* - Fix a typo in files/patch-src-Makefile (just committed), that prevents the ↵Nicola Vitale2009-01-131-1/+1
| | | | | | | program to... speak. Notes: svn path=/head/; revision=225973
* - Update to 1.40.02Nicola Vitale2009-01-134-17/+31
| | | | Notes: svn path=/head/; revision=225970