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/kisomandel/files/patch-settings | |
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
Notes
Notes:
svn path=/head/; revision=323748
Diffstat (limited to 'graphics/kisomandel/files/patch-settings')
-rw-r--r-- | graphics/kisomandel/files/patch-settings | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/graphics/kisomandel/files/patch-settings b/graphics/kisomandel/files/patch-settings deleted file mode 100644 index 0c91468c51d7..000000000000 --- a/graphics/kisomandel/files/patch-settings +++ /dev/null @@ -1,48 +0,0 @@ ---- settings.h.orig Fri Jan 23 20:58:47 2004 -+++ kisomandel/settings.h Fri Jan 23 20:59:01 2004 -@@ -29,6 +29,7 @@ - #include <qdial.h> - #include <qlayout.h> - #include <qvalidator.h> -+#include <qlineedit.h> - - #include "kisomandel.h" - #include "isosettings_form.h" ---- settings.cpp.orig Fri Jan 23 20:58:51 2004 -+++ kisomandel/settings.cpp Fri Jan 23 20:59:31 2004 -@@ -52,7 +52,7 @@ - - ///////////////////// DoubleNumEdit ///////////////////// - --DoubleNumEdit::DoubleNumEdit (QWidget *parent = 0, const char* name = 0, WFlags fl = 0 ) : QLineEdit (parent,name) -+DoubleNumEdit::DoubleNumEdit (QWidget *parent , const char* name , WFlags fl ) : QLineEdit (parent,name) - { - setValidator (new QDoubleValidator(this) ); - } -@@ -108,7 +108,7 @@ - - ///////////////////// IsoPrefsForm ///////////////////// - --IsoPrefs::IsoPrefs (QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ) : IsoPrefsForm (parent,name) -+IsoPrefs::IsoPrefs (QWidget* parent , const char* name , WFlags fl ) : IsoPrefsForm (parent,name) - { - settingUp=false; - -@@ -283,7 +283,7 @@ - ///////////////////// FractPrefsForm ///////////////////// - - --FractPrefs::FractPrefs (QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ) : FractPrefsForm (parent,name) -+FractPrefs::FractPrefs (QWidget* parent , const char* name , WFlags fl ) : FractPrefsForm (parent,name) - { - if (fract->prefsPosX == -1 || fract->prefsPosY == -1) - { -@@ -537,7 +537,7 @@ - - ///////////////////// GeneralPrefsForm ///////////////////// - --GeneralPrefs::GeneralPrefs (QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ) -+GeneralPrefs::GeneralPrefs (QWidget* parent , const char* name , WFlags fl ) - { - if (mainwin->generalPrefsPosX == -1 || mainwin->generalPrefsPosY == -1) - { |