From 66fee909266a1dedf3dfc1f03bb0841380d78805 Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Fri, 26 Jul 2013 19:19:20 +0000 Subject: 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 --- math/xgfe/files/patch-gnuInterface.cpp | 219 --------------------------------- 1 file changed, 219 deletions(-) delete mode 100644 math/xgfe/files/patch-gnuInterface.cpp (limited to 'math/xgfe/files/patch-gnuInterface.cpp') diff --git a/math/xgfe/files/patch-gnuInterface.cpp b/math/xgfe/files/patch-gnuInterface.cpp deleted file mode 100644 index e48275370803..000000000000 --- a/math/xgfe/files/patch-gnuInterface.cpp +++ /dev/null @@ -1,219 +0,0 @@ -diff -u gnuInterface.cpp.orig gnuInterface.cpp ---- gnuInterface.cpp.orig Wed Sep 30 04:25:51 1998 -+++ gnuInterface.cpp Thu Oct 30 21:42:04 2003 -@@ -3626,7 +3626,7 @@ - tempint = 0; - - infile.getline(buffer,buffsize,';'); -- istrstream temp(buffer); -+ istringstream temp(buffer); - - if (temp >> tempint) - setPlotFileFlag(tempint); -@@ -3636,7 +3636,7 @@ - tempint = 0; - - infile.getline(buffer,buffsize,';'); -- istrstream temp(buffer); -+ istringstream temp(buffer); - - if (temp >> tempint) - setPlotFuncFlag(tempint); -@@ -3646,7 +3646,7 @@ - tempint = 0; - - infile.getline(buffer,buffsize,';'); -- istrstream temp(buffer); -+ istringstream temp(buffer); - - if (temp >> tempint) - setPlotMultipleFileFlag(tempint); -@@ -3656,7 +3656,7 @@ - tempint = 0; - - infile.getline(buffer,buffsize,';'); -- istrstream temp(buffer); -+ istringstream temp(buffer); - - if (temp >> tempint) - setPlotMultipleFuncFlag(tempint); -@@ -4114,7 +4114,7 @@ - tempint = 0; - - infile.getline(buffer,buffsize,';'); -- istrstream temp(buffer); -+ istringstream temp(buffer); - - if (temp >> tempint) - setLegendPositionLeft(tempint); -@@ -4124,7 +4124,7 @@ - tempint = 0; - - infile.getline(buffer,buffsize,';'); -- istrstream temp(buffer); -+ istringstream temp(buffer); - - if (temp >> tempint) - setLegendPositionRight(tempint); -@@ -4134,7 +4134,7 @@ - tempint = 0; - - infile.getline(buffer,buffsize,';'); -- istrstream temp(buffer); -+ istringstream temp(buffer); - - if (temp >> tempint) - setLegendPositionTop(tempint); -@@ -4144,7 +4144,7 @@ - tempint = 0; - - infile.getline(buffer,buffsize,';'); -- istrstream temp(buffer); -+ istringstream temp(buffer); - - if (temp >> tempint) - setLegendPositionBottom(tempint); -@@ -4154,7 +4154,7 @@ - tempint = 0; - - infile.getline(buffer,buffsize,';'); -- istrstream temp(buffer); -+ istringstream temp(buffer); - - if (temp >> tempint) - setLegendPositionOutside(tempint); -@@ -4164,7 +4164,7 @@ - tempint = 0; - - infile.getline(buffer,buffsize,';'); -- istrstream temp(buffer); -+ istringstream temp(buffer); - - if (temp >> tempint) - setLegendPositionBelow(tempint); -@@ -4251,7 +4251,7 @@ - tempint = 0; - - infile.getline(buffer,buffsize,';'); -- istrstream temp(buffer); -+ istringstream temp(buffer); - - if (temp >> tempint) - setLogScaleBase(tempint); -@@ -4261,7 +4261,7 @@ - tempint = 0; - - infile.getline(buffer,buffsize,';'); -- istrstream temp(buffer); -+ istringstream temp(buffer); - - if (temp >> tempint) - setLogScaleYAxis(tempint); -@@ -4271,7 +4271,7 @@ - tempint = 0; - - infile.getline(buffer,buffsize,';'); -- istrstream temp(buffer); -+ istringstream temp(buffer); - - if (temp >> tempint) - setLogScaleYAxis(tempint); -@@ -4281,7 +4281,7 @@ - tempint = 0; - - infile.getline(buffer,buffsize,';'); -- istrstream temp(buffer); -+ istringstream temp(buffer); - - if (temp >> tempint) - setLogScaleZAxis(tempint); -@@ -4291,7 +4291,7 @@ - tempint = 0; - - infile.getline(buffer,buffsize,';'); -- istrstream temp(buffer); -+ istringstream temp(buffer); - - if (temp >> tempint) - setLogScaleX2Axis(tempint); -@@ -4301,7 +4301,7 @@ - tempint = 0; - - infile.getline(buffer,buffsize,';'); -- istrstream temp(buffer); -+ istringstream temp(buffer); - - if (temp >> tempint) - setLogScaleY2Axis(tempint); -@@ -4325,7 +4325,7 @@ - tempint = 0; - - infile.getline(buffer,buffsize,';'); -- istrstream temp(buffer); -+ istringstream temp(buffer); - - if (temp >> tempint) - setXticsOnFlag(tempint); -@@ -4391,7 +4391,7 @@ - tempint = 0; - - infile.getline(buffer,buffsize,';'); -- istrstream temp(buffer); -+ istringstream temp(buffer); - - if (temp >> tempint) - setYticsOnFlag(tempint); -@@ -4457,7 +4457,7 @@ - tempint = 0; - - infile.getline(buffer,buffsize,';'); -- istrstream temp(buffer); -+ istringstream temp(buffer); - - if (temp >> tempint) - setZticsOnFlag(tempint); -@@ -4516,7 +4516,7 @@ - tempint = 0; - - infile.getline(buffer,buffsize,';'); -- istrstream temp(buffer); -+ istringstream temp(buffer); - - if (temp >> tempint) - setX2ticsOnFlag(tempint); -@@ -4582,7 +4582,7 @@ - tempint = 0; - - infile.getline(buffer,buffsize,';'); -- istrstream temp(buffer); -+ istringstream temp(buffer); - - if (temp >> tempint) - setY2ticsOnFlag(tempint); -@@ -4648,7 +4648,7 @@ - tempint = 0; - - infile.getline(buffer,buffsize,';'); -- istrstream temp(buffer); -+ istringstream temp(buffer); - - if (temp >> tempint) - setRotationXAxis(tempint); -@@ -4658,7 +4658,7 @@ - tempint = 0; - - infile.getline(buffer,buffsize,';'); -- istrstream temp(buffer); -+ istringstream temp(buffer); - - if (temp >> tempint) - setRotationZAxis(tempint); -@@ -4689,7 +4689,7 @@ - tempint = 0; - - infile.getline(buffer,buffsize,';'); -- istrstream temp(buffer); -+ istringstream temp(buffer); - - if (temp >> tempint) - setd3HiddenLineFlag(tempint); -- cgit v1.2.3