diff options
author | Alonso Schaich <alonso@FreeBSD.org> | 2014-10-28 22:56:27 +0000 |
---|---|---|
committer | Alonso Schaich <alonso@FreeBSD.org> | 2014-10-28 22:56:27 +0000 |
commit | afdc1a1030e2d50b12989112612301735bef8bb5 (patch) | |
tree | f18de2b2448095876b47fbb380df67b95af0b548 /x11/kde4-runtime | |
parent | 7634187b32f9245fdc44d9bb5d656ec089059d8e (diff) | |
download | ports-afdc1a1030e2d50b12989112612301735bef8bb5.tar.gz ports-afdc1a1030e2d50b12989112612301735bef8bb5.zip |
Notes
Diffstat (limited to 'x11/kde4-runtime')
-rw-r--r-- | x11/kde4-runtime/Makefile | 1 | ||||
-rw-r--r-- | x11/kde4-runtime/files/patch-kioslave__sftp__kio_sftp.cpp | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/x11/kde4-runtime/Makefile b/x11/kde4-runtime/Makefile index 5e62f83a93ab..0801c0f24d69 100644 --- a/x11/kde4-runtime/Makefile +++ b/x11/kde4-runtime/Makefile @@ -2,6 +2,7 @@ PORTNAME= kde-runtime PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} diff --git a/x11/kde4-runtime/files/patch-kioslave__sftp__kio_sftp.cpp b/x11/kde4-runtime/files/patch-kioslave__sftp__kio_sftp.cpp new file mode 100644 index 000000000000..abf5f8c4a369 --- /dev/null +++ b/x11/kde4-runtime/files/patch-kioslave__sftp__kio_sftp.cpp @@ -0,0 +1,11 @@ +--- kioslave/sftp/kio_sftp.cpp.orig 2014-10-27 22:00:05.195340477 +0100 ++++ kioslave/sftp/kio_sftp.cpp 2014-10-27 22:00:14.755340379 +0100 +@@ -528,7 +528,7 @@ + return false; + } + +- int timeout_sec = 30, timeout_usec = 0; ++ long int timeout_sec = 30, timeout_usec = 0; + + kDebug(KIO_SFTP_DB) << "Creating the SSH session and setting options"; + |