| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
./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;
^~~~
|
|
|
|
|
|
|
| |
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
This avoids additional issues with bison 3
- Bump PORTREVISION for changed dependencies
PR: 200833
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
|
| |
|
|
|
|
|
|
|
| |
- Port supports staging
PR: ports/184831
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
|
|
|
| |
audio)
|
|
|
|
| |
Approved by: portmgr (bdrewery)
|
|
|
|
|
| |
PR: 180516
Submitted by: maintainer
|
|
|
|
| |
Approved by: maintainer (myself)
|
| |
|
| |
|
|
|
|
| |
starting with A
|
| |
|
|
|
|
| |
Approved by: garga (mentor)
|
|
|
|
|
|
| |
PR: ports/98357
Submitted by: miwi
Approved by: krion (mentor)
|
| |
|
|
|
|
| |
Approved by: krion@
|
|
|
|
| |
Approved by: maintainer timeout (unpatched for >1 month)
|
|
PR: ports/85703
Submitted by: martin@matuska.org
|