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 --- .../files/patch-examples-glNormalViewer-Viewer.cpp | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 graphics/libx3dtk/files/patch-examples-glNormalViewer-Viewer.cpp (limited to 'graphics/libx3dtk/files/patch-examples-glNormalViewer-Viewer.cpp') diff --git a/graphics/libx3dtk/files/patch-examples-glNormalViewer-Viewer.cpp b/graphics/libx3dtk/files/patch-examples-glNormalViewer-Viewer.cpp deleted file mode 100644 index 89af1cb75b4c..000000000000 --- a/graphics/libx3dtk/files/patch-examples-glNormalViewer-Viewer.cpp +++ /dev/null @@ -1,22 +0,0 @@ -*** examples/glNormalViewer/Viewer.cpp.orig Sat Oct 29 15:58:21 2005 ---- examples/glNormalViewer/Viewer.cpp Sat Oct 29 16:01:33 2005 -*************** -*** 57,63 **** - scene.load(name, false); - - // QGLViewer settings -! setSceneBoundingBox(scene.getBBoxMin().f_data(), scene.getBBoxMax().f_data()); - showEntireScene(); - } - ---- 57,66 ---- - scene.load(name, false); - - // QGLViewer settings -! setSceneBoundingBox( -! qglviewer::Vec(scene.getBBoxMin()[0],scene.getBBoxMin()[1],scene.getBBoxMin()[2]), -! qglviewer::Vec(scene.getBBoxMax()[0],scene.getBBoxMax()[1],scene.getBBoxMax()[2]) -! ); - showEntireScene(); - } - -- cgit v1.2.3