Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.11.5 09 Sep 2024 09:15:25 |
Jason E. Hale (jhale) Author: Olivier Duchateau |
accessibility/(py-)speech-dispatcher: update to 0.11.5
PR: 273740 |
0.11.2_4 29 Jan 2024 14:08:32 |
Muhammad Moinur Rahman (bofh) |
accessibility/speech-dispatcher: Moved man to share/man
Approved by: portmgr (blanket) |
0.11.2_3 07 Aug 2023 16:34:07 |
Gleb Popov (arrowd) |
audio/pulseaudio: Update to 16.1
Bump PORTREVISION on consumers.
Sponsored by: Serenity Cybersecurity, LLC
PR: 262713 |
0.11.2_2 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
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> |
0.11.2_2 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
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) |
0.11.2_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
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.
(Only the first 15 lines of the commit message are shown above ) |
0.11.2_1 07 Sep 2022 05:12:42 |
Tobias C. Berner (tcberner) |
accessibility/speech-dispatcher: add upstream crash-fix
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 |
0.11.2 26 Aug 2022 07:06:42 |
Tobias C. Berner (tcberner) |
accessibility/speech-dispatcher: update to 0.11.2
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. |
0.11.1_1 15 Jul 2022 14:36:23 |
Stefan Eßer (se) |
accessibility/speech-dispatcher: use default espeak description
Approved by: portmgr (implicit) |
0.11.1_1 15 Jul 2022 14:36:22 |
Stefan Eßer (se) |
Revert "accessibility/speech-dispatcher: remove option for expired espeak"
Bump PORTREVISION and update dependency from espeak to espeak-ng.
This reverts commit 700486da27010f172a916845e008ece3c5dde00d. |
0.11.1 02 Jul 2022 13:03:59 |
Dima Panov (fluffy) |
accessibility/speech-dispatcher: update to 0.11.1 release (+)
Alongside with update prepare (and mark as broken yet) option for upcoming
libvoxin support
PR: 263797 (based on) |
0.10.2_1 01 Jul 2022 15:03:01 |
Rene Ladan (rene) |
accessibility/speech-dispatcher: remove option for expired espeak |
0.10.2 01 May 2021 07:37:14 |
Thomas Zander (riggs) |
accessibility/speech-dispatcher: update to 0.10.2.
PR: 247059
Reported by: greg@unrelenting.technology |
0.8.8_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.8.8_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.8.8 10 Jul 2020 16:21:06 |
tobik |
accesibility/speech-dispatcher: Unbreak build with -fno-common
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 (Only the first 15 lines of the commit message are shown above ) |
0.8.8 06 Dec 2019 16:53:33 |
swills |
accessibility/speech-dispatcher: use patch to replace static content
While here, improve formatting |
0.8.8 07 Apr 2019 14:23:24 |
tcberner |
accessibility/speech-dispatcher: update to 0.8.8 |
0.8.6_1 10 Nov 2018 18:12:58 |
bapt |
Install texinfo files (GNU info) into ${PREFIX}/share/info
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 |
0.8.6 01 Oct 2018 21:43:18 |
rene |
Return avilla@'s ports to the pool after his commit bit got taken in for
safekeeping. |
0.8.6 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
0.8.6 03 Feb 2018 17:06:46 |
amdmi3 |
- Fix shebangs for py-speech-dispatcher
Approved by: portmgr blanket |
0.8.6 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
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 (Only the first 15 lines of the commit message are shown above ) |
0.8.6 07 Jan 2017 21:42:28 |
sunpoet |
Add more PLIST_SUB to Mk/Uses/python.mk
- 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 |
0.8.6 28 Dec 2016 05:30:38 |
avilla |
- Make portscout ignore slave ports |
0.8.6 22 Dec 2016 15:31:28 |
avilla |
accessibility/speech-dispatcher: update to 0.8.6
- 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 |
0.8.3_1 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
0.8.3_1 12 Oct 2016 18:55:55 |
rm |
accessibility/py3-speech-dispatcher: fix packaging with python 3.5
While here add NO_ARCH and make couple of whitespace fixes.
PR: 213393
Approved by: portmgr (blanket approval) |
0.8.3_1 26 Jul 2016 16:51:16 |
mat |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight |
0.8.3_1 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
0.8.3_1 18 Jan 2016 11:54:02 |
kwm |
Split off the python bindings into it own slave port. They where not build
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) |
0.8.3 30 Jun 2015 22:53:28 |
avilla |
accessibility/speech-dispatcher: remove NLS option
Building the port without NLS failed as the configure script still
required the gettext tools.
PR: 201221 |
0.8.3 29 Jun 2015 15:51:22 |
avilla |
accessibility/speech-dispatcher: update to 0.8.3
- Enable optional Python bindings (Python 3 required)
- Make NLS optional
- Remove original .conf files from DATADIR (.sample files available)
- Remove stale patches |
0.8_2 20 Dec 2014 20:48:23 |
bapt |
Remove now useless dependency on gnomehier |
0.8_1 09 Dec 2014 07:35:40 |
bapt |
Cleanup plist |
0.8_1 20 Oct 2014 08:12:20 |
marino |
Add USES=alias to several ports
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) |
0.8_1 17 Sep 2014 07:38:16 |
tijl |
Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports.
There are only 60 such ports so there doesn't need to be a separate
keyword or USES for this.
Approved by: portmgr (bapt) |
0.8_1 02 Sep 2014 22:05:23 |
bapt |
Convert to @sample |
0.8_1 04 Jun 2014 13:05:21 |
amdmi3 |
- Switch accessibility/speech-dispatcher to USES=libtool, drop .la files
- Bump dependent ports as .so verson has changed
Approved by: portmgr blanket |
0.8 16 Nov 2013 16:50:55 |
avilla |
- Update to 0.8.
- STAGEify.
- Use OPTIONS helpers. |
0.7.1_3 29 Oct 2013 17:05:51 |
kwm |
Restrict python to -2.7
Submitted by: mva@ |
0.7.1_3 20 Sep 2013 11:02:49 |
bapt |
Add no stage all over the place in accessibility in preparation for the staging
area support |
0.7.1_3 30 Aug 2013 00:47:20 |
bapt |
Finish converting accessibility from USE_GMAKE to USES=gmake
While here:
- trim some headers
- convert from USE_GNOME=pkgconfig to USES=pkgconfig |
0.7.1_3 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
0.7.1_3 05 Jan 2013 03:00:15 |
avilla |
- Port to optionsNG.
- Trim headers.
- Cleanup COMMENT and LICENSE.
PR: 173807 [1]
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> [1], bapt via email |
0.7.1_3 14 Jun 2012 08:06:26 |
avilla |
- Avoid installing tests (and avoid conflict with lang/erlang [1]).
- Bump PORTREVISION.
Reported by: conflicts checker [1] |
0.7.1_2 10 May 2012 22:28:57 |
avilla |
- Add dependency on gnomehier to fix plist. [1]
- Stop using bsd.port.(pre|post).mk.
- Cleanup configuration files handling in plist.
- Bump PORTREVISION.
Reported by: pointyhat via pav [1] |
0.7.1_1 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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 |
0.7.1_1 24 Feb 2011 23:25:54 |
miwi |
- Move over to python2.5 or higher
- While here kick md5 |
0.7.1 08 Dec 2010 22:14:26 |
avilla |
- Update to 0.7.1.
Approved by: tabthorpe (mentor) |
0.7 31 Aug 2010 14:23:11 |
avilla |
- Upgrade to 0.7.
- Remove rc.d script and pkg-message.
- Add LICENSE.
- Use bsd.port.options.mk.
Approved by: tabthorpe (mentor) |
0.6.7_2 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
0.6.7_2 08 Mar 2010 00:29:59 |
avilla |
- Replace long options with short ones: they are documented, but not
supported.
- Display pkg-message when installing from the port.
Approved by: tabthorpe (mentor)
Feature safe: yes |
0.6.7_1 18 Feb 2010 16:31:55 |
avilla |
- Fix build on 7.X amd64 and 6.X everywhere.
- Fix pidfile deletion in the rc.d script.
- Add pkg-message about local startup of the daemon.
Approved by: tabthorpe (mentor)
Feature safe: yes |
0.6.7 05 Feb 2010 20:04:39 |
pav |
- Mark BROKEN on 6.X everywhere and on 7.X amd64
Reported by: pointyhat |
0.6.7 26 Jan 2010 22:53:08 |
avilla |
- Update my e-mail address in the ports I maintain.
Approved by: miwi (mentor) |
0.6.7 18 Jan 2010 03:40:48 |
fluffy |
- speech-dispatcher: try fix building on FreeBSD < 8.0
PR: 142869
Submitted by: Alberto Villa (maintainer)
Approved by: miwi, tabthorpe (mentors implicit) |
0.6.7 08 Jan 2010 08:24:00 |
fluffy |
- Add speech-dispatcher
Speech Dispatcher is a device independent layer for speech synthesis,
developed with the goal of making the usage of speech synthesis easier
for application programmers. It takes care of most of the tasks
necessary to solve in speech enabled applications. What is a very high
level GUI library to graphics, Speech Dispatcher is to speech
synthesis.
PR: 142436
Submitted by: Alberto Villa
Tested by: myself
Approved by: miwi, tabthorpe (mentors implicit) |