non port: audio/festival/Makefile |
SVNWeb
|
Number of commits found: 77 |
Tue, 21 Feb 2023
|
[ 07:23 Mikhail Teterin (mi) ] 39e57d4
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.
|
Thu, 8 Sep 2022
|
[ 15:43 Stefan Eßer (se) ] 986beaa (Only the first 10 of 174 ports in this commit are shown above. )
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)
|
Wed, 20 Jul 2022
|
[ 14:20 Tobias C. Berner (tcberner) ] 213b0b7 (Only the first 10 of 561 ports in this commit are shown above. )
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 )
|
Tue, 13 Apr 2021
|
[ 23:24 Kevin Bowling (kbowling) ] 50ad246
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
|
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.
|
Mon, 25 Feb 2019
|
[ 14:32 bapt ] (Only the first 10 of 13 ports in this commit are shown above. )
First step at deorbitting esound:
remove esound options where it is possible to
|
Wed, 1 Nov 2017
|
[ 13:10 olgeni ] (Only the first 10 of 57 ports in this commit are shown above. )
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
|
Thu, 28 Sep 2017
|
[ 20:05 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.
|
[ 19:32 jbeich ]
audio/festival: lift BROKEN for armv6/mips* after r432825
|
Sat, 13 May 2017
|
[ 03:35 linimon ] (Only the first 10 of 34 ports in this commit are shown above. )
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)
|
Mon, 30 Jan 2017
|
[ 10:09 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
|
Wed, 16 Nov 2016
|
[ 02:58 linimon ]
Fix bogus BROKEN message.
Pointy hat to: linimon
|
Mon, 14 Nov 2016
|
[ 05:03 linimon ] (Only the first 10 of 15 ports in this commit are shown above. )
Mark as broken on various tier-2 archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
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
|
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
|
Sun, 13 Dec 2015
|
[ 16:07 swills ] (Only the first 10 of 26 ports in this commit are shown above. )
mark some of the ports that don't build on powerpc64 for me
|
Sun, 29 Nov 2015
|
[ 20:09 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)
|
Thu, 8 Oct 2015
|
[ 15:11 olgeni ] (Only the first 10 of 75 ports in this commit are shown above. )
Remove trailing whitespace from Makefiles, A-L.
|
Wed, 19 Aug 2015
|
[ 13:30 mat ] (Only the first 10 of 172 ports in this commit are shown above. )
Convert ports to use the options helpers in categories [abc]*, and minor fixes.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3412?
|
Wed, 1 Jul 2015
|
[ 14:21 mi ]
Fix build on arm (v6). Do not create empty directories.
PR: 200287, 201202
Submitted by: Mikael Urankar, avilla
|
Thu, 14 May 2015
|
[ 10:15 mat ] (Only the first 10 of 1814 ports in this commit are shown above. )
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
|
Fri, 1 May 2015
|
[ 22:22 jbeich ]
audio/festival: unbreak fetching Debian patches
Append git hash to filenames without changing current checksums.
Approved by: portmgr blanket
|
Sun, 5 Apr 2015
|
[ 10:29 bapt ]
Mark as broken ports with issue in distfiles
|
Wed, 11 Jun 2014
|
[ 14:50 tijl ] (Only the first 10 of 297 ports in this commit are shown above. )
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 )
|
Mon, 5 May 2014
|
[ 09:45 bapt ] (Only the first 10 of 293 ports in this commit are shown above. )
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
|
Sun, 6 Apr 2014
|
[ 17:18 bapt ]
Support stage
Fix plist
|
Wed, 11 Dec 2013
|
[ 14:35 bapt ] (Only the first 10 of 268 ports in this commit are shown above. )
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in audio
With hat: portmgr
|
Fri, 20 Sep 2013
|
[ 14:36 bapt ] (Only the first 10 of 879 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio)
|
Fri, 6 Sep 2013
|
[ 15:24 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
|
Fri, 30 Aug 2013
|
[ 23:01 bapt ] (Only the first 10 of 222 ports in this commit are shown above. )
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
|
Wed, 10 Jul 2013
|
[ 17:16 tijl ]
Fix options handling.
|
Thu, 21 Mar 2013
|
[ 17:32 bapt ] (Only the first 10 of 21 ports in this commit are shown above. )
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
|
Sun, 27 Jan 2013
|
[ 05:55 tabthorpe ] (Only the first 10 of 71 ports in this commit are shown above. )
- Strip header at request of original creator
Submitted by: trevor
With hat: portmgr
|
Mon, 23 Apr 2012
|
[ 21:42 pav ]
- Correct @exec mkdir lines
|
Fri, 13 Apr 2012
|
[ 21:39 bapt ]
Let's create the empty directory we try to remove
this make the behavious compatible with both pkg_install and pkgng
|
Fri, 25 Jul 2008
|
[ 09:08 pav ] (Only the first 10 of 35 ports in this commit are shown above. )
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV
|
Sat, 19 Apr 2008
|
[ 17:56 miwi ] (Only the first 10 of 2842 ports in this commit are shown above. )
- 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)
|
Fri, 20 Jul 2007
|
[ 20:06 gabor ]
- Remove USE_AUTOCONF, which is a noop
- Use DATADIR
PR: ports/114324
Submitted by: gabor
Approved by: maintainer timeout
|
Tue, 22 May 2007
|
[ 22:16 pav ]
- Fix INDEX
Pointy hat to: mi
Approved by: portmgr (implicit)
|
[ 20:33 mi ]
Fix the X11BASE problem revealed by the recent switch to new default value.
Submitted by: kris
Approved by: portmgr (erwin)
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Mon, 26 Mar 2007
|
[ 08:48 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...
|
Wed, 3 May 2006
|
[ 05:14 edwin ] (Only the first 10 of 196 ports in this commit are shown above. )
Remove USE_REINPLACE from ports in categories starting with A.
|
Thu, 6 Apr 2006
|
[ 07:31 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...
|
Sat, 11 Feb 2006
|
[ 21:03 netchild ] (Only the first 10 of 103 ports in this commit are shown above. )
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]
|
Fri, 28 Oct 2005
|
[ 22:45 kris ]
BROKEN on !i386: Does not build
|
Mon, 17 Oct 2005
|
[ 06:17 trevor ] (Only the first 10 of 15 ports in this commit are shown above. )
Update to 1.95 beta (obsoletes PRs 49056, 51900 and 58653).
|
Fri, 23 Sep 2005
|
[ 16:21 trevor ]
Checking MACHINE_ARCH is deprecated.
|
Thu, 15 Sep 2005
|
[ 00:44 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)
|
Tue, 12 Apr 2005
|
[ 03:26 obrien ] (Only the first 10 of 773 ports in this commit are shown above. )
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
|
Mon, 11 Apr 2005
|
[ 08:04 obrien ] (Only the first 10 of 776 ports in this commit are shown above. )
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
Tue, 15 Mar 2005
|
[ 04:17 trevor ]
Add a patch from Tod McQuillin to suppress creation of
PREFIX/share/festival before installation.
|
Tue, 8 Mar 2005
|
[ 08:04 trevor ]
Back out addition of PORTEPOCH by edwin. It is not needed.
|
Sun, 6 Mar 2005
|
[ 22:54 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)
|
Fri, 4 Mar 2005
|
[ 15:20 kris ]
Restore previous port version (revert local change accidentally
committed)
Submitted by: Tod McQuillin <devin@spamcop.net>
|
Mon, 28 Feb 2005
|
[ 00:25 kris ]
BROKEN: Incorrect pkg-plist
|
Wed, 4 Feb 2004
|
[ 05:21 marcus ] (Only the first 10 of 1588 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
|
Fri, 21 Nov 2003
|
[ 01:44 trevor ]
Remove OGI support (see ports/audio/festival+OGI).
|
Thu, 13 Nov 2003
|
[ 11:38 trevor ] (Only the first 10 of 23 ports in this commit are shown above. )
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.
|
[ 10:11 trevor ] (Only the first 10 of 43 ports in this commit are shown above. )
Remove my e-mail address from comment blocks of ports
I have contributed, in hopes of attracting less spam.
|
Wed, 29 Oct 2003
|
[ 10:39 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.
|
Mon, 27 Oct 2003
|
[ 09:11 kris ] (Only the first 10 of 35 ports in this commit are shown above. )
portlint (whitespace cleanup)
|
Sat, 4 Oct 2003
|
[ 01:34 edwin ] (Only the first 10 of 28 ports in this commit are shown above. )
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>
|
Sun, 18 May 2003
|
[ 11:51 kris ]
BROKEN on 5.1: does not build
|
Sat, 1 Mar 2003
|
[ 14:34 trevor ] (Only the first 10 of 202 ports in this commit are shown above. )
Retire comment file.
|
Sat, 31 Aug 2002
|
[ 02:38 kris ]
Remove USE_NEWGCC, which is no longer supported or required.
Submitted by: Tilman Linneweh <tilman@arved.de>
PR: ports/40571
|
Thu, 23 May 2002
|
[ 04:35 trevor ] (Only the first 10 of 22 ports in this commit are shown above. )
Implement MASTER_SITE_FESTIVAL and MASTER_SITE_FESTIVAL_OGI.
|
Sun, 30 Dec 2001
|
[ 18:17 petef ]
Chase libaudio shlib major (from the audio/nas update).
|
Fri, 20 Apr 2001
|
[ 11:27 trevor ]
Remove the Edinburgh University Computing Service site--it has been offline
for over a month. Add a kludge for the Alpha.
|
Tue, 10 Apr 2001
|
[ 06:24 trevor ]
Update MASTER_SITES.
|
Tue, 3 Apr 2001
|
[ 00:24 trevor ]
Allow speech tools to compile on FreeBSD 4.3 through 4.9.
|
Sun, 31 Dec 2000
|
[ 12:01 trevor ]
- mtree fixes - when building Festival with OGI, make pkg-plist by
concatenation
|
Mon, 13 Nov 2000
|
[ 09:37 asami ]
Bandage alert - make this thing understand FreeBSD 4.2 the same way it handles
4.1.
|
Sat, 7 Oct 2000
|
[ 22:25 asami ]
Rename ${FILESDIR}/patch-* to ${PATCHDIR}/extra-patch-* (the directories are
the same).
|
[ 21:52 asami ]
Move pkg/PLIST-ogi to pkg-plist-ogi.
|
Mon, 2 Oct 2000
|
[ 06:39 trevor ] (Only the first 10 of 40 ports in this commit are shown above. )
Change MAINTAINER for my ports.
|
Sun, 17 Sep 2000
|
[ 11:06 green ]
Unbreak ${MASTER_SITES} and fix lack of ${PATCH_SITES} which kills ${WITH_OGI}
mode.
|
Number of commits found: 77 |