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 /graphics/libx3dtk/files/patch-X3DSFNodeRecorder.inl | |
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 'graphics/libx3dtk/files/patch-X3DSFNodeRecorder.inl')
-rw-r--r-- | graphics/libx3dtk/files/patch-X3DSFNodeRecorder.inl | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/graphics/libx3dtk/files/patch-X3DSFNodeRecorder.inl b/graphics/libx3dtk/files/patch-X3DSFNodeRecorder.inl deleted file mode 100644 index 14b2f1ad6bb7..000000000000 --- a/graphics/libx3dtk/files/patch-X3DSFNodeRecorder.inl +++ /dev/null @@ -1,27 +0,0 @@ -*** include/X3DTK/private/X3DSFNodeRecorder.inl.orig Fri Aug 27 13:18:22 2004 ---- include/X3DTK/private/X3DSFNodeRecorder.inl Sat Oct 29 12:40:12 2005 -*************** -*** 1,3 **** ---- 1,5 ---- -+ #include "X3DAbstractNodeForward.h" -+ - namespace X3DTK { - - template<class T, class V> -*************** -*** 9,15 **** - template<class T, class V> - void SFNodeRecorder<T, V>::record(X3DAbstractNode *N) const - { -! SFType *type = N->getType(); - - static_cast<T *>(N)->*_node = 0; - ---- 11,17 ---- - template<class T, class V> - void SFNodeRecorder<T, V>::record(X3DAbstractNode *N) const - { -! SFType *type = X3DAbstractNode_getType(N); - - static_cast<T *>(N)->*_node = 0; - |