non port: accessibility/speech-dispatcher/Makefile |
SVNWeb
|
Number of commits found: 52 |
Mon, 7 Aug 2023
|
[ 16:34 Gleb Popov (arrowd) ] b1ecad5 (Only the first 10 of 201 ports in this commit are shown above. )
audio/pulseaudio: Update to 16.1
Bump PORTREVISION on consumers.
Sponsored by: Serenity Cybersecurity, LLC
PR: 262713
|
Tue, 27 Jun 2023
|
[ 19:34 Rene Ladan (rene) ] 3d9a815 (Only the first 10 of 4481 ports in this commit are shown above. )
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>
|
Tue, 25 Apr 2023
|
[ 15:17 Christian Weisgerber (naddy) ] feb1fa3 (Only the first 10 of 1613 ports in this commit are shown above. )
audio/opus: bump consumers after update to 1.4
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
[ 05:12 Tobias C. Berner (tcberner) ] eb7f920
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
|
Fri, 26 Aug 2022
|
[ 07:06 Tobias C. Berner (tcberner) ] 97040f0
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.
|
Fri, 15 Jul 2022
|
[ 14:36 Stefan Eßer (se) ] 6481055
accessibility/speech-dispatcher: use default espeak description
Approved by: portmgr (implicit)
|
[ 14:36 Stefan Eßer (se) ] c4ef890
Revert "accessibility/speech-dispatcher: remove option for expired espeak"
Bump PORTREVISION and update dependency from espeak to espeak-ng.
This reverts commit 700486da27010f172a916845e008ece3c5dde00d.
|
Sat, 2 Jul 2022
|
[ 13:03 Dima Panov (fluffy) ] c2604a3
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)
|
Fri, 1 Jul 2022
|
[ 15:03 Rene Ladan (rene) ] 700486d
accessibility/speech-dispatcher: remove option for expired espeak
|
Sat, 1 May 2021
|
[ 07:37 Thomas Zander (riggs) ] 752be38
accessibility/speech-dispatcher: update to 0.10.2.
PR: 247059
Reported by: greg@unrelenting.technology
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Fri, 10 Jul 2020
|
[ 16:21 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 )
|
Fri, 6 Dec 2019
|
[ 16:53 swills ]
accessibility/speech-dispatcher: use patch to replace static content
While here, improve formatting
|
Sun, 7 Apr 2019
|
[ 14:23 tcberner ]
accessibility/speech-dispatcher: update to 0.8.8
|
Sat, 10 Nov 2018
|
[ 18:12 bapt ] (Only the first 10 of 386 ports in this commit are shown above. )
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
|
Mon, 1 Oct 2018
|
[ 21:43 rene ] (Only the first 10 of 21 ports in this commit are shown above. )
Return avilla@'s ports to the pool after his commit bit got taken in for
safekeeping.
|
Wed, 20 Jun 2018
|
[ 17:05 mat ] (Only the first 10 of 1617 ports in this commit are shown above. )
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight
|
Sat, 3 Feb 2018
|
[ 17:06 amdmi3 ]
- Fix shebangs for py-speech-dispatcher
Approved by: portmgr blanket
|
Thu, 30 Nov 2017
|
[ 15:50 mat ] (Only the first 10 of 2423 ports in this commit are shown above. )
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 )
|
Sat, 7 Jan 2017
|
[ 21:42 sunpoet ] (Only the first 10 of 40 ports in this commit are shown above. )
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
|
Wed, 28 Dec 2016
|
[ 05:30 avilla ]
- Make portscout ignore slave ports
|
Thu, 22 Dec 2016
|
[ 15:31 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
|
Fri, 21 Oct 2016
|
[ 12:51 mat ] (Only the first 10 of 718 ports in this commit are shown above. )
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
Wed, 12 Oct 2016
|
[ 18: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)
|
Fri, 1 Apr 2016
|
[ 13:29 mat ] (Only the first 10 of 1009 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
|
Mon, 18 Jan 2016
|
[ 11:54 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)
|
Tue, 30 Jun 2015
|
[ 22:53 avilla ]
accessibility/speech-dispatcher: remove NLS option
Building the port without NLS failed as the configure script still
required the gettext tools.
PR: 201221
|
Mon, 29 Jun 2015
|
[ 15:51 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
|
Sat, 20 Dec 2014
|
[ 20:48 bapt ]
Remove now useless dependency on gnomehier
|
Mon, 20 Oct 2014
|
[ 08:12 marino ] (Only the first 10 of 13 ports in this commit are shown above. )
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)
|
Wed, 17 Sep 2014
|
[ 07:38 tijl ] (Only the first 10 of 60 ports in this commit are shown above. )
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)
|
Wed, 4 Jun 2014
|
[ 13:05 amdmi3 ]
- Switch accessibility/speech-dispatcher to USES=libtool, drop .la files
- Bump dependent ports as .so verson has changed
Approved by: portmgr blanket
|
Sat, 16 Nov 2013
|
[ 16:50 avilla ] (Only the first 10 of 18 ports in this commit are shown above. )
- Update to 0.8.
- STAGEify.
- Use OPTIONS helpers.
|
Tue, 29 Oct 2013
|
[ 17:05 kwm ] (Only the first 10 of 19 ports in this commit are shown above. )
Restrict python to -2.7
Submitted by: mva@
|
Fri, 20 Sep 2013
|
[ 11:02 bapt ] (Only the first 10 of 33 ports in this commit are shown above. )
Add no stage all over the place in accessibility in preparation for the staging
area support
|
Fri, 30 Aug 2013
|
[ 00:47 bapt ] (Only the first 10 of 15 ports in this commit are shown above. )
Finish converting accessibility from USE_GMAKE to USES=gmake
While here:
- trim some headers
- convert from USE_GNOME=pkgconfig to USES=pkgconfig
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Sat, 5 Jan 2013
|
[ 03:00 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
|
Thu, 14 Jun 2012
|
[ 08:06 avilla ]
- Avoid installing tests (and avoid conflict with lang/erlang [1]).
- Bump PORTREVISION.
Reported by: conflicts checker [1]
|
Thu, 10 May 2012
|
[ 22:28 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]
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- 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
|
Thu, 24 Feb 2011
|
[ 23:25 miwi ] (Only the first 10 of 20 ports in this commit are shown above. )
- Move over to python2.5 or higher
- While here kick md5
|
Wed, 8 Dec 2010
|
[ 22:14 avilla ]
- Update to 0.7.1.
Approved by: tabthorpe (mentor)
|
Tue, 31 Aug 2010
|
[ 14:23 avilla ] (Only the first 10 of 17 ports in this commit are shown above. )
- Upgrade to 0.7.
- Remove rc.d script and pkg-message.
- Add LICENSE.
- Use bsd.port.options.mk.
Approved by: tabthorpe (mentor)
|
Mon, 8 Mar 2010
|
[ 00:29 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
|
Thu, 18 Feb 2010
|
[ 16:31 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
|
Fri, 5 Feb 2010
|
[ 20:04 pav ]
- Mark BROKEN on 6.X everywhere and on 7.X amd64
Reported by: pointyhat
|
Tue, 26 Jan 2010
|
[ 22:53 avilla ]
- Update my e-mail address in the ports I maintain.
Approved by: miwi (mentor)
|
Mon, 18 Jan 2010
|
[ 03:40 fluffy ]
- speech-dispatcher: try fix building on FreeBSD < 8.0
PR: 142869
Submitted by: Alberto Villa (maintainer)
Approved by: miwi, tabthorpe (mentors implicit)
|
Fri, 8 Jan 2010
|
[ 08:24 fluffy ] (Only the first 10 of 16 ports in this commit are shown above. )
- 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)
|
Number of commits found: 52 |