Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.4_4 18 May 2024 08:22:43 |
Gleb Popov (arrowd) |
*: Change the MAINTAINER field per request
PR: 278267 |
2.4_3 30 Jan 2024 11:49:33 |
Muhammad Moinur Rahman (bofh) |
audio/festival: Moved man to share/man
Approved by: portmgr (blanket) |
2.4_2 16 Jun 2023 18:03:01 |
Dimitry Andric (dim) |
audio/festival: fix build with clang 16
Since clang 16 (and gcc 11) the default C++ standard is now gnu++17.
Because audio/festival's build infrastructure does not explicitly set
its C++ standard, this leads to an error:
regexp.cc:178:22: error: ISO C++17 does not allow 'register' storage class
specifier [-Wregister]
STATIC char *regnext(register char *p);
^~~~~~~~~
To work around the error, add USE_CXXSTD=gnu++11 to compile for C++11
with GNU extensions instead. While here, pet portlint a little.
PR: 272014
Approved by: fernape
MFH: 2023Q2 |
2.4_2 21 Feb 2023 07:23:22 |
Mikhail Teterin (mi) |
audio/festival: fix crash due to overly aggressive optimization
Modern clang, optimize away checks like "if (this == NULL)", which
are, indeed, redundant in good C++ code. Unfortunately, festival's
code is not too good, and the checks are essential...
PR: 269583
While here, eliminate some of the other warnings raised by both
compiler and valgrind, and adapt one more patch from Debian.
Bump PORTREVISION. |
2.4_1 08 Sep 2022 15:46:38 |
Stefan Eßer (se) |
Remove WWW lines that have been moved into Makefiles
Approved by: portmgr (implicit) |
2.4_1 08 Sep 2022 15:43:21 |
Stefan Eßer (se) |
Move more WWW entries from pkg-descr files into Makefiles
The WWW: lines in the pkg-descr files of these ports where not at the
end of those files and have been missed in prior conversion runs.
Approved by: portmgr (implicit) |
2.4_1 20 Jul 2022 14:20:54 |
Tobias C. Berner (tcberner) |
audio: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <dmagda+libsamplerate@ee.ryerson.ca>
* <trasz@FreeBSD.org>
* Adam Weinberger
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aleksander Fafula <alex@bsdguru.org>
* Alex Allan <alex@kamaz.org.uk>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kojevnikov <alexander@kojevnikov.com>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexander Vereeken <Alexander88207@protonmail.com> (Only the first 15 lines of the commit message are shown above ) |
2.4_1 13 Apr 2021 23:24:06 |
Kevin Bowling (kbowling) |
audio/festival: Fix fetch
Per http://anonscm.debian.org/ Debian migrated to GitLab a long time
ago, update PATCH_SITES.
PR: 253420
Reported by: freebsd-bugs@micallef.io
Approved by: maintainer timeout |
2.4_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.4_1 24 Aug 2020 10:07:11 |
zeising |
audio/festival: Fix build with -fno-common
Fix the build of audio/festival when built with -fno-common, which is the
default with llvm 11.
MFH: 2020Q3 (implicit, -fno-common fix, ok by joenum) |
2.4_1 13 Aug 2019 16:00:39 |
mat |
Convert to UCL & cleanup pkg-message (categories a-c) |
2.4_1 25 Feb 2019 14:32:37 |
bapt |
First step at deorbitting esound:
remove esound options where it is possible to |
2.4 06 Jan 2018 14:18:19 |
jbeich |
audio/festival: unbreak build with Clang 6 (C++14 by default)
sig2fv_main.cc:190:18: error: invalid suffix on literal; C++11 requires a space
between literal and identifier [-Wreserved-user-defined-literal]
" default: "DEFAULT_WINDOW"\n\n"
^
server.cc:125:68: error: invalid operands to binary expression ('__bind<int &,
sockaddr *, unsigned
long>' and 'int')
if (bind(fd, (struct sockaddr *)&serv_addr, sizeof(serv_addr)) != 0)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
Reported by: antoine (via bug 224669) |
2.4 01 Nov 2017 13:10:35 |
olgeni |
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports. |
2.4 28 Sep 2017 20:05:25 |
jbeich |
audio/festival: unbreak on most non-x86 archs
For example, after r450862 mips64 still failed:
gmake[1]: Entering directory
'/wrkdirs/usr/ports/audio/festival/work/speech_tools'
Check system type
../config/config:197: ../config/systems/mips_unknown.mak: No such file or
directory
gmake[1]: *** No rule to make target '../config/systems/mips_unknown.mak'.
Stop. |
2.4 28 Sep 2017 19:32:33 |
jbeich |
audio/festival: lift BROKEN for armv6/mips* after r432825 |
2.4 13 May 2017 03:35:51 |
linimon |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
2.4 30 Jan 2017 10:09:28 |
amdmi3 |
- Fix build when CC is absolute path
Upstream build scripts have some machinery to include compiler-specific
.mak file depending on compiler used. This is handled in an ugly way by the
port, roughly, upstream makefile includes ${CC}.mak and ports Makefile
copies that from default .mak. This is breaks when CC is an absolute path
and is useless anyway, as even if it was implemented properly, customized
.mak files are for compilers we'll never use such as gcc 3.2, intel and suncc.
So make upstream makefile always include the default .mak.
PR: 215253
Approved by: maintainer timeout (mi@aldan.algebra.com, 6 weeks)
MFH: 2017Q1 |
2.4 16 Nov 2016 02:58:40 |
linimon |
Fix bogus BROKEN message.
Pointy hat to: linimon |
2.4 14 Nov 2016 05:03:05 |
linimon |
Mark as broken on various tier-2 archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
2.4 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
2.4 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
2.4 13 Dec 2015 16:07:28 |
swills |
mark some of the ports that don't build on powerpc64 for me |
2.4 29 Nov 2015 20:09:49 |
pi |
audio/festival: 2.1 -> 2.4
- Updated HTS and CG engines
- Support for newer compilers
- Bug fixes galore.
PR: 204754
Submitted by: Michael Danilov <mike.d.ft402@gmail.com>
Approved by: mi (maintainer) |
2.1_1 08 Oct 2015 15:11:28 |
olgeni |
Remove trailing whitespace from Makefiles, A-L. |
2.1_1 19 Aug 2015 13:30:00 |
mat |
Convert ports to use the options helpers in categories [abc]*, and minor fixes.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3412? |
2.1_1 01 Jul 2015 14:21:01 |
mi |
Fix build on arm (v6). Do not create empty directories.
PR: 200287, 201202
Submitted by: Mikael Urankar, avilla |
2.1_1 22 May 2015 13:34:22 |
mat |
Remove $FreeBSD$ from patches files in categories a-j.
With hat: portmgr
Sponsored by: Absolight |
2.1_1 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
2.1_1 01 May 2015 22:22:55 |
jbeich |
audio/festival: unbreak fetching Debian patches
Append git hash to filenames without changing current checksums.
Approved by: portmgr blanket |
2.1_1 05 Apr 2015 10:29:47 |
bapt |
Mark as broken ports with issue in distfiles |
2.1_1 20 Oct 2014 06:36:00 |
bapt |
Cleanup plist |
2.1_1 02 Sep 2014 22:23:46 |
bapt |
pkg(8) package empty directories, no need to create them in @exec |
2.1_1 28 Jul 2014 14:12:36 |
adamw |
Rename audio/ patch-xy patches to reflect the files they modify. |
2.1_1 11 Jun 2014 14:50:00 |
tijl |
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above ) |
2.1_1 05 May 2014 09:45:37 |
bapt |
Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr |
2.1_1 06 Apr 2014 17:18:08 |
bapt |
Support stage
Fix plist |
11 Dec 2013 14:35:37
|
bapt |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in audio
With hat: portmgr |
2.1 20 Sep 2013 14:36:37 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
2.1 06 Sep 2013 15:24:59 |
mi |
Update from 1.96 to 2.1. Despite being newer, the upstream release
remains uncompileable by modern compilers and substantial patches --
obtained from both Debian and NetBSD ports of the same software were
necessary.
Among the patches is a functionality-improving one, which allows the
new version to continue using voices created for 1.9x
Tested by: bapt |
30 Aug 2013 23:01:06
|
bapt |
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 |
1.96_3 10 Jul 2013 17:16:55 |
tijl |
Fix options handling. |
1.96_3 21 Mar 2013 17:32:35 |
bapt |
Convert to new options framework left un converted ports in a* categories
While here trim headers
Convert some gnomehack to pathfix
Convert some pkgconfig to USE_PKGCONFIG=build |
1.96_3 27 Jan 2013 05:55:20 |
tabthorpe |
- Strip header at request of original creator
Submitted by: trevor
With hat: portmgr |
1.96_3 23 Apr 2012 21:42:20 |
pav |
- Correct @exec mkdir lines |
1.96_2 13 Apr 2012 21:39:43 |
bapt |
Let's create the empty directory we try to remove
this make the behavious compatible with both pkg_install and pkgng |
1.96_1 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
1.96_1 25 Jul 2008 09:08:42 |
pav |
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV |
1.96_1 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
1.96_1 20 Jul 2007 20:06:20 |
gabor |
- Remove USE_AUTOCONF, which is a noop
- Use DATADIR
PR: ports/114324
Submitted by: gabor
Approved by: maintainer timeout |
1.96_1 22 May 2007 22:16:01 |
pav |
- Fix INDEX
Pointy hat to: mi
Approved by: portmgr (implicit) |
1.96_1 22 May 2007 20:33:30 |
mi |
Fix the X11BASE problem revealed by the recent switch to new default value.
Submitted by: kris
Approved by: portmgr (erwin) |
1.96_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.96 28 Mar 2007 11:25:37 |
mi |
Correct pkg-plist after the upgrade...
Notified by: kris |
1.96 26 Mar 2007 08:48:43 |
mi |
Update to 1.96 (speech_tools 1.2.96) beta. The new version compiles with
gcc-4.2. Add some 64-bitness patches. Enable automatic post-build tests.
Attempt to allow ESound and NAS modules via OPTIONS:
PR: ports/102413
Both are on by default ATM... |
1.95_1 03 May 2006 05:14:35 |
edwin |
Remove USE_REINPLACE from ports in categories starting with A. |
1.95_1 06 Apr 2006 07:31:27 |
mi |
Unbreak on !i386 systems (test on beast and on my amd64). Do not
lib-depend on NAS and ESD -- these are optional dependencies and are
not used by default even if present.
Once I figure out, how to turn them on, I'll add them as OPTIONS.
Use REINPLACE to improve the CC/CXX/CFLAGS/CXXFLAGS compliance.
Stop installing the audsp executable into two places. Adjust pkg-plist
to stop complaining about unempty directories populated by festlex and
festvox ports.
Bump PORTREVISION. May the festivities begin... |
1.95 11 Feb 2006 21:03:14 |
netchild |
Reset maintainership to ports@ after ~4 months without any response to any
PR.
Thanks for contributing.
Since the acroread7 port is a somewhat important port for our users, I
will hand it over to emulation@ if no _active_ *committer* takes it
before the ports freeze.
While I'm here:
- fix a little nit in the csound port (I think the intention was to
create no backup file instead of creating one with a "-e" extension)
- set ARCH to i386 in the amd64 case for the acroread7 port. This
is a work-around to be able to install everything when a dependency
is not already installed (ARCH is read-only in sub-makes, so the
dependencies can't change it). This should be removed when the
dependencies are fixed or converted to use bsd.linux-rpm.mk. [1]
Not objected to by: portmgr (explicit: krion; silence: rest)
Maintainer timeout: ~4 months
Submitted by: Sangwoo Shim <sangwoos@gmail.com> [1]
PR: 87985 [1] |
1.95 07 Jan 2006 20:00:09 |
trevor |
Hash with SHA-256. |
1.95 28 Oct 2005 22:45:32 |
kris |
BROKEN on !i386: Does not build |
1.95 17 Oct 2005 06:17:44 |
trevor |
Update to 1.95 beta (obsoletes PRs 49056, 51900 and 58653). |
1.4.1_2 17 Oct 2005 03:40:31 |
trevor |
FreeBSD does not run on the pmax architecture. |
1.4.1_2 17 Oct 2005 03:38:15 |
trevor |
FreeBSD does not run on the pmax architecture. |
1.4.1_2 17 Oct 2005 02:15:00 |
trevor |
Sort. |
1.4.1_2 23 Sep 2005 16:21:45 |
trevor |
Checking MACHINE_ARCH is deprecated. |
1.4.1_2 15 Sep 2005 00:44:34 |
pav |
- Fix build on FreeBSD 6.X and 7.X
PR: ports/84678
Submitted by: Jason E. Hale <jhale@bluebottle.com>
Approved by: maintainer timeout (trevor; 5 weeks) |
1.4.1_2 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
1.4.1_2 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
1.4.1_2 15 Mar 2005 04:17:42 |
trevor |
Add a patch from Tod McQuillin to suppress creation of
PREFIX/share/festival before installation. |
1.4.1_2 08 Mar 2005 08:04:12 |
trevor |
Back out addition of PORTEPOCH by edwin. It is not needed. |
1.4.1_2,1 06 Mar 2005 22:54:08 |
edwin |
Increase PORTEPOCH:
Subject: Ports with version numbers going backwards: audio/festival
*audio/festival* <trevor@FreeBSD.org>: festival-1.4.1_2 < festival-1.4.3
| revision 1.24
| date: 2005/03/04 15:20:28; author: kris; state: Exp; lines: +2 -1
| Restore previous port version (revert local change accidentally
| committed) |
1.4.1_2 04 Mar 2005 15:20:29 |
kris |
Restore previous port version (revert local change accidentally
committed)
Submitted by: Tod McQuillin <devin@spamcop.net> |
1.4.3 28 Feb 2005 00:25:30 |
kris |
BROKEN: Incorrect pkg-plist |
1.4.1_2 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
1.4.1_1 27 Jan 2004 15:27:10 |
trevor |
Remove OGI remnants. List sizes of distfiles. |
1.4.1_1 21 Nov 2003 01:44:08 |
trevor |
Remove OGI support (see ports/audio/festival+OGI). |
1.4.1_1 13 Nov 2003 11:38:29 |
trevor |
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391. |
1.4.1_1 13 Nov 2003 10:21:09 |
trevor |
Remove my e-mail address from DESCR files of ports
I have contributed, in order to attract less spam. |
1.4.1_1 13 Nov 2003 10:11:35 |
trevor |
Remove my e-mail address from comment blocks of ports
I have contributed, in hopes of attracting less spam. |
1.4.1_1 29 Oct 2003 10:39:36 |
trevor |
Enable compilation on FreeBSD 5.X. Try to support architectures
besides Alpha and i386. Use the FIND macro introduced in bsd.port.mk
1.391. Tidy whitespace. |
1.4.1_1 27 Oct 2003 09:11:29 |
kris |
portlint (whitespace cleanup) |
1.4.1_1 04 Oct 2003 01:34:47 |
edwin |
new virtual category requested: accessibility
This category, to be described as "of interest to disabled
users" is intended to make it simpler for users to find
software which will let them overcome a handicap. For
example, blind users may want to combine OCR and text-to-speech
software so the computer can read books to them; users with
diminished eyesight can use large fonts and "magnifiers";
paralyzed users may use speech recognition to compose text
or give commands.
PR: ports/39103
Submitted by: Trevor Johnson <trevor@jpj.net> |
1.4.1_1 18 May 2003 11:51:47 |
kris |
BROKEN on 5.1: does not build |
1.4.1_1 01 Mar 2003 14:34:34 |
trevor |
Retire comment file. |
1.4.1_1 31 Aug 2002 02:38:29 |
kris |
Remove USE_NEWGCC, which is no longer supported or required.
Submitted by: Tilman Linneweh <tilman@arved.de>
PR: ports/40571 |
1.4.1_1 23 May 2002 04:35:39 |
trevor |
Implement MASTER_SITE_FESTIVAL and MASTER_SITE_FESTIVAL_OGI. |
30 Dec 2001 18:17:35 |
petef |
Chase libaudio shlib major (from the audio/nas update). |
07 Nov 2001 18:34:21 |
trevor |
Chase home page and update some "signatures." |
30 Sep 2001 15:03:06 |
tom |
Update WWW |
20 Apr 2001 11:27:10 |
trevor |
Remove the Edinburgh University Computing Service site--it has been offline
for over a month. Add a kludge for the Alpha. |
10 Apr 2001 06:24:01 |
trevor |
Update MASTER_SITES. |
03 Apr 2001 00:24:27 |
trevor |
Allow speech tools to compile on FreeBSD 4.3 through 4.9. |
31 Dec 2000 12:01:20 |
trevor |
- mtree fixes - when building Festival with OGI, make pkg-plist by
concatenation |
13 Nov 2000 09:37:47 |
asami |
Bandage alert - make this thing understand FreeBSD 4.2 the same way it handles
4.1. |
08 Oct 2000 00:19:06 |
asami |
Convert category audio to new layout. |
07 Oct 2000 22:25:01 |
asami |
Rename ${FILESDIR}/patch-* to ${PATCHDIR}/extra-patch-* (the directories are
the same). |
07 Oct 2000 21:52:51 |
asami |
Move pkg/PLIST-ogi to pkg-plist-ogi. |
02 Oct 2000 06:39:36 |
trevor |
Change MAINTAINER for my ports. |
17 Sep 2000 11:06:24 |
green |
Unbreak ${MASTER_SITES} and fix lack of ${PATCH_SITES} which kills ${WITH_OGI}
mode. |