summaryrefslogtreecommitdiff
path: root/net/knemo/files/patch-kcm-configdialog.cpp
diff options
context:
space:
mode:
authorMarkus Brueffer <markus@FreeBSD.org>2006-04-03 08:23:08 +0000
committerMarkus Brueffer <markus@FreeBSD.org>2006-04-03 08:23:08 +0000
commite6d2928d9160be4adb93fb5cdfea75051dbb1280 (patch)
tree46e84c381407f6cb3e1a02b07786178495053d4a /net/knemo/files/patch-kcm-configdialog.cpp
parentRequire perl from ports. Do not bump PORTREVISION as it doesn't affect (diff)
- Update to version 0.4.0
- Use MASTER_SITE_LOCAL to provide an own distfile, since the original one was created with unsermake. Apart from the buildsystem there are no changes. - Change WWW in pkg-descr to point to the new projectsite
Diffstat (limited to 'net/knemo/files/patch-kcm-configdialog.cpp')
-rw-r--r--net/knemo/files/patch-kcm-configdialog.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/net/knemo/files/patch-kcm-configdialog.cpp b/net/knemo/files/patch-kcm-configdialog.cpp
index d8285d4fe55f..32a00999bf67 100644
--- a/net/knemo/files/patch-kcm-configdialog.cpp
+++ b/net/knemo/files/patch-kcm-configdialog.cpp
@@ -1,7 +1,7 @@
---- kcm/configdialog.cpp.orig Wed Sep 15 18:24:37 2004
-+++ kcm/configdialog.cpp Wed Jan 19 15:23:57 2005
+--- src/kcm/configdialog.cpp.orig Sat Apr 1 21:44:21 2006
++++ src/kcm/configdialog.cpp Sun Apr 2 19:14:11 2006
@@ -17,6 +17,16 @@
- Boston, MA 02111-1307, USA.
+ Boston, MA 02110-1301, USA.
*/
+#ifdef __FreeBSD__
@@ -17,7 +17,7 @@
#include <qfile.h>
#include <qdict.h>
#include <qlabel.h>
-@@ -355,6 +365,39 @@
+@@ -363,6 +373,39 @@
void ConfigDialog::defaults()
{
// Default interfaces
@@ -57,7 +57,7 @@
QFile proc( "/proc/net/dev" );
if ( proc.open( IO_ReadOnly ) )
{
-@@ -372,6 +415,7 @@
+@@ -380,6 +423,7 @@
if ( interface == "lo" )
continue;
@@ -65,8 +65,8 @@
InterfaceSettings* settings = new InterfaceSettings();
settings->customCommands = false;
settings->hideWhenNotAvailable = false;
-@@ -391,8 +435,10 @@
- mDlg->checkBoxNotExisting->setChecked( false );
+@@ -401,8 +445,10 @@
+ mDlg->checkBoxStatistics->setChecked( false );
mDlg->checkBoxCustom->setChecked( false );
}
+#ifndef __FreeBSD__