[141933] trunk/dports/kde/kdesdk-kioslaves

nicos at macports.org nicos at macports.org
Sat Dec 12 03:37:28 PST 2015


Revision: 141933
          https://trac.macports.org/changeset/141933
Author:   nicos at macports.org
Date:     2015-10-31 02:25:08 -0700 (Sat, 31 Oct 2015)
Log Message:
-----------
kdesdk-kioslaves: deactivate svn part which does not build with subversion 1.9 (ticket #49135)

Modified Paths:
--------------
    trunk/dports/kde/kdesdk-kioslaves/Portfile

Added Paths:
-----------
    trunk/dports/kde/kdesdk-kioslaves/files/
    trunk/dports/kde/kdesdk-kioslaves/files/patch-CMakeLists-nosvn.diff

Modified: trunk/dports/kde/kdesdk-kioslaves/Portfile
===================================================================
--- trunk/dports/kde/kdesdk-kioslaves/Portfile	2015-10-31 08:32:02 UTC (rev 141932)
+++ trunk/dports/kde/kdesdk-kioslaves/Portfile	2015-10-31 09:25:08 UTC (rev 141933)
@@ -6,6 +6,7 @@
 
 name                kdesdk-kioslaves
 version             4.14.3
+revision            1
 categories          kde kde4
 license             GPL-2+ LGPL-2+
 maintainers         nicos openmaintainer
@@ -25,6 +26,11 @@
 depends_lib-append  port:kdelibs4 \
                     port:subversion
 
+#Deactivating the svn part of the port for now, as it does not build with 
+#svn version > 1.8. Ticket #49135 possesses also a fix to build the port 
+#with svn 1.9 with 1.8 headers
+patchfiles-append   patch-CMakeLists-nosvn.diff
+
 pre-activate {
     #Deactivate hack for when kdesdk4 port has been fragmented into small ports
     if {[file exists ${prefix}/bin/kdedoc]

Added: trunk/dports/kde/kdesdk-kioslaves/files/patch-CMakeLists-nosvn.diff
===================================================================
--- trunk/dports/kde/kdesdk-kioslaves/files/patch-CMakeLists-nosvn.diff	                        (rev 0)
+++ trunk/dports/kde/kdesdk-kioslaves/files/patch-CMakeLists-nosvn.diff	2015-10-31 09:25:08 UTC (rev 141933)
@@ -0,0 +1,11 @@
+--- CMakeLists.txt.orig	2015-10-30 00:25:41.000000000 +0900
++++ CMakeLists.txt	2015-10-30 00:24:53.000000000 +0900
+@@ -8,7 +8,7 @@
+ include(MacroLibrary)
+ include_directories (${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} ${KDE4_INCLUDES})
+ 
+-macro_optional_find_package(SVN)
++#macro_optional_find_package(SVN)
+ macro_optional_find_package(Perl 5.10)
+ 
+ macro_log_feature(SVN_FOUND "SVN" "Subversion Development Libraries" "http://subversion.tigris.org/project_packages.html" FALSE "" "Required in order to build the Subversion kioslave")
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/11091253/attachment.html>


More information about the macports-changes mailing list