aboutsummaryrefslogtreecommitdiff
path: root/comms/kremotecontrol
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-09-03 13:06:24 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-09-03 13:06:24 +0000
commit129bf63f8416f47bb81fbbd4768288036db1681c (patch)
treed26d3b19fd3d974dd46f10f305ee82efc7f5b660 /comms/kremotecontrol
parentfa7b5e58b9b9f6fb1e313382a39828d16377b867 (diff)
downloadports-129bf63f8416f47bb81fbbd4768288036db1681c.tar.gz
ports-129bf63f8416f47bb81fbbd4768288036db1681c.zip
Notes
Diffstat (limited to 'comms/kremotecontrol')
-rw-r--r--comms/kremotecontrol/distinfo6
-rw-r--r--comms/kremotecontrol/files/patch-ark_plugins_libzipplugin-zipplugin.cpp13
2 files changed, 16 insertions, 3 deletions
diff --git a/comms/kremotecontrol/distinfo b/comms/kremotecontrol/distinfo
index c7f2e82aa4b3..bf6758c9e18f 100644
--- a/comms/kremotecontrol/distinfo
+++ b/comms/kremotecontrol/distinfo
@@ -1,3 +1,3 @@
-MD5 (KDE/kdeutils-4.1.0.tar.bz2) = 456d811618e5417e224476089df9a3b3
-SHA256 (KDE/kdeutils-4.1.0.tar.bz2) = e004cc66372156a70be2291f68400fe0caa4ae821d70cd5ded5a861e4e7e8cab
-SIZE (KDE/kdeutils-4.1.0.tar.bz2) = 2279856
+MD5 (KDE/kdeutils-4.1.1.tar.bz2) = ba8d72606f71afcb649d2b9871815359
+SHA256 (KDE/kdeutils-4.1.1.tar.bz2) = e3998eeafd4ddc62ec2c4170747478eda560de5cf106f3b4e0c47e8230ae0187
+SIZE (KDE/kdeutils-4.1.1.tar.bz2) = 2281009
diff --git a/comms/kremotecontrol/files/patch-ark_plugins_libzipplugin-zipplugin.cpp b/comms/kremotecontrol/files/patch-ark_plugins_libzipplugin-zipplugin.cpp
new file mode 100644
index 000000000000..c5e3f75034b6
--- /dev/null
+++ b/comms/kremotecontrol/files/patch-ark_plugins_libzipplugin-zipplugin.cpp
@@ -0,0 +1,13 @@
+--- ../ark/plugins/libzipplugin/zipplugin.cpp.orig 2008-08-30 13:07:45.000000000 +0400
++++ ../ark/plugins/libzipplugin/zipplugin.cpp 2008-08-30 13:12:59.000000000 +0400
+@@ -30,8 +30,8 @@
+ //usually compiled with off_t to 32bit. in the long run libzip should be
+ //compiled according to bugs.kde.org bug #167018
+ //but for now this will probably do
+-#define __off_t_defined
+-typedef quint32 off_t;
++// #define __off_t_defined
++// typedef quint32 off_t;
+
+ #include "kerfuffle/archiveinterface.h"
+ #include "kerfuffle/archivefactory.h"