aboutsummaryrefslogtreecommitdiff
path: root/accessibility/speech-dispatcher
Commit message (Collapse)AuthorAgeFilesLines
* accessibility/speech-dispatcher: Moved man to share/manMuhammad Moinur Rahman2024-01-292-3/+4
| | | | Approved by: portmgr (blanket)
* audio/pulseaudio: Update to 16.1Gleb Popov2023-08-071-1/+1
| | | | | | | | Bump PORTREVISION on consumers. Sponsored by: Serenity Cybersecurity, LLC PR: 262713
* all: remove explicit versions in USES=python for "3.x+"Rene Ladan2023-06-271-1/+1
| | | | | | | | | | | | | | | | | | | The logic in USES=python will automatically convert this to 3.8+ by itself. Adjust two ports that only had Python 3.7 mentioned but build fine on Python 3.8 too. finance/quickfix: mark BROKEN with PYTHON libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++ -DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable -Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong -fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi -Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings -Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x -MT _quickfix_la-QuickfixPython.lo -MD -MP -MF .deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o .libs/_quickfix_la-QuickfixPython.o warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found ^~~~~~~~~~ 1 warning and 1 error generated. Reviewed by: portmgr, vishwin, yuri Differential Revision: <https://reviews.freebsd.org/D40568>
* audio/opus: bump consumers after update to 1.4Christian Weisgerber2023-04-251-1/+1
|
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* accessibility/speech-dispatcher: add upstream crash-fixTobias C. Berner2022-09-072-1/+7
| | | | | | | | A bug in speed-dispatcher lead to a crash in okular (as speech-dispatcher was segfaulting). Upstream PR: https://bugs.kde.org/show_bug.cgi?id=458762 Upstream PR: https://github.com/brailcom/speechd/issues/762
* accessibility/speech-dispatcher: update to 0.11.2Tobias C. Berner2022-08-263-7/+19
| | | | | | | | | | | | Changelog: * Fix loading xx-yy locales. * Various memory leaks fixes. * Add mimic3 configuration file. * pico: Fix setting language vs voice. * Make sure that modules report a list of voices. * Update CLDR to version 41, symbols from NVDA and orca. * Allow building without ltdl. * Re-enable SSML in espeak-ng-mbrola module.
* accessibility/speech-dispatcher: use default espeak descriptionStefan Eßer2022-07-151-1/+0
| | | | Approved by: portmgr (implicit)
* Revert "accessibility/speech-dispatcher: remove option for expired espeak"Stefan Eßer2022-07-152-3/+9
| | | | | | Bump PORTREVISION and update dependency from espeak to espeak-ng. This reverts commit 700486da27010f172a916845e008ece3c5dde00d.
* accessibility/speech-dispatcher: update to 0.11.1 release (+)Dima Panov2022-07-023-36/+52
| | | | | | Alongside with update prepare (and mark as broken yet) option for upcoming libvoxin support PR: 263797 (based on)
* accessibility/speech-dispatcher: remove option for expired espeakRene Ladan2022-07-012-7/+3
|
* accessibility/speech-dispatcher: update to 0.10.2.Thomas Zander2021-05-014-30/+346
| | | | | PR: 247059 Reported by: greg@unrelenting.technology
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Chase libsndfile 1.0.30 update.Thomas Zander2020-10-011-0/+1
| | | | | | | | | Details: - Missing symbol sf_version_string, not auto-resolved by pkg + rebuild. - Bump PORTREVISION for consumers. Notes: svn path=/head/; revision=550824
* accesibility/speech-dispatcher: Unbreak build with -fno-commonTobias Kortkamp2020-07-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ld: error: duplicate symbol: GlobalFDSet >>> defined at speechd.c >>> speech_dispatcher-speechd.o:(GlobalFDSet) >>> defined at server.c >>> speech_dispatcher-server.o:(.bss+0x148) ld: error: duplicate symbol: MessagePausedList >>> defined at speechd.c >>> speech_dispatcher-speechd.o:(MessagePausedList) >>> defined at server.c >>> speech_dispatcher-server.o:(.bss+0x138) ld: error: duplicate symbol: MessageQueue >>> defined at speechd.c >>> speech_dispatcher-speechd.o:(MessageQueue) >>> defined at server.c >>> speech_dispatcher-server.o:(.bss+0x10) ld: error: duplicate symbol: SpeechdOptions >>> defined at speechd.c >>> speech_dispatcher-speechd.o:(SpeechdOptions) >>> defined at server.c >>> speech_dispatcher-server.o:(.bss+0x60) ld: error: duplicate symbol: SpeechdStatus >>> defined at speechd.c >>> speech_dispatcher-speechd.o:(SpeechdStatus) >>> defined at server.c >>> speech_dispatcher-server.o:(.bss+0xF8) ld: error: duplicate symbol: client_specific_settings >>> defined at speechd.c >>> speech_dispatcher-speechd.o:(client_specific_settings) >>> defined at server.c >>> speech_dispatcher-server.o:(.bss+0x140) ld: error: duplicate symbol: custom_log_kind >>> defined at speechd.c >>> speech_dispatcher-speechd.o:(custom_log_kind) >>> defined at server.c >>> speech_dispatcher-server.o:(.bss+0x230) ld: error: duplicate symbol: custom_logfile >>> defined at speechd.c >>> speech_dispatcher-speechd.o:(custom_logfile) >>> defined at server.c >>> speech_dispatcher-server.o:(.bss+0x228) ld: error: duplicate symbol: debug_logfile >>> defined at speechd.c >>> speech_dispatcher-speechd.o:(debug_logfile) >>> defined at server.c >>> speech_dispatcher-server.o:(.bss+0x238) ld: error: duplicate symbol: element_free_mutex >>> defined at speechd.c >>> speech_dispatcher-speechd.o:(element_free_mutex) >>> defined at server.c >>> speech_dispatcher-server.o:(.bss+0x8) ld: error: duplicate symbol: fd_settings >>> defined at speechd.c >>> speech_dispatcher-speechd.o:(fd_settings) >>> defined at server.c >>> speech_dispatcher-server.o:(.bss+0x120) ld: error: duplicate symbol: fd_uid >>> defined at speechd.c >>> speech_dispatcher-speechd.o:(fd_uid) >>> defined at server.c >>> speech_dispatcher-server.o:(.bss+0x130) ld: error: duplicate symbol: language_default_modules >>> defined at speechd.c >>> speech_dispatcher-speechd.o:(language_default_modules) >>> defined at server.c >>> speech_dispatcher-server.o:(.bss+0x128) ld: error: duplicate symbol: last_p5_block >>> defined at speechd.c >>> speech_dispatcher-speechd.o:(last_p5_block) >>> defined at server.c >>> speech_dispatcher-server.o:(.bss+0x18) ld: error: duplicate symbol: logfile >>> defined at speechd.c >>> speech_dispatcher-speechd.o:(logfile) >>> defined at server.c >>> speech_dispatcher-server.o:(.bss+0x220) ld: error: duplicate symbol: logging_mutex >>> defined at speechd.c >>> speech_dispatcher-speechd.o:(logging_mutex) >>> defined at server.c >>> speech_dispatcher-server.o:(.bss+0x110) ld: error: duplicate symbol: output_layer_mutex >>> defined at speechd.c >>> speech_dispatcher-speechd.o:(output_layer_mutex) >>> defined at server.c >>> speech_dispatcher-server.o:(.bss+0x118) ld: error: duplicate symbol: p_msg_lc >>> defined at speechd.c >>> speech_dispatcher-speechd.o:(p_msg_lc) >>> defined at server.c >>> speech_dispatcher-server.o:(.bss+0x28) ld: error: duplicate symbol: p_msg_uid_lc >>> defined at speechd.c >>> speech_dispatcher-speechd.o:(p_msg_uid_lc) >>> defined at server.c >>> speech_dispatcher-server.o:(.bss+0x30) ld: error: duplicate symbol: pause_requested >>> defined at speechd.c >>> speech_dispatcher-speechd.o:(pause_requested) >>> defined at server.c >>> speech_dispatcher-server.o:(.bss+0x50) Notes: svn path=/head/; revision=541866
* accessibility/speech-dispatcher: use patch to replace static contentSteve Wills2019-12-062-18/+26
| | | | | | | While here, improve formatting Notes: svn path=/head/; revision=519156
* accessibility/speech-dispatcher: update to 0.8.8Tobias C. Berner2019-04-073-6/+6
| | | | Notes: svn path=/head/; revision=498279
* Install texinfo files (GNU info) into ${PREFIX}/share/infoBaptiste Daroussin2018-11-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | After a discussion on the mailing list on moving manpages to ${PREFIX}/share/man for consistency with base where it is installed in usr/share/man, it appeared the same should happen to GNU info files which were installed under share in base and not in ports. Now texinfo is not in base on any of the supported version of FreeBSD it is possible to proceed to this move and it is easier to do than the manpage change. Other benefit than consistency are less patching: all build tools but cmake are expecting info files to be under share/info and cmake (patched here) was having an exception for BSD so the patch makes FreeBSD case less specific for them Bump revision of all impacted ports PR: 232907 exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D17816 Notes: svn path=/head/; revision=484628
* Return avilla@'s ports to the pool after his commit bit got taken in for ↵Rene Ladan2018-10-011-1/+1
| | | | | | | safekeeping. Notes: svn path=/head/; revision=481072
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-1/+1
| | | | | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight Notes: svn path=/head/; revision=472884
* - Fix shebangs for py-speech-dispatcherDmitry Marakasov2018-02-031-1/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=460827
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* Add more PLIST_SUB to Mk/Uses/python.mkSunpoet Po-Chuan Hsieh2017-01-071-14/+1
| | | | | | | | | | | | | | | | | | | - Add PYTHON_PYOEXTENSION and PYTHON_SUFFIX - Add PYTHON2 and PYTHON3 - Respect PYTHON_VERSION - Rename PYOEXTENSION to PYTHON_PYOEXTENSION This change would help: - Build databases/postgresql*-plpython with Python 3 (It has PLIST issue since bsd.python.mk to Uses/python.mk transition) - Simplify Makefile PR: 205807 Differential Revision: https://reviews.FreeBSD.org/D4758 Exp-run by: antoine Notes: svn path=/head/; revision=430839
* - Make portscout ignore slave portsAlberto Villa2016-12-281-0/+2
| | | | Notes: svn path=/head/; revision=429711
* accessibility/speech-dispatcher: update to 0.8.6Alberto Villa2016-12-223-8/+15
| | | | | | | | | | | | | | - Fix paths in modules configuration - Improve Python slave port Updates since 0.8.3: * Implement a shutdown timer in the server, which activates after 5 seconds with no clients connected * Add support for espeak-ng (no FreeBSD port available) * Add command-line argument to allow for custom modules location Notes: svn path=/head/; revision=429164
* ${RM} already has -f.Mathieu Arnold2016-10-211-1/+1
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* accessibility/py3-speech-dispatcher: fix packaging with python 3.5Ruslan Makhmatkhanov2016-10-121-4/+14
| | | | | | | | | | While here add NO_ARCH and make couple of whitespace fixes. PR: 213393 Approved by: portmgr (blanket approval) Notes: svn path=/head/; revision=423881
* Cleanup patches, a* categories.Mathieu Arnold2016-07-262-2/+2
| | | | | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=419133
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-13/+13
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* Split off the python bindings into it own slave port. They where not buildKoop Mast2016-01-182-30/+18
| | | | | | | | | | | by default and orca requires the bindings. Bump port revision just to be sure there will be no conflicts. PR: 205486 Approved by: maintainer (timeout 27 days) Notes: svn path=/head/; revision=406563
* accessibility/speech-dispatcher: remove NLS optionAlberto Villa2015-06-302-20/+5
| | | | | | | | | | Building the port without NLS failed as the configure script still required the gettext tools. PR: 201221 Notes: svn path=/head/; revision=391013
* accessibility/speech-dispatcher: update to 0.8.3Alberto Villa2015-06-2910-170/+39
| | | | | | | | | | - Enable optional Python bindings (Python 3 required) - Make NLS optional - Remove original .conf files from DATADIR (.sample files available) - Remove stale patches Notes: svn path=/head/; revision=390919
* Remove now useless dependency on gnomehierBaptiste Daroussin2014-12-201-3/+3
| | | | Notes: svn path=/head/; revision=375129
* Cleanup plistBaptiste Daroussin2014-12-091-15/+0
| | | | Notes: svn path=/head/; revision=374347
* Add USES=alias to several portsJohn Marino2014-10-201-1/+1
| | | | | | | | | | | Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD by setting CFLAGS+= -D__FreeBSD__. For some ports, this fixes the build without the need for additional patches. Approved by: portmgr (bapt, blanket) Notes: svn path=/head/; revision=371241
* Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports.Tijl Coosemans2014-09-171-1/+1
| | | | | | | | | | There are only 60 such ports so there doesn't need to be a separate keyword or USES for this. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=368356
* Convert to @sampleBaptiste Daroussin2014-09-021-17/+15
| | | | Notes: svn path=/head/; revision=367096
* - Switch accessibility/speech-dispatcher to USES=libtool, drop .la filesDmitry Marakasov2014-06-042-8/+4
| | | | | | | | | - Bump dependent ports as .so verson has changed Approved by: portmgr blanket Notes: svn path=/head/; revision=356479
* - Update to 0.8.Alberto Villa2013-11-1617-217/+215
| | | | | | | | - STAGEify. - Use OPTIONS helpers. Notes: svn path=/head/; revision=334013
* Restrict python to -2.7Koop Mast2013-10-291-1/+1
| | | | | | | Submitted by: mva@ Notes: svn path=/head/; revision=331973
* Add no stage all over the place in accessibility in preparation for the ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | staging area support Notes: svn path=/head/; revision=327684
* Finish converting accessibility from USE_GMAKE to USES=gmakeBaptiste Daroussin2013-08-301-2/+2
| | | | | | | | | While here: - trim some headers - convert from USE_GNOME=pkgconfig to USES=pkgconfig Notes: svn path=/head/; revision=325643
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Port to optionsNG.Alberto Villa2013-01-051-46/+40
| | | | | | | | | | | - Trim headers. - Cleanup COMMENT and LICENSE. PR: 173807 [1] Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> [1], bapt via email Notes: svn path=/head/; revision=309947
* - Avoid installing tests (and avoid conflict with lang/erlang [1]).Alberto Villa2012-06-142-6/+3
| | | | | | | | | - Bump PORTREVISION. Reported by: conflicts checker [1] Notes: svn path=/head/; revision=299244
* - Add dependency on gnomehier to fix plist. [1]Alberto Villa2012-05-102-54/+24
| | | | | | | | | | | - Stop using bsd.port.(pre|post).mk. - Cleanup configuration files handling in plist. - Bump PORTREVISION. Reported by: pointyhat via pav [1] Notes: svn path=/head/; revision=296397
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+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
* - Move over to python2.5 or higherMartin Wilke2011-02-241-1/+2
| | | | | | | - While here kick md5 Notes: svn path=/head/; revision=269605