From fc31075d85494a429c83dc15560c42efdfe3245d Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Thu, 5 Sep 2019 11:40:24 +0000 Subject: Remove expired ports: 2019-09-04 devel/ace+tao-doc: Broken for more than 6 months 2019-09-04 devel/dfmt: Broken for more than 6 months 2019-09-04 devel/ignition-transport: Broken for more than 6 months 2019-09-04 devel/spin: Broken for more than 6 months 2019-09-04 editors/dexed: Depends on expiring devel/dfmt 2019-09-04 editors/p5-Padre: Depends on expiring x11-toolkits/p5-Wx 2019-09-04 emulators/qemu2: Latest 3.X branch is in ports tree 2019-09-04 games/asc: Broken for more than 6 months 2019-09-04 games/slade: Broken for more than 6 months 2019-09-04 graphics/gimp-wavelet-decompose-plugin: Broken for more than 6 months 2019-09-04 graphics/py-pyembree: Depends on expiring graphics/embree 2019-09-04 irc/irssi-otr: Broken for more than 6 months 2019-09-04 mail/p5-Mail-ClamAV: Broken for more than 6 months 2019-09-04 mail/qmail-ldap: Broken for more than 6 months 2019-09-04 math/fityk: Broken for more than 6 months 2019-09-04 math/octave-forge-econometrics: Broken for more than 6 months 2019-09-04 math/octave-forge-fits: Broken for more than 6 months 2019-09-04 math/octave-forge-linear-algebra: Broken for more than 6 months 2019-09-04 math/octave-forge-mechanics: Broken for more than 6 months 2019-09-04 math/octave-forge-parallel: Broken for more than 6 months 2019-09-04 math/octave-forge-strings: Broken for more than 6 months 2019-09-04 math/octave-forge-tisean: Broken for more than 6 months 2019-09-04 math/octave-forge-video: Broken for more than 6 months 2019-09-04 math/py-yt: Depends on expiring graphics/embree 2019-09-04 misc/gnustep-examples: Broken for more than 6 months 2019-09-04 net/turses: Depends on expiring net/py-tweepy 2019-09-04 security/clamcour: Broken for more than 6 months 2019-09-04 security/honeybadger: Broken for more than 6 months 2019-09-04 sysutils/freefilesync: Broken for more than 6 months 2019-09-04 sysutils/log-courier: Broken for more than 6 months 2019-09-04 textproc/py-orange3-text: Broken for more than 6 months 2019-09-05 www/feedjack: Upstream gone 2019-09-04 www/havp: Broken for more than 6 months 2019-07-31 www/rubygem-webpack-rails-rails5: Upstream no longer maintained, use devel/rubygem-webpacker-rails* instead 2019-09-04 x11-toolkits/p5-Wx-GLCanvas: Depends on expiring x11-toolkits/p5-Wx 2019-09-04 x11-toolkits/p5-Wx-Perl-ProcessStream: Depends on expiring x11-toolkits/p5-Wx 2019-09-04 x11-wm/golem: Broken for more than 6 months 2019-09-04 x11-wm/pawm: Broken for more than 6 months --- math/fityk/files/patch-fityk__eparser.cpp | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 math/fityk/files/patch-fityk__eparser.cpp (limited to 'math/fityk/files/patch-fityk__eparser.cpp') diff --git a/math/fityk/files/patch-fityk__eparser.cpp b/math/fityk/files/patch-fityk__eparser.cpp deleted file mode 100644 index 6a07e37aed83..000000000000 --- a/math/fityk/files/patch-fityk__eparser.cpp +++ /dev/null @@ -1,29 +0,0 @@ ---- fityk/eparser.cpp.orig 2015-05-25 17:42:29 UTC -+++ fityk/eparser.cpp -@@ -154,7 +154,7 @@ int get_function_narg(int op) - } - } - --bool is_function(int op) -+bool my_is_funcion(int op) - { - return get_function_narg(op) != 0; - } -@@ -878,7 +878,7 @@ void ExpressionParser::parse_expr(Lexer& - // check if this is closing bracket of func() - if (!opstack_.empty()) { - int top = opstack_.back(); -- if (is_function(top)) { -+ if (my_is_funcion(top)) { - pop_onto_que(); - int n = opstack_.back() + 1; - opstack_.pop_back(); -@@ -911,7 +911,7 @@ void ExpressionParser::parse_expr(Lexer& - lex.throw_syntax_error("unexpected ',' after '?'"); - // if we are here, opstack_.back() == OP_OPEN_ROUND - else if (opstack_.size() < 3 || -- !is_function(*(opstack_.end() - 2))) -+ !my_is_funcion(*(opstack_.end() - 2))) - lex.throw_syntax_error("',' outside of function"); - else - // don't pop OP_OPEN_ROUND from the stack -- cgit v1.2.3