diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2013-07-26 19:19:20 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2013-07-26 19:19:20 +0000 |
| commit | 66fee909266a1dedf3dfc1f03bb0841380d78805 (patch) | |
| tree | 4c98d494bc4532b5dd5b19f4e47bcb3babf104c2 /math/fung-calc/files/patch-src-libfungcalc-fparser-fparser.cc | |
| parent | Remove support for Qt3/kde in preparation for full Qt3/kde3 removal (diff) | |
KDE3 and QT3 expired on 2013-07-01, remove these ports.
Unfortunately, this also affects some ports using QT3 as a GUI toolkit.
Changes to infrastructure files:
- bsd.kde.mk : obsolete, remove
- bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while
- CHANGES : document the removals from bsd.port.mk
- KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead)
- MOVED : add the removed ports
PR: ports/180745
Submitted by: rene
Approved by: portmgr (bapt)
Exp-run by: bapt
Diffstat (limited to '')
| -rw-r--r-- | math/fung-calc/files/patch-src-libfungcalc-fparser-fparser.cc | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/math/fung-calc/files/patch-src-libfungcalc-fparser-fparser.cc b/math/fung-calc/files/patch-src-libfungcalc-fparser-fparser.cc deleted file mode 100644 index 5854efcfc219..000000000000 --- a/math/fung-calc/files/patch-src-libfungcalc-fparser-fparser.cc +++ /dev/null @@ -1,29 +0,0 @@ ---- src/libfungcalc/fparser/fparser.cc.orig Sat Aug 14 00:53:10 2004 -+++ src/libfungcalc/fparser/fparser.cc Sat Aug 14 00:54:04 2004 -@@ -163,7 +163,7 @@ - } - return 0; - } --}; -+} - - //--------------------------------------------------------------------------- - // Constructors and destructors -@@ -236,7 +236,7 @@ - } - return true; - } --}; -+} - - bool FunctionParser::isValidName(const std::string& name) - { -@@ -361,7 +361,7 @@ - { - while(F[Ind] && F[Ind] == ' ') ++Ind; - } --}; -+} - - // Returns an iterator to the variable with the same name as 'F', or to - // Variables.end() if no such variable exists: |
