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 --- security/klamav/files/patch-klamd.cpp | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 security/klamav/files/patch-klamd.cpp (limited to 'security/klamav/files/patch-klamd.cpp') diff --git a/security/klamav/files/patch-klamd.cpp b/security/klamav/files/patch-klamd.cpp deleted file mode 100644 index e3a171a64530..000000000000 --- a/security/klamav/files/patch-klamd.cpp +++ /dev/null @@ -1,20 +0,0 @@ ---- src/klamd.cpp.orig Tue Mar 6 13:12:00 2007 -+++ src/klamd.cpp Tue Mar 6 13:13:55 2007 -@@ -742,7 +742,7 @@ - { - if (!(dazukoLoaded)){ - int result; -- result = KMessageBox::warningContinueCancel(this, i18n( "I need to load a module called 'dazuko' first. This module will allow KlamAV to gain real-time access to files. If you don't want this message to appear in future, put the following command in your initialization scripts: 'modprobe dazuko.o'. You will next be asked for the root password."), -+ result = KMessageBox::warningContinueCancel(this, i18n( "I need to load a module called 'dazuko' first. This module will allow KlamAV to gain real-time access to files. If you don't want this message to appear in future, put the following command in your initialization scripts: 'kldload dazuko.ko'. You will next be asked for the root password."), - i18n( "Load Module" ), - i18n( "Load Module" ), - i18n( "Delete2" )); -@@ -815,7 +815,7 @@ - // - // //kdDebug() << release << endl; - // QString insmodCommand="insmod /lib/modules/" + release + "/dazuko.o"; -- QString insmodCommand="modprobe dazuko"; -+ QString insmodCommand="kldload dazuko.ko"; - //QString insmodCommand="insmod /opt/kde/bin/dazuko.o"; - KProcIO *insmodproc = new KProcIO(); - -- cgit v1.2.3