notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: audio/espeak/Makefile

Number of commits found: 67

Friday, 15 Jul 2022
14:36 Stefan Eßer (se) search for other commits by this committer
audio/espeak: rename to audio/espeak-ng

The stale espeak repository has been forked and development has
restarted under the name espeak-ng.
commit hash: 4638eafe8085aa22994fdabd9083383040f880fa commit hash: 4638eafe8085aa22994fdabd9083383040f880fa commit hash: 4638eafe8085aa22994fdabd9083383040f880fa commit hash: 4638eafe8085aa22994fdabd9083383040f880fa 4638eaf
Friday, 8 Jul 2022
18:26 Stefan Eßer (se) search for other commits by this committer
audio/espeak: generate and install man page
commit hash: ae25671107fcdc5314ace69ed41bfe120d9fa236 commit hash: ae25671107fcdc5314ace69ed41bfe120d9fa236 commit hash: ae25671107fcdc5314ace69ed41bfe120d9fa236 commit hash: ae25671107fcdc5314ace69ed41bfe120d9fa236 ae25671
16:46 Stefan Eßer (se) search for other commits by this committer
audio/espeak: update to version 1.15.1

This port updates the espeak port to the sources distributed as
espeak-ng. The old project had been stalled and a new developer
team created a repository that continues where the previous team
stopped.

This port installs files with a suffix of -ng (e.g. espeak-ng),
but provides symbolic links that allow the binary and library to
be accessed under the legacy name without this suffix.

I could have created an audio/espeak-ng port, but since espeak-ng
should be a fully compatible replacement of espeak, I have decided
to re-use the existing port name. (The existing audio/espeak port
had been marked as deprecated and to be deleted on 2022-06-30.)

I have assigned the port to me (since I consider it to be a new
port under the name of the deprecated port), but do not object to
the previous maintainer of the audio/espeak port assigning it back
to himself.
commit hash: 8d111a11324e8a73b1775d658d4d0d0c3b8e6b88 commit hash: 8d111a11324e8a73b1775d658d4d0d0c3b8e6b88 commit hash: 8d111a11324e8a73b1775d658d4d0d0c3b8e6b88 commit hash: 8d111a11324e8a73b1775d658d4d0d0c3b8e6b88 8d111a1
Sunday, 24 Apr 2022
12:10 Daniel Engberg (diizzy) search for other commits by this committer
audio/espeak: Deprecate and set expiration date to 2022-06-30

Project is deprecated upstream, its successor is called espeak-ng
and can be found at https://github.com/espeak-ng/espeak-ng

PR:		258648
Approved by:	nivit (maintainer timeout, 6+ months)
commit hash: b184c55441b5b079cde247b2f988b2405e84020b commit hash: b184c55441b5b079cde247b2f988b2405e84020b commit hash: b184c55441b5b079cde247b2f988b2405e84020b commit hash: b184c55441b5b079cde247b2f988b2405e84020b b184c55
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
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
Original commitRevision:507372 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
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
Original commitRevision:487272 
Sunday, 29 Jul 2018
22:18 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
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
Original commitRevision:475857 
Wednesday, 17 Jan 2018
09:21 tcberner search for other commits by this committer
audio/espeak fix build with clang6

PR:		224669
Original commitRevision:459230 
Thursday, 11 Jan 2018
16:16 danfe search for other commits by this committer
- Unbreak the port on sparc64, by 's|-fpic|-fPIC|' in the Makefile
  (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
Original commitRevision:458752 
Sunday, 10 Sep 2017
20:55 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
(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
Original commitRevision:449591 
Saturday, 1 Apr 2017
15:23 gerald search for other commits by this committer
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
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
Original commitRevision:437439 
Thursday, 20 Oct 2016
03:51 jhale search for other commits by this committer
Fix build when RUNTIME option is selected

PR:		213633
Approved by:	portmgr (blanket)
MFH:		2016Q4
Original commitRevision:424305 
Friday, 1 Apr 2016
13:29 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412344 
Wednesday, 19 Aug 2015
13:30 mat search for other commits by this committer
Convert ports to use the options helpers in categories [abc]*, and minor fixes.

Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3412?
Original commitRevision:394778 
Saturday, 30 May 2015
20:39 bapt search for other commits by this committer
Update portaudio to v19/Remove portaudio2 [1]
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
Original commitRevision:387982 
Wednesday, 25 Mar 2015
21:37 marino search for other commits by this committer
audio category: Remove $PTHREAD_LIBS

xmcd didn't pass check-plist (pre-existing), fixed.

approved by:	PTHREAD blanket
Original commitRevision:382272 
Monday, 9 Feb 2015
14:32 nivit search for other commits by this committer
- Update to 1.48.04
- 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>
Original commitRevision:378732 
Wednesday, 14 Jan 2015
18:36 amdmi3 search for other commits by this committer
- Depend on specific version of libportaudio, to not pick up library from
portaudio2 and break the build
- Add empty directories to plist

PR:		196345
Submitted by:	amdmi3
Approved by:	maintainer timeout (nivit)
Original commitRevision:377036 
Tuesday, 15 Jul 2014
23:11 adamw search for other commits by this committer
Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.

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.
Original commitRevision:362014 
Friday, 7 Mar 2014
15:48 bapt search for other commits by this committer
Convert to rest of a* to USES=zip
Original commitRevision:347401 
Saturday, 8 Feb 2014
21:19 ehaupt search for other commits by this committer
- Fully support staging (there were some ${STAGEDIR} statements but NO_STAGE
  was still defined)
- also strip binaries and shared objects
Original commitRevision:343390 
Wednesday, 5 Feb 2014
13:45 miwi search for other commits by this committer
- Stage support
Original commitRevision:342699 
Wednesday, 15 Jan 2014
22:32 bapt search for other commits by this committer
Reduce over inclusion of bsd.port.mk
Original commitRevision:339834 
Wednesday, 11 Dec 2013
14:35 bapt search for other commits by this committer
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in audio

With hat:	portmgr
Original commitRevision:336166 
Friday, 20 Sep 2013
14:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio)
Original commitRevision:327706 
Friday, 30 Aug 2013
23:01 bapt search for other commits by this committer
Convert audio from USE_GMAKE to USES=gmake
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
Original commitRevision:325727 
Saturday, 15 Jun 2013
12:41 nivit search for other commits by this committer
- Update to 1.47.11
- 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
Original commitRevision:320994 
Friday, 4 May 2012
14:14 nivit search for other commits by this committer
- Enable runtime detection of pulseaudio, with fallback to portaudio
  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)
Original commit
Saturday, 21 Jan 2012
14:12 nivit search for other commits by this committer
- Update to 1.46.02
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- 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
Original commit
Tuesday, 16 Aug 2011
08:38 nivit search for other commits by this committer
- Update to 1.45.05
Original commit
Monday, 16 May 2011
14:04 nivit search for other commits by this committer
- Update to 1.45.04
Original commit
Thursday, 7 Apr 2011
13:15 nivit search for other commits by this committer
- Update to 1.45.03
Original commit
Friday, 18 Mar 2011
09:41 nivit search for other commits by this committer
- Update to 1.45.02
- Remove MD5 checksum from distinfo
Original commit
Wednesday, 15 Sep 2010
22:56 nivit search for other commits by this committer
- Update to 1.44.05
Original commit
08:37 nivit search for other commits by this committer
- Update 1.44.04
Original commit
Saturday, 11 Sep 2010
08:25 nivit search for other commits by this committer
- Update to 1.44.03
Original commit
Tuesday, 4 May 2010
15:40 nivit search for other commits by this committer
- Remove some old, useless lines from pkg-plist
- Bump PORTREVISION

Submitted by:   avilla (via private email)
Original commit
Tuesday, 27 Apr 2010
15:57 nivit search for other commits by this committer
- Update to 1.43.03

PR:             ports/145451
Submitted by:   Florian Smeets <flo@kasimir.com>
Original commit
Sunday, 3 Jan 2010
14:29 nivit search for other commits by this committer
- Update to 1.42.04
Original commit
Wednesday, 4 Nov 2009
16:18 nivit search for other commits by this committer
- Update to 1.41.01
Original commit
Saturday, 22 Aug 2009
00:13 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with A
Original commit
Sunday, 18 Jan 2009
13:42 gerald search for other commits by this committer
Simplify the use of USE_GCC.

Approved by:    nivit (maintainer)
Original commit
Thursday, 15 Jan 2009
16:23 nivit search for other commits by this committer
- Fix build on 6.X systems

Reported by:   pavbot
Original commit
Tuesday, 13 Jan 2009
15:01 nivit search for other commits by this committer
- Update to 1.40.02
Original commit
Wednesday, 10 Dec 2008
07:35 linimon search for other commits by this committer
Mark as broken on sparc64.

Hat:    portmgr
Original commit
Wednesday, 1 Oct 2008
15:54 nivit search for other commits by this committer
- Update to 1.39
Original commit
Friday, 25 Jul 2008
09:08 pav search for other commits by this committer
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV
Original commit
Tuesday, 15 Jul 2008
13:08 nivit search for other commits by this committer
- Update to 1.37
- Use ${COPYTREE_SHARE} to install docs
Original commit
Monday, 31 Mar 2008
22:02 nivit search for other commits by this committer
- Update to 1.36

PR:             ports/121810
Submitted by:   delphij
Original commit
Thursday, 20 Mar 2008
09:19 pav search for other commits by this committer
- Remove USE_GETOPT_LONG which is a no-op since March 2007
Original commit
Monday, 6 Aug 2007
13:33 nivit search for other commits by this committer
- Update to 1.28
Original commit
Tuesday, 29 May 2007
12:18 nivit search for other commits by this committer
- Update to 1.24

PR:             ports/112584
Submitted by:   Dima Panov <fluffy at ael.ru>
Original commit
Friday, 27 Apr 2007
19:52 nivit search for other commits by this committer
- Update to 1.23
Original commit
Monday, 16 Apr 2007
11:24 nivit search for other commits by this committer
- Cleanup non-supported FreeBSD versions

PR:             ports/111652
Submitted by:   edwin
Original commit
Thursday, 5 Apr 2007
12:00 nivit search for other commits by this committer
- Update to 1.22
- Add a line in pkg-descr: espeak is not only for English
Original commit
Thursday, 1 Mar 2007
16:58 nivit search for other commits by this committer
- Updated to 1.21
Original commit
Thursday, 8 Feb 2007
13:49 nivit search for other commits by this committer
- Updated to 1.20

Approved by:    alexbl (mentor, implicit)
Original commit
Saturday, 27 Jan 2007
00:44 nivit search for other commits by this committer
- Updated to 1.19
- Added files/patch-src-speech.h
- Replaced do-install target with post-install

Approved by:    alexbl (mentor, implicit)
Original commit
Sunday, 14 Jan 2007
14:31 nivit search for other commits by this committer
- Updated to 1.18

Approved by:    alexbl (mentor, implicit)
Original commit
Sunday, 10 Dec 2006
01:21 nivit search for other commits by this committer
- Updated email address in my ports

Approved by:    alexbl (mentor)
Original commit
Saturday, 18 Nov 2006
19:03 miwi search for other commits by this committer
- Update to 1.17

PR:             ports/105644
Submitted by:   Nicola Vitale <nivit@email.it> (maintainer)
Original commit
Tuesday, 31 Oct 2006
08:19 miwi search for other commits by this committer
- Update to 1.6

PR:             ports/104308
Submitted by:   (Nicola Vitale) (maintainer)
Original commit
Sunday, 3 Sep 2006
00:16 rafan search for other commits by this committer
- Update to 1.13
- Mark it as broken on 4.x: requires iswdigit(3)

PR:             ports/102782
Submitted by:   Nicola Vitale <nivit at email.it> (maintainer)
Original commit
Saturday, 29 Apr 2006
09:59 ehaupt search for other commits by this committer
Fix CONFLICTS

Notified by:    ITetcu (irc)
Original commit
Friday, 28 Apr 2006
20:39 ehaupt search for other commits by this committer
Add espeak 1.07, a software speech synthesizer.

PR:             94928
Submitted by:   Nicola Vitale <nivit@email.it>
Original commit

Number of commits found: 67