1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
Commit Graph

26 Commits

Author SHA1 Message Date
Kurt Jaeger
997c3c9b63 audio/flite: upgrade 1.4 -> 2.1
PR:		216018
Submitted by:	Simun Mikecin <numisemis@yahoo.com>, pi, jrm
Reviewed by:	tobik
Approved by:	sobomax (maintainer timeout)
Differential Revision:	D19138
2019-02-10 16:34:42 +00:00
Rene Ladan
ef2acb2b00 Return currently unmaintained ports to sobomax@ who is still a src committer. 2018-12-10 16:50:08 +00:00
Rene Ladan
ffa2699059 Re-assign sobomax@'s ports after his commit bit was safekept. 2018-12-03 21:20:17 +00:00
Jan Beich
5d3443e5fe audio/flite: link shared libs against libm
$ echo 'int main() {}' | cc -xc - -lflite -L/usr/local/lib
/usr/local/lib/libflite.so: undefined reference to `log'
/usr/local/lib/libflite.so: undefined reference to `fmod'
/usr/local/lib/libflite.so: undefined reference to `exp'
/usr/local/lib/libflite.so: undefined reference to `sin'
/usr/local/lib/libflite.so: undefined reference to `pow'
cc: error: linker command failed with exit code 1 (use -v to see invocation)

Reported by:	mat (via ffmpeg)
Obtained from:	Debian
2018-05-03 14:47:57 +00:00
Mathieu Arnold
8dab11a002 Remove $FreeBSD$ from patches files in categories a-j.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-22 13:34:20 +00:00
Dmitry Marakasov
84d9c90a08 - Add CPE info
Approved by:	portmgr blanket
2015-05-17 17:52:23 +00:00
Mikhail Teterin
f4e0b7d13d Fix the ancient problem, where we replaced Linux' "cp -pd" with
simple "cp -p". This caused symbolic links (like libFOO.so ->
libFOO.so.X.Y) to be dereferenced installing three copies of each
library instead of one.

Strip the executables and the shared libraries after staging.

Fix the authors' makefiles to allow parallel building.

Add a patch which allows us to replace the multitude of
flite_VOICE-executables (one for each voice) with sym-links to the
single flite itself.

The size of the package shrunk from 100Mb to 50Mb here (amd64) as the
result of the above measures.

Bump PORTREVISION.

Note: the new patches are deliberately organized by feature rather than
by the patched files -- to make it easier to refer the upstream
maintainers to them.
2014-12-02 07:01:40 +00:00
Mikhail Teterin
2567c82817 Stop disabling optimization -- which was not necessary since the current
version (1.4) was released years ago.

Clean-up some compiler warnings.

PR:		ports/174624
Submitted by:	mi@
Approved by:	maintainer timeout (two years)
2014-11-30 19:28:20 +00:00
Baptiste Daroussin
a6abc3b420 Cleanup plist 2014-10-20 06:35:58 +00:00
Adam Weinberger
08a006d08a Rename all patches that contain '::' as a path separator, and use
'__' instead.
2014-07-29 17:12:47 +00:00
Olli Hauer
886a9071a1 - USE_(BZIP2|XZ) -> USES= tar:(bzip2|xz) 2014-06-01 13:03:14 +00:00
Baptiste Daroussin
e864325e63 Support stage
Add DOCS option
2014-01-28 08:04:07 +00:00
Adam Weinberger
49bf36d527 Convert to PORT_OPTIONS:MDOCS.
Holdout shame list: ruby, perl, python
2014-01-03 15:26:06 +00:00
Baptiste Daroussin
183c2ed74f Add NO_STAGE all over the place in preparation for the staging support (cat: audio) 2013-09-20 14:36:35 +00:00
Baptiste Daroussin
5163781803 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
2013-08-30 23:01:05 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Philip M. Gollucci
acfa26a12d remove empty file 2010-12-30 23:15:47 +00:00
Philip M. Gollucci
6e1bc58236 - Update to 1.4
- Remove MD5

PR:             ports/150438
Submitted by:   kwm
Approved by:    maintainer timeout (sobomax ; 104 days, kwm 83 days)
2010-12-27 19:54:17 +00:00
Ion-Mihai Tetcu
604c7a9b76 Fix plist with -DNOPORTDOCS.
Prompted by:	QAT QA run
Approved by:	maintainer timeout on QATMail
2009-04-06 18:42:11 +00:00
Pav Lucistnik
4a25988c2e - Update to 1.3
PR:		ports/121609
Submitted by:	Richard Neese <r.neese@gmail.com>
Approved by:	maintainer timeout (sobomax; 20 days)
2008-03-31 13:23:57 +00:00
Edwin Groothuis
980092624a SHA256ify
Approved by:		krion@
2006-01-22 08:13:12 +00:00
Alexey Dokuchaev
163ac1ca99 PKGNAME does not work right here since PORTREVISION bump.
Approved by:	maintainer (sobomax)
2004-12-28 20:07:59 +00:00
Maxim Sobolev
d436052bbe Add missed @dirrm. 2004-12-21 06:07:25 +00:00
Maxim Sobolev
3575313f16 Force compiling with -O0, otherwise sometimes it blows out with SIGBUS, at
least on 5-STABLE.
2004-12-20 19:08:12 +00:00
Maxim Sobolev
13b4658781 Fix MASTER_SITES.
PR:		75234
Submitted by:	Jin-Shan Tseng
2004-12-19 12:16:32 +00:00
Maxim Sobolev
2dbcfc55e1 Add flite 1.2, a small run-time speech synthesis engine. 2004-12-18 18:43:12 +00:00