aboutsummaryrefslogtreecommitdiffstats
path: root/audio/epos-devel
Commit message (Collapse)AuthorAgeFilesLines
* - Fix licenseamdmi32018-11-211-1/+1
|
* audio/epos-devel: Fix build with Clang 6tobik2018-07-291-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | ./options.lst:506:1: error: non-constant-expression cannot be narrowed from type 'long' to 'int' in initializer list [-Wc++11-narrowing] VOICE_OPTION (name, STR, NULL) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./options.lst:128:41: note: expanded from macro 'VOICE_OPTION' #define VOICE_OPTION(name,type,default) OPTION(name,type,default) ^~~~~~~~~~~~~~~~~~~~~~~~~ ./options.lst:122:109: note: expanded from macro 'OPTION' #define OPTION(name,type,default) {"C:" stringify(name) + 2, type, OS_CFG, A_PUBLIC, A_PUBLIC, true, false, (long int)&((configuration *)NULL)->name}, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./options.lst:506:1: note: insert an explicit cast to silence this issue VOICE_OPTION (name, STR, NULL) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./options.lst:128:41: note: expanded from macro 'VOICE_OPTION' #define VOICE_OPTION(name,type,default) OPTION(name,type,default) ^~~~~~~~~~~~~~~~~~~~~~~~~ ./options.lst:122:109: note: expanded from macro 'OPTION' #define OPTION(name,type,default) {"C:" stringify(name) + 2, type, OS_CFG, A_PUBLIC, A_PUBLIC, true, false, (long int)&((configuration *)NULL)->name}, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ http://beefy12.nyi.freebsd.org/data/head-amd64-default/p475044_s336572/logs/epos-2.5.37_1.log client.cc:197:33: error: assigning to 'int' from incompatible type 'nullptr_t' partbuff_sizes[n_partbuffs] = NULL; ^~~~
* Cleanup patches, a* categories.mat2016-07-274-7/+7
| | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
* Unbreak the build on 9.X (against old yacc(1) which apparently does notdanfe2016-01-273-11/+26
| | | | | | | | | | | | | | | | | | | | | | support %token_table declaration). Originally the port was relying on bison(1) instead (via USES=bison) in yacc-compat mode, but was switched to yacc(1) in r389653 because it failed to build against `devel/bison' version update to 3.0.4 as part of an exp-run (see PR). It turns out that actually generated code does not suffer from removing %token_table: the only difference in generated `neural_parse.cc' is that yyname[] table is not guarded by `#if YYDEBUG' and it #define's yytname as yyname, but the code that references yytname in `neural_parse.cc' is #if'ed 0 and YYDEBUG is defined to 1 earlier. That said, simply comment out %token_table line which allows the build to proceed (ir)regardless of the yacc(1) version, on all FreeBSD releases (including 8.X). While here, remove `ac_cv_lib_stdcpp_main=no' in CONFIGURE_ENV that was supposed to fix the build against Clang added in r323095 as it seems no longer required, augment COMMENT and port description, and fix WWW line to point to working website, killing trailing whitespace along the way. PR: 200833
* Remove BROKEN for FreeBSD 8, which is no longer supported.rakuco2016-01-241-1/+0
|
* - Mark BROKEN on < 10.x:amdmi32015-06-181-0/+3
| | | | | | | yacc: e - line 107 of "/wrkdirs/usr/ports/audio/epos-devel/work/epos-2.5.37/src/nnet/neural_parse.yy", syntax error %token_table MFH: 2015Q2
* - Use yadd, rather than depending on bison and running it in yacc-compat modejohans2015-06-151-2/+3
| | | | | | | This avoids additional issues with bison 3 - Bump PORTREVISION for changed dependencies PR: 200833
* Remove $FreeBSD$ from patches files in categories a-j.mat2015-05-222-6/+0
| | | | | With hat: portmgr Sponsored by: Absolight
* Cleanup plistbapt2014-10-201-24/+0
|
* - Fix build with clangpawel2013-12-202-3/+2
| | | | | | | - Port supports staging PR: ports/184831 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-201-0/+1
| | | | audio)
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
| | | | Approved by: portmgr (bdrewery)
* - Fix build clangmiwi2013-07-163-9/+28
| | | | | PR: 180516 Submitted by: maintainer
* Transfer maintainer back to ports@FreeBSD.orgmm2011-08-091-1/+1
| | | | Approved by: maintainer (myself)
* - Add LICENSE knob(s)mm2011-03-231-0/+5
|
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-2/+1
| | | | starting with A
* - Mark port MAKE_JOBS_SAFEmm2009-03-231-0/+1
|
* - updated maintainer e-mail addressmm2007-04-051-2/+2
| | | | Approved by: garga (mentor)
* Update to 2.5.37miwi2006-06-122-4/+4
| | | | | | PR: ports/98357 Submitted by: miwi Approved by: krion (mentor)
* Remove USE_REINPLACE from ports in categories starting with A.edwin2006-05-031-1/+0
|
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Fix compilation on 4.xvs2005-10-202-0/+29
| | | | Approved by: maintainer timeout (unpatched for >1 month)
* Add epos-devel 2.5.36, text-to-Speech system.lawrance2005-09-094-0/+281
PR: ports/85703 Submitted by: martin@matuska.org