From 9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Tue, 26 Jul 2016 16:51:15 +0000 Subject: Cleanup patches, a* categories. Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight --- .../files/patch-src__nnet__neural_parse.yy | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 audio/epos-devel/files/patch-src__nnet__neural_parse.yy (limited to 'audio/epos-devel/files/patch-src__nnet__neural_parse.yy') diff --git a/audio/epos-devel/files/patch-src__nnet__neural_parse.yy b/audio/epos-devel/files/patch-src__nnet__neural_parse.yy deleted file mode 100644 index 6aa31356965e..000000000000 --- a/audio/epos-devel/files/patch-src__nnet__neural_parse.yy +++ /dev/null @@ -1,20 +0,0 @@ ---- src/nnet/neural_parse.yy.orig -+++ src/nnet/neural_parse.yy -@@ -104,7 +104,7 @@ make_tree (TTypedValue val = TTypedValue - /* SYMBOLS */ - /* * * * * * * * * * * * * * * * * * * * * * * * * * */ - --%token_table -+//%token_table -- unsupported by the base yacc(1) on some FreeBSD versions - //%raw bison nefunguje s raw! (aspon yylex ne) - - %union { -@@ -255,7 +255,7 @@ unit_level: string_exp - - int yyerror (char *s) - { -- shriek (812, fmt ("BISON:yyerror:bison_nnet parser: bison_row %i (not counting empty rows) '%s' is erroneous. %s\n", row_num, bison_row_buf, s)); -+ shriek (812, fmt ("BISON:yyerror:bison_nnet parser: bison_row %i (not counting empty rows) '%s' is erroneous. %s\n", row_num, bison_row_buf.c_str(), s)); - return -1; - } - -- cgit v1.2.3