aboutsummaryrefslogtreecommitdiff
path: root/audio/sphinxbase
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Chase libsndfile 1.0.30 update.Thomas Zander2020-10-011-1/+1
| | | | | | | | | Details: - Missing symbol sf_version_string, not auto-resolved by pkg + rebuild. - Bump PORTREVISION for consumers. Notes: svn path=/head/; revision=550824
* Sphinxbase works perfectly fine with byacc, remove useless dependency on bisonBaptiste Daroussin2020-03-101-4/+1
| | | | | | | While here add USES=localbase Notes: svn path=/head/; revision=528145
* 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
* Convert ports to use the options helpers in categories [abc]*, and minor fixes.Mathieu Arnold2015-08-191-15/+6
| | | | | | | | Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3412? Notes: svn path=/head/; revision=394778
* audio category: Remove $PTHREAD_LIBSJohn Marino2015-03-251-2/+1
| | | | | | | | | xmcd didn't pass check-plist (pre-existing), fixed. approved by: PTHREAD blanket Notes: svn path=/head/; revision=382272
* Cleanup plistBaptiste Daroussin2014-10-201-1/+0
| | | | Notes: svn path=/head/; revision=371234
* Remove all space characters from Makefile assignments.Jimmy Olgeni2014-06-081-1/+1
| | | | | | | | | | No functional changes included. CR: D193 (except math/sedumi) Approved by: portmgr (bapt) Notes: svn path=/head/; revision=357070
* - Switch to USES=libtoolDmitry Marakasov2014-05-142-7/+10
| | | | Notes: svn path=/head/; revision=354013
* - Stage supportAntoine Brodin2014-01-171-5/+1
| | | | | | | - Use pathfix instead of REINPLACE_CMD Notes: svn path=/head/; revision=340131
* 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
* - Use single space after WWW:Sunpoet Po-Chuan Hsieh2013-09-071-1/+1
| | | | Notes: svn path=/head/; revision=326658
* Convert audio from USE_GMAKE to USES=gmakeBaptiste Daroussin2013-08-301-3/+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
* Convert USE_PKGCONFIG -> USES=pkgconf for audio categoryBaptiste Daroussin2013-04-221-1/+1
| | | | Notes: svn path=/head/; revision=316287
* - Update sphinx3 and sphinxbase to 0.8.Eitan Adler2012-12-143-5/+4
| | | | | | | | | - Add a patch to make sphinx3 compile. I can not figure out what compiler they used when releasing this. Upstream will be contacted. - Pet portlint Notes: svn path=/head/; revision=308911
* Current maintainer is away from FreeBSD work ATM, so return these to theMark Linimon2012-12-071-6/+2
| | | | | | | | | pool for now. Feature safe: yes Notes: svn path=/head/; revision=308454
* - Update to 0.7 [1]Jase Thew2012-08-286-75/+57
| | | | | | | | | | | | | | | | | - Remove unnecessary PORTREVISION - Fix typo in COMMENT - Add missing build dependency on devel/bison - Add options for libsndfile support and thread safety - Disable building of python module - Disable building of doxygen docs - Replace use of gnomehack with specific REINPLACE for pkgconfig PR: ports/169426 [1] Submitted by: Richard Neese <r.neese@gmail.com> (maintainer) Approved by: flo (mentor) Notes: svn path=/head/; revision=303272
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - 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
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with A Notes: svn path=/head/; revision=240066
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-022-9/+15
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵Pav Lucistnik2008-07-251-2/+1
| | | | | | | MAKE_ENV Notes: svn path=/head/; revision=217468
* Sphinx Base is part of a large-vocabulary, speaker-independent, continuousPav Lucistnik2008-03-227-0/+145
speech recognition engine. This port is required for PocketSphinx and Sphinx3 Once the system is built, try running the Perl script sphinx-demo. The sphinx-test script should run sphinx-batch over an example utterance of "go forward ten meters." WWW: http://www.speech.cs.cmu.edu/sphinx/ PR: ports/121611 Submitted by: Richard Neese <r.neese@gmail.com> Notes: svn path=/head/; revision=209595